docs-preview
A tool for previewing Crystal docs with the same url structure as the live site. (eg. /api/0.26.1/index.html
)
Usage:
$ cd path/to/this/repo
$ shards build
$ cd path/to/crystal-lang/repo
$ make crystal && make docs
$ cd docs
$ path/to/this/repo/bin/docs-preview
# site viewable at http://localhost:8888
Contributing
- Fork it ( https://github.com/willamin/docs-preview/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Contributors
- willamin Will Lewis - creator, maintainer