[ADF-2969] Moved doc tools to new tools folder (#3314)

* [ADF-2969] Moved doc tools to new tools folder

* [ADF-2969] Added files missing from schematic

* [ADF-2969] Added missing files to schematic
This commit is contained in:
Andy Stark
2018-05-11 14:01:19 +01:00
committed by Eugenio Romano
parent 9d0ccff189
commit 60644d9917
43 changed files with 843 additions and 23 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"profiles": {
"default": [
"index",
"versionIndex",
"tutorialIndex",
"tsInfo",
"toc"
],
"index": [
"index",
"versionIndex",
"tutorialIndex"
],
"enhance": [
"tsInfo",
"toc"
],
"dev": [
"tsInfo",
"typeLinker"
]
}
}