mirror of
https://github.com/Start9Labs/documentation.git
synced 2026-04-01 21:13:10 +00:00
fix up navigation
This commit is contained in:
21
README.md
21
README.md
@@ -27,6 +27,27 @@ The [extension](https://github.com/Holzhaus/sphinx-multiversion) used to build d
|
||||
|
||||
Install [pyenv](https://github.com/pyenv/pyenv)
|
||||
|
||||
|
||||
## Project Setup
|
||||
|
||||
1. Clone this repository and enter the project folder:
|
||||
|
||||
```
|
||||
git clone https://github.com/Start9Labs/documentation.git && cd documentation
|
||||
```
|
||||
|
||||
1. Install theme submodule:
|
||||
|
||||
```
|
||||
git submodule update --init
|
||||
```
|
||||
|
||||
1. Navigate to the `docs` folder and start the project:
|
||||
|
||||
```
|
||||
cd docs
|
||||
make clean && make preview
|
||||
```
|
||||
## Development
|
||||
|
||||
When editing these files, begin a livereload environment by running `make preview` while in the `./site/` directory.
|
||||
|
||||
Reference in New Issue
Block a user