Files
alfresco-ng2-components/tools/doc/doctool.config.json
Andy Stark c8f04193c7 [ADF-2764] Updated doc files with latest script features (#3368)
* [ADF-2764] Updated doc files with latest script features

* [ADF-2764] Rebuilt full index instead of just content services index
2018-05-23 00:40:02 +01:00

25 lines
462 B
JSON

{
"profiles": {
"default": [
"index",
"versionIndex",
"tutorialIndex",
"tsInfo",
"typeLinker",
"toc"
],
"index": [
"index",
"versionIndex",
"tutorialIndex"
],
"enhance": [
"tsInfo",
"typeLinker",
"toc"
],
"dev": [
"versionIndex"
]
}
}