rename docs folder to site

This commit is contained in:
Lucy Cifferello
2021-12-20 11:36:52 -07:00
parent 01b8dad941
commit fb5a363096
4 changed files with 49 additions and 70 deletions

View File

@@ -42,10 +42,10 @@ git clone https://github.com/Start9Labs/documentation.git && cd documentation
git submodule update --init
```
1. Navigate to the `docs` folder and start the project:
1. Navigate to the `site` folder and start the project:
```
cd docs
cd site
make clean && make preview
```
## Development