Browse Source
* Move doc website docs to do website * Update docs/documentation_website.md Co-authored-by: Paul Robert Lloyd <paulrobertlloyd@users.noreply.github.com> * Single title Co-authored-by: Paul Robert Lloyd <paulrobertlloyd@users.noreply.github.com>pull/742/head
baarkerlounger
2 years ago
committed by
GitHub
2 changed files with 19 additions and 16 deletions
@ -0,0 +1,19 @@ |
|||||||
|
--- |
||||||
|
nav_order: 10 |
||||||
|
--- |
||||||
|
|
||||||
|
# This documentation website |
||||||
|
|
||||||
|
The documentation website can be generated and run 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