2 changed files with 21 additions and 16 deletions
@ -0,0 +1,21 @@
|
||||
--- |
||||
nav_order: 10 |
||||
--- |
||||
|
||||
# This documentation website |
||||
|
||||
### Running documentation locally |
||||
|
||||
The documentation website can be generated and served locally using Jekyll. |
||||
|
||||
1. Change into the `/docs/` directory:\ |
||||
`cd docs` |
||||
|
||||
2. Install Jekyll and its dependencies:\ |
||||
`bundle install` |
||||
|
||||
3. Start the Jekyll server:\ |
||||
`bundle exec jekyll serve` |
||||
|
||||
4. View the website:\ |
||||
<http://localhost:4000> |
Loading…
Reference in new issue