forked from quay/claircore
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.toml
More file actions
27 lines (21 loc) · 735 Bytes
/
book.toml
File metadata and controls
27 lines (21 loc) · 735 Bytes
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
[book]
title = "Claircore Documentation"
authors = ["Claircore Authors"]
description = "Additional documentation for Claircore."
src = "docs"
language = "en"
[build]
build-dir = "book"
create-missing = true
[output.html]
git-repository-url= "https://github.com/quay/claircore"
additional-js = ["docs/mermaid.min.js"]
[preprocessor.godoc]
command = "go run github.com/quay/claircore/internal/cmd/mdbook-godoc"
[preprocessor.make_target]
command = "go run github.com/quay/claircore/internal/cmd/mdbook-make_target"
[preprocessor.injecturls]
command = "go run github.com/quay/claircore/internal/cmd/mdbook-injecturls"
[preprocessor.mermaid]
command = "go run github.com/quay/claircore/internal/cmd/mdbook-mermaid"
after = ["links"]