Christian Oliff
8f36e75700
Formatted with Prettier
...
BREAKING CHANGE: The next release will require Node 8
2019-07-09 21:59:24 -07:00
David Kartnaller
14298bb681
fix: toc with children getting displayed as "note" ( #1253 )
2019-06-12 12:06:52 -07:00
Christian Oliff
b6901b4197
refactor: remove unnecessary trailing slash ( #1254 )
2019-06-07 10:03:42 -07:00
Christian Oliff
9ba3fd1f90
chore: Update split.js ( #1250 )
2019-06-06 09:45:18 -07:00
Christian Oliff
725f6bbc68
docs: fix link to basscss.com ( #1245 )
2019-05-30 12:52:04 -07:00
Tom MacWright
64c9ca6dac
feat: Add inner section ( #1212 )
...
* Add Inner Member section
* Update tests
2019-02-27 14:22:22 -08:00
Jonas Bögle
5b045f26c0
feat: Add favicon option ( #1207 )
2019-02-22 08:11:26 -08:00
Jonas Bögle
fb0a27f695
fix(default theme): only render either note or section ( fixes #1113 ) ( #1206 )
...
* fix(default theme): only render either note or section
Fixes notes also showing up as duplicate sections.
fix #1113
* undo revertion of c5f32ae
* update test snapshot
2019-02-22 08:10:00 -08:00
Tom MacWright
c5f32ae6ae
refactor: remove text/css from default theme #1203 , #1200
2019-01-25 13:41:39 -08:00
Tom MacWright
c3aaa86dc2
refactor: remove flow and related dependencies, test on 10 not latest, skip slow tests
2018-12-09 16:56:56 -08:00
Christian Oliff
f762448d14
docs: Use https link for 'how to read documentation' information
2018-12-01 12:51:59 -08:00
Max Schmitt
45a9ea924a
feat: added project description
2018-08-03 15:35:25 -07:00
Nathan Harris
eac3cf1e5a
Don't show signature for notes.
2018-07-15 20:43:11 -07:00
Nathan Harris
67abc7d5a5
Fix typo and return function signature div.
2018-07-15 20:43:11 -07:00
Nathan Harris
f6616f2d26
Tweaks to default theme to correct grouping for html output from .yml config file.
2018-07-15 20:43:11 -07:00
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
Michel Simonot
7a548eb444
fix(html): Display all levels of parameter properties. ( #933 )
...
Fix default_theme to render all parameter properties.
- Split the parameter property template portion into its own partial.
- Have the new partial recursively call itself if there are sub-properties.
2017-10-04 12:34:39 -07:00
Mitermayer Reis
2df7d3e54b
style: Making return type params consistent with the rest of the code base ( #894 )
2017-09-02 10:20:47 -07:00
Tom MacWright
dccb15160d
fix(theme): Remove dead stepsibling navigation code
2017-07-31 14:59:24 -04:00
David Halls
6509ae813e
feat(theme): Flexible sidebar for default theme
2017-07-31 13:31:01 -04:00
David Halls
473f317c78
fix: Fix filtering in the default theme
2017-06-23 15:42:48 -04:00
David Halls
61968c790f
fix: Show () for callbacks
...
* Show callback signatures
* Add output test for callback
* Reformat is_function
* Fix comparator
* Use camelCase #818
2017-06-23 15:41:21 -04:00
David Halls
5fb77bcf48
fix(html output): Fix links between navigation and items in HTML documentation
2017-06-06 09:38:27 -04:00
Tom MacWright
11d9045a00
Native Flow, use Jest ( #767 )
...
* build: Use Flow syntax without comments.
We're switching to Flow annotations - not Flow comments. This
gives documentation.js the ability to self-document without
JSDoc types and improves our compatibility with tools like
prettier.
Fixes #729 . Fixes #709
2017-05-08 20:46:21 -04:00