-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
131 lines (122 loc) · 3.98 KB
/
mkdocs.yml
File metadata and controls
131 lines (122 loc) · 3.98 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
# ============================================================================
# Weft Federation — hub documentation site (MkDocs Material).
#
# docs_dir is a BUILD-TIME MIRROR of the repo-root markdown, generated by
# scripts/build-docs.sh (which must run before `mkdocs build`). docs/ and site/
# are gitignored — the root markdown stays the single source of truth.
#
# Theme: the Weft design system mapped onto Material's own light/dark scheme
# selectors (see docs/stylesheets/weft-mkdocs.css). Material owns the toggle;
# there is no hand-rolled theme switch on doc pages. Dark (slate) is canonical.
# The custom landing (overrides/home.html) is the site HOME, chrome-free.
# ============================================================================
site_name: Weft Federation
site_description: >-
Weft Federation is an agent-first family of small, local-first developer
tools. Each member is authoritative for one domain, useful on its own, and
enrich-only — never load-bearing — when composed.
site_url: https://foundryside-dev.github.io/weft/
repo_url: https://github.com/foundryside-dev/weft
repo_name: foundryside-dev/weft
edit_uri: edit/main/
docs_dir: docs
theme:
name: material
custom_dir: overrides
language: en
# Dark (slate) is the CANONICAL DEFAULT; listed first so it is the initial scheme.
palette:
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Bundle fonts locally via weft-mkdocs.css @font-face; do NOT fetch Google Fonts.
font: false
icon:
repo: fontawesome/brands/github
features:
- navigation.sections
- navigation.top
- navigation.indexes
- navigation.tracking
- toc.follow
- content.code.copy
- content.action.view
- search.suggest
- search.highlight
extra_css:
- stylesheets/weft-mkdocs.css
markdown_extensions:
- admonition
- attr_list
- md_in_html
- tables
- footnotes
- toc:
permalink: true
permalink_title: Anchor link to this section
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
plugins:
- search
# Internal links resolve as relative .md targets; keep mkdocs 1.6 defaults so
# "pages exist but are not in nav" stays INFO (does not fail --strict). Broken
# link targets and anchors remain WARNINGs, which --strict promotes to errors.
validation:
omitted_files: info
absolute_links: info
unrecognized_links: warn
anchors: warn
nav:
- Home: README.md
- Doctrine: doctrine.md
- Federation:
- Federation map: federation-map.md
- Compatibility: compatibility.md
- Asterisk register: asterisk-register.md
- Contracts index: contracts-index.md
- URI scheme: uri-scheme.md
- Identity:
- SEI standard: sei-standard.md
- SDK:
- Build a member: federation-sdk.md
- Products:
- products/index.md
- Loomweave: products/loomweave.md
- Filigree: products/filigree.md
- Wardline: products/wardline.md
- Legis: products/legis.md
- Charter: products/charter.md
- Members:
- Loomweave: members/loomweave.md
- Filigree: members/filigree.md
- Wardline: members/wardline.md
- Legis: members/legis.md
- Charter: members/charter.md
- Shuttle: members/shuttle.md
- Lacuna (specimen): members/lacuna.md
- Reference:
- Glossary: glossary.md
- Conflict register: conflict-register.md
- Project:
- Shipping: SHIPPING.md
- Theming: THEMING.md
- Roadmap ideas: roadmap-ideas.md
- Manifest: MANIFEST.md
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/foundryside-dev/weft