2024-03-07 14:18:28 +00:00
|
|
|
# quickshell-docs
|
|
|
|
|
|
|
|
Documentation for [quickshell](https://git.outfoxxed.me/outfoxxed/quickshell).
|
|
|
|
|
2024-03-11 12:44:25 +00:00
|
|
|
Hosted version at [quickshell.outfoxxed.me](https://quickshell.outfoxxed.me).
|
|
|
|
|
2024-03-07 14:18:28 +00:00
|
|
|
# Building the documentation
|
|
|
|
|
|
|
|
The docs depend on:
|
|
|
|
- just
|
|
|
|
- hugo
|
|
|
|
- rust
|
|
|
|
|
|
|
|
To build the documentation you must be in a subdirectory of the main quickshell repo,
|
|
|
|
which is where the submodule clones this repo.
|
|
|
|
|
|
|
|
Run the following command to build and serve the docs locally:
|
|
|
|
```
|
|
|
|
$ just serve
|
|
|
|
```
|