mirror of
https://github.com/Start9Labs/documentation.git
synced 2026-03-26 02:11:55 +00:00
re-arrange the user docs (#76)
* re-arrange the user docs * Minor description edit * update styles * fix service links Co-authored-by: kn0wmad <kn0wmad@protonmail.com> Co-authored-by: Lucy Cifferello <12953208+elvece@users.noreply.github.com>
This commit is contained in:
14
README.md
14
README.md
@@ -50,27 +50,21 @@ git clone https://github.com/Start9Labs/documentation.git && cd documentation
|
||||
git submodule update --init
|
||||
```
|
||||
|
||||
3. (Optional, if you have an older build that needs to be updated) Navigate to `sphinx-scylladb-theme`, update and build with:
|
||||
|
||||
```
|
||||
cd sphinx-scylladb-theme
|
||||
git pull
|
||||
npm i
|
||||
npm run build
|
||||
```
|
||||
|
||||
4. Navigate to the `site` folder and start the project:
|
||||
3. Navigate to the `site` folder and start the project:
|
||||
|
||||
```
|
||||
cd site
|
||||
make clean && make preview
|
||||
```
|
||||
|
||||
## Development
|
||||
|
||||
When editing these files, begin a livereload environment by running `make preview` while in the `./site/` directory.
|
||||
|
||||
When editing any css or table of contents organization changes, the livereload environment must be ended and `make clean` run before starting `make preview` again.
|
||||
|
||||
If you edit something inside `sphinx-scylladb-theme`, you will need to `cd` into that directory and run `npm run build`.
|
||||
|
||||
### Versioning
|
||||
- Build for versioning (must be on master) branch: `make multiversion`
|
||||
- To view version metadata: `make multiversionpreview`
|
||||
|
||||
Reference in New Issue
Block a user