documentation/default_theme
Tom MacWright 8cc34b661f fix(scopes): Support inner scope (#665)
* fix(scopes): Support inner scope

The purpose and usage of inner is still unclear, unfortunately, so this is an interim fix at best.

Fixes https://github.com/documentationjs/documentation/issues/652

* Improve comment typedef while we're at it
2017-01-29 18:35:19 -05:00
..
2016-10-10 17:16:31 -04:00
2017-01-11 20:41:59 -08:00

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 structure
  • section._, a partial used to render each chunk of documentation
  • assets/*, any assets, including CSS & JS