-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbook.toml
More file actions
23 lines (21 loc) · 794 Bytes
/
book.toml
File metadata and controls
23 lines (21 loc) · 794 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[book]
authors = ["Rabindra Dhakal"]
language = "en"
src = "src"
title = "soar documentation"
description = "Documentation for Soar, a fast, modern, bloat-free package manager for Linux. Install static binaries, AppImages, and portable packages across any distro."
[output.html]
default-theme = "nightsky"
preferred-dark-theme = "nightsky"
git-repository-url = "https://github.com/pkgforge/soar"
additional-css = ["theme.css"]
additional-js = ["mermaid-init.js", "page-toc.js"]
input-404 = "404.md"
no-section-label = true
[output.html.redirect]
"/setup.html" = "/installation.html"
"/config.html" = "/configuration.html"
"/packages.html" = "/package-management.html"
"/getting-started.html" = "/quick-start.html"
"/changelog.html" = "/releases.html"
"/uninstall.html" = "/installation.html"