mirror of
https://github.com/documentationjs/documentation.git
synced 2026-01-25 14:26:29 +00:00
Also: * Fixes many issues in the default theme * Moves the default theme from default-theme to default_theme * Creates a new, robust linker infrastructure that will support bare links * Replaces slugg with github-slugger * Outputs unknown types as Any. Fixes #451
16 lines
580 B
Markdown
16 lines
580 B
Markdown
# the default theme
|
|
|
|

|
|
|
|
This is the default theme for [documentationjs](https://github.com/documentationjs):
|
|
it consists of underscore templates and a few assets: a [highlight.js](https://highlightjs.org/)
|
|
theme and [basscss](http://www.basscss.com/) 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 structure
|
|
* `section._`, a partial used to render each chunk of documentation
|
|
* `assets/*`, any assets, including CSS & JS
|