## 1.1.7 - 2019-10-17
- Fix relative links up one dir

## 1.1.6 - 2019-10-16
- Fix issues with relative / hash links

## 1.1.5 - 2019-10-16
- Replace highlight.js with prism js

## 1.1.4 - 2019-10-16
- Fix rendering keeping old data

## 1.1.3 - 2019-10-15
- Fix some files not being saved correctly

## 1.1.2 - 2019-10-15
- Fix some files not being saved correctly

## 1.1.1 - 2019-09-04
- Fix not building nested files correctly

## 1.1.0 - 2019-09-04
- Move to database powered building
- Add `.docs.json` support

## 1.0.22 - 2019-09-03
- Make watch recheck after delay, even if it errors 

## 1.0.21 - 2019-09-03
- Fix index flat rendering

## 1.0.20 - 2019-09-03
- Fix flat rendering

## 1.0.19 - 2019-09-03
- Fix url param

## 1.0.18 - 2019-09-03
- Make URLs absolute

## 1.0.17 - 2019-09-03
- More data gathering fixes

## 1.0.16 - 2019-09-03
- Fix nested file issue

## 1.0.15 - 2019-09-03
- Fix issue getting dir contents

## 1.0.14 - 2019-09-03
- Fix flat getting wrong template path

## 1.0.13 - 2019-09-03
- Add flat file rendering

## 1.0.12 - 2019-09-02
- Fix watch command erring due to old dep
- Add `rebuild` and `verbose` flags to watch

## 1.0.11 - 2019-08-30
- Improve data gathering
- Minify rendered markup

## 1.0.10 - 2019-08-30
- Remove top index file from nav

## 1.0.9 - 2019-08-30
- Better docs nav

## 1.0.8 - 2019-08-30
- 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)

## 1.0.7 - 2019-08-30
- Don't erase existing docs till after new docs have been gathered
- Increase watch duration
- Add docs variable to templates

## 1.0.6 - 2019-08-29
- Add wait for raw.githubusercontent.com TTL before rendering
- Download non-md files and store in relative location
- Fix relative links

## 1.0.5 - 2019-08-29
- Revert previous

## 1.0.4 - 2019-08-29
- Remove file before re-save

## 1.0.3 - 2019-08-29
- Fix typo

## 1.0.2 - 2019-08-29
- Add checking message

## 1.0.1 - 2019-08-29
- Make CLI-able

## 1.0.0 - 2019-08-29
- Initial release
