1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
## mdBook configuration.
##
## `src = "."` rather than the conventional `src/`: these pages existed as
## `docs/*.md` long before there was a book, they are linked from the README, from
## commit messages and from doc comments in the source, and several tests name
## them by path. Moving them under `docs/src/` to satisfy a default would break
## every one of those links to gain nothing a one-line setting cannot.
##
## The consequence to know about: mdBook renders what SUMMARY.md lists, and warns
## about the rest. Adding a page under `docs/` means adding it to SUMMARY.md, or
## it is a file in the repository that the site does not have.
[]
= "amont-agent"
= "A guard that reads a shell command before Claude Code runs it, and can observe, advise, or refuse — with the evidence for each rule kept as reviewed judgements rather than as an assertion."
= ["Frederic Rousseau"]
= "en"
= "."
[]
## OUTSIDE the source directory, deliberately. With `src = "."` the default
## `docs/book` would put the rendered site inside the directory being rendered,
## so each build would try to ingest the previous build's output. `target/` is
## already gitignored, so this also keeps `git status` clean after a local
## `mdbook build docs`.
= "../target/book"
= false
[]
= "rust"
= "ayu"
= "https://github.com/fredericrous/amont"
= "https://github.com/fredericrous/amont/edit/main/docs/{path}"
= "/amont/"
[]
= true
= 1