2
1
Fork 0
Official documentation for quickshell
Find a file
outfoxxed 2ad0f62947
typegen: remove parameters from function ids
Caused more problems making links than it solved.
2024-07-14 16:46:57 -07:00
assets/css feat: add QML overview 2024-03-07 05:30:01 -08:00
content intro: fix variants linking to localhost 2024-07-06 11:55:57 -07:00
data misc: add matrix to navbar and change icons 2024-04-01 22:29:23 -07:00
layouts typegen: add shorthand for type/property links 2024-07-14 16:16:37 -07:00
themes initial commit 2024-02-12 04:07:01 -08:00
typegen typegen: remove parameters from function ids 2024-07-14 16:46:57 -07:00
types nix: update lockfile 2024-06-07 04:32:57 -07:00
.gitignore build: add nix package 2024-03-09 06:28:20 -08:00
.gitmodules initial commit 2024-02-12 04:07:01 -08:00
default.nix build: add nix package 2024-03-09 06:28:20 -08:00
flake.lock build: add notifications service 2024-07-12 00:52:38 -07:00
flake.nix build: add nix package 2024-03-09 06:28:20 -08:00
hugo.toml misc: add matrix to navbar and change icons 2024-04-01 22:29:23 -07:00
Justfile build: add notifications service 2024-07-12 00:52:38 -07:00
package.nix build: add nix package 2024-03-09 06:28:20 -08:00
README.md readme: mention hosted docs 2024-03-11 05:44:25 -07:00
shell.nix initial commit 2024-02-12 04:07:01 -08:00

quickshell-docs

Documentation for quickshell.

Hosted version at quickshell.outfoxxed.me.

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