add skeleton

This commit is contained in:
hinto.janai 2024-06-16 14:41:06 -04:00
parent 1bc05366b0
commit e97e352769
No known key found for this signature in database
GPG key ID: D47CE05FA175A499
3 changed files with 32 additions and 12 deletions

View file

@ -6,14 +6,12 @@ src = "src"
title = "Cuprate's user book"
git-repository-url = "https://github.com/Cuprate/user-book"
# TODO: fix after importing real files.
#
# [preprocessor.last-changed]
# command = "mdbook-last-changed"
# renderer = ["html"]
#
# [output.html]
# default-theme = "ayu"
# preferred-dark-theme = "ayu"
# git-repository-url = "https://github.com/hinto-janai/cuprate-user"
# additional-css = ["last-changed.css"]
[preprocessor.last-changed]
command = "mdbook-last-changed"
renderer = ["html"]
[output.html]
default-theme = "ayu"
preferred-dark-theme = "ayu"
git-repository-url = "https://github.com/Cuprate/user-book"
additional-css = ["last-changed.css"]

View file

@ -0,0 +1,7 @@
footer {
font-size: 0.8em;
text-align: center;
border-top: 1px solid;
margin-top: 4%;
padding: 5px 0;
}

View file

@ -1,3 +1,18 @@
# Summary
- [TODO](todo.md)
[Intro](intro.md)
- [Configuration](configuration/configuration.md)
- [Disk](disk/disk.md)
- [Tor](tor/tor.md)
- [systemd](systemd/systemd.md)
- [Documentation](authorization/documentation.md)
- [Authorization](authorization/authorization.md)
- [Command Line](command-line/command-line.md)
- [Instrumentation](instrumentation/instrumentation.md)
- [Logging](instrumentation/logging.md)
- [RPC](rpc/rpc.md)
- [JSON RPC](rpc/json-rpc.md)
- [Binary RPC](rpc/binary-rpc.md)
- [Download](download/download.md)
- [Verification](download/verification.md)