- Fix issues with relative / hash links
- Replace highlight.js with prism js
- Fix rendering keeping old data
- Fix some files not being saved correctly
- Fix some files not being saved correctly
- Fix not building nested files correctly
- Move to database powered building
- Add
.docs.jsonsupport
- Make watch recheck after delay, even if it errors
- Fix index flat rendering
- Fix flat rendering
- Fix url param
- Make URLs absolute
- More data gathering fixes
- Fix nested file issue
- Fix issue getting dir contents
- Fix flat getting wrong template path
- Add flat file rendering
- Fix watch command erring due to old dep
- Add
rebuildandverboseflags to watch
- Improve data gathering
- Minify rendered markup
- Remove top index file from nav
- Better docs nav
-
Include index pages in nav
-
Make all external links
target="_blank" rel="nofollow noopener" -
Pass the handle / repo path of the active docs to the template
-
Pass the full route (
docski/getting-started/installation) of the current file to the template -
Custom toc / header anchors
- Only target headers 1 - 3 for anchors
- Only target headers 2 - 3 for toc
- Target anchor should be separate link in the header tag (along side the anchor symbol link)
-
Support custom meta data for each repo
module.exports = { repos: { 'docski': { title: 'Docski', path: 'ethercreative/docski', meta: { // custom meta color: 'hotpink', }, }, }, }; -
Make TTL wait skippable via flag (on build only)
- Don't erase existing docs till after new docs have been gathered
- Increase watch duration
- Add docs variable to templates
- Add wait for raw.githubusercontent.com TTL before rendering
- Download non-md files and store in relative location
- Fix relative links
- Revert previous
- Remove file before re-save
- Fix typo
- Add checking message
- Make CLI-able
- Initial release