Tom MacWright e4781ebf54 fix: Fix the split in HTML at 33/67% instead of calculating percentages (#939)
Previously this was calculated so that the left page would expand to its natural size. That's not
really what we want, because the natural size could be as high as 100%.

Fixes #927
2017-10-12 16:26:22 -07:00
..
2017-05-08 20:46:21 -04:00
2017-05-08 20:46:21 -04: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