[ADF-3551] Doc fixes for release (#3849)

* [ADF-3551] Fixed missing docs index pages and links

* [ADF-3551] Fixed link in datatable docs plus ToC tool update
This commit is contained in:
Andy Stark
2018-10-02 15:00:38 +01:00
committed by Eugenio Romano
parent e28850055c
commit 0ed5b2d5de
21 changed files with 2846 additions and 2657 deletions

View File

@@ -111,6 +111,10 @@
"sidenav-layout-",
"layout-container",
"search-",
"empty-custom-content"
"empty-custom-content",
"view-util",
"clipboard",
"external-alfresco",
"content-node-share"
]
}

View File

@@ -135,7 +135,7 @@ function makeToc(tree) {
context.headings.push({
"level": heading.item.depth - 2,
"title": linkTitle,
"anchor": "#" + linkTitle.toLowerCase().replace(/ /g, "-").replace(/[\.,'"`$]/g ,"")
"anchor": "#" + linkTitle.toLowerCase().replace(/ /g, "-").replace(/[:;@\.,'"`$\(\)\/]/g ,"")
})
};
});