-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: fix sidebar not opening / add catpuccin theme
Overridden CSS files had to be udpdated to newer versions.
- Loading branch information
1 parent
fe27301
commit 45e299d
Showing
8 changed files
with
2,233 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,27 @@ | ||
[book] | ||
authors = ["dr460nf1r3"] | ||
authors = ["dr460nf1r3", "TNE"] | ||
description = "Contains the documentation for the Garuda Nix subsystem" | ||
language = "en" | ||
multilingual = false | ||
src = "src" | ||
title = "Garuda Nix Subsystem documentation" | ||
|
||
[output.html] | ||
additional-css = ["theme/css/custom.css"] | ||
default-theme = "dark" | ||
additional-css = ["./mdbook-admonish.css", "theme/css/custom.css", "./theme/catppuccin.css", "./theme/catppuccin-admonish.css"] | ||
default-theme = "mocha" | ||
preferred-dark-theme = "mocha" | ||
git-repository-icon = "fa-code-fork" | ||
git-repository-url = "https://gitlab.com/garuda-linux/garuda-nix-subsystem" | ||
site-url = "https://nix.garudalinux.org" | ||
site-url = "https://nix.garudalinux.org" | ||
|
||
[preprocessor] | ||
|
||
[preprocessor.admonish] | ||
after = ["links"] | ||
command = "mdbook-admonish" | ||
assets_version = "3.0.2" # do not edit: managed by `mdbook-admonish install` | ||
|
||
[preprocessor.catppuccin] | ||
assets_version = "2.1.0" # DO NOT EDIT: Managed by `mdbook-catppuccin install` | ||
|
||
[preprocessor.emojicodes] |
Oops, something went wrong.