[docs] Custom template clarifications and other minor enhancements (#4167)

* [docs] Updating docsite outputs to be browsable on Github as well

* Fix links to other files
   Suffix `.md` was needed to make links works

* [docs] Add clarification to differences between customization and templating docs

* [docs] Collapsible side bar, scroll to top, minor enhancements
This commit is contained in:
Jim Schubert
2019-10-16 18:04:44 -04:00
committed by GitHub
parent 60d601ee26
commit 0e1ce6bb63
131 changed files with 1705 additions and 1133 deletions

View File

@@ -14,4 +14,4 @@ fi
executable="./modules/openapi-generator-cli/target/openapi-generator-cli.jar"
java -jar ${executable} config-help -g ${NAME} --named-header --format markdown --markdown-header -o docs/generators/${NAME}.md
java -jar ${executable} config-help -g "${NAME}" --named-header --format markdown --markdown-header -o "docs/generators/${NAME}.md"