mirror of
https://github.com/documentationjs/documentation.git
synced 2026-01-25 14:26:29 +00:00
Clicking on toc items generated from the documentation.yaml file didnt work. The target id was not properly slugged. Always slug your target. Very important.
the default theme
This is the default theme for documentationjs: it consists of underscore templates and a few assets: a highlight.js theme and basscss as a basic CSS framework.
This is bundled by default in documentation: it is the default theme.
The contents are the following:
index._, the main template that defines the document structuresection._, a partial used to render each chunk of documentationassets/*, any assets, including CSS & JS
