mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[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:
committed by
Eugenio Romano
parent
e28850055c
commit
0ed5b2d5de
@@ -111,6 +111,10 @@
|
||||
"sidenav-layout-",
|
||||
"layout-container",
|
||||
"search-",
|
||||
"empty-custom-content"
|
||||
"empty-custom-content",
|
||||
"view-util",
|
||||
"clipboard",
|
||||
"external-alfresco",
|
||||
"content-node-share"
|
||||
]
|
||||
}
|
@@ -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 ,"")
|
||||
})
|
||||
};
|
||||
});
|
||||
|
Reference in New Issue
Block a user