-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdocs_sync.toml
More file actions
43 lines (36 loc) · 810 Bytes
/
Copy pathdocs_sync.toml
File metadata and controls
43 lines (36 loc) · 810 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# docs-sync configuration (see tools/docs-sync/README.md).
[sources]
cargo_manifest = "crates/teamtalk/Cargo.toml"
workspace_root = "."
[docs]
include = ["docs/**/*.md", "README.md", "AGENTS.md"]
# Historical snapshots: migration guides and the release changelog are
# intentionally allowed to reference older versions/features.
exclude = [
"docs/changelog.md",
"docs/migrations/**/*.md",
]
[versions]
enabled = true
[features]
enabled = true
[module_tree]
enabled = true
agents_md = "AGENTS.md"
baseline_heading = "Current Module Baseline"
source_roots = [
"crates/teamtalk/src",
"crates/teamtalk-sys/src",
"crates/teamtalk-macros/src",
]
[file_refs]
enabled = true
prefixes = [
"crates/",
"docs/",
"scripts/",
"examples/",
"tools/",
]
[snippets]
enabled = true