mirror of
https://github.com/hinto-janai/cuprate.git
synced 2024-11-16 15:58:14 +00:00
add skeleton
This commit is contained in:
parent
1bc05366b0
commit
e97e352769
3 changed files with 32 additions and 12 deletions
|
@ -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"]
|
||||
|
|
7
books/user/last-changed.css
Normal file
7
books/user/last-changed.css
Normal file
|
@ -0,0 +1,7 @@
|
|||
footer {
|
||||
font-size: 0.8em;
|
||||
text-align: center;
|
||||
border-top: 1px solid;
|
||||
margin-top: 4%;
|
||||
padding: 5px 0;
|
||||
}
|
|
@ -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)
|
Loading…
Reference in a new issue