Files
alfresco-ng2-components/lib/config/DocProcessor/doctool.config.json
Andy Stark 8f27cd1758 [ADF-2764] Added tool to add links to type names in Markdown files (#3226)
* [ADF-2764] Added basic type linker tool

* [ADF-2764] Support for class links in body text

* [ADF-2764] Started support for multi-word class names (not working yet)

* [ADF-2764] Updated script to handle English component names
2018-04-24 14:30:51 +01:00

17 lines
280 B
JSON

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