Commit 2700187
chore(docs): drop Insiders and consolidate to open Material (#21)
* chore(docs): drop Insiders and consolidate to single mkdocs config
- Merge outsiders Mermaid setup into mkdocs.yml (mermaid2 + JS)
- Always use mkdocs.yml in Makefile; remove Insiders token logic
- Always install open mkdocs-material via Poetry
- Remove mkdocs.insiders.yml and mkdocs.outsiders.yml
Simplifies builds to free Material and reduces config drift.
* chore(build): replace Poetry with uv and PEP 621 deps
- Move dependencies to [project.dependencies] and set license file
- Remove Poetry/asdf-poetry; install and use uv
- Use 'uv venv' + 'uv sync'; run mkdocs via 'uv run'
- Drop Poetry from .tool-versions
* chore(ci): remove local GH Actions helper script act.sh
Remove obsolete local 'act' helper; not used in current workflow.
* chore(python): bump to Python 3.13
- Update .tool-versions to 3.13.1 (asdf)
- Set requires-python to ">=3.13" in pyproject
- Align Makefile fallback var to 3.13
* chore(build): remove pip remnants; show mkdocs via uv in info
- Drop unused PIP variables
- Info target prints mkdocs version using `uv run`
* chore(build): fix System Python detection; CI to Python 3.13
- Use `command -v python3` for SYSTEM_PYTHON on macOS/Linux
- Bump actions/setup-python to v5 and 3.13
* chore(build): pin uv venv to Python 3.13
Force `uv venv --python 3.13` to avoid accidental 3.14 picks on hosts
with newer system interpreters; keeps env aligned with asdf/CI.
* chore(build): make install non-interactive and show correct versions
- Reorder docs-install so venv/deps are set up before info
- Ensure venv step recreates with Python 3.13 when mismatched
- Avoid interactive prompts by setting UV_VENV_CLEAR=1
- Install packages via `uv sync` only
* fix(mkdocs): update emoji extensions and kroki options for strict mode
- Switch from materialx.emoji.* to material.extensions.emoji.* (Material >=9.4)
- Rename kroki options to snake_case (server_url, download_images, download_dir)
* fix(kroki): drop removed download_dir option (strict mode)
Newer mkdocs-kroki-plugin no longer supports download_dir; rely on
server rendering only.
* fix(docs): use root-relative include paths in objective/index
Ensures mkdocs-include-markdown finds files consistently in strict mode.
* fix(docs): resolve strict include and link warnings in process section
- Use root-relative include paths for build step summaries
- Replace trailing-slash links with explicit .md doc links
* fix(docs): root-relative includes and links in plan/index
Resolve strict include failure for Envision/Discover/Assess/Train/Chart.
* fix(docs): root-relative includes in run/index
Resolve strict include failure for run phase pages.
* fix(plantuml): replace deprecated 'skinparam handwritten' with '!option'
Removes yellow banner advising to use !option handwritten.
* style(plantuml): modernize theme (flat, smaller radius, Roboto)
- Disable shadows, reduce round corners to 8
- Use Roboto font to match site
- Thinner sequence borders
- Handwritten already disabled via !option
* chore(make): add docs-diagrams-clean and docs-serve-fresh to refresh UML
Ensures PlantUML diagrams are regenerated after theme changes.
* style(plantuml): force non-handwritten mode in all diagrams; increase font size
- Add `!option handwritten false` at top of each .puml
- Bump default FontSize to 14 for better readability
* fix(plantuml): move '!option handwritten false' before @startuml
Ensures PlantUML processes the non-handwritten directive globally.
* fix(plantuml): add explicit skinparam handwritten false at top
Force both !option and skinparam handwritten false to eliminate wavy edges.
* Fix MkDocs warnings and update configuration
- Switch PlantUML back to server rendering (avoid CI complexity)
- Fix all absolute links to use relative paths with .md extensions
- Fix relative links to include proper .md extensions for strict mode
- Remove broken links to non-existent dataset.md file
- Update Mermaid config to use plugin's javascript option (fix deprecation)
- Remove PAT_MKDOCS_INSIDERS references from GitHub workflow
- Update GitHub Actions to latest versions (checkout@v4, cache@v4)
- Fix all link warnings to ensure clean builds in strict mode
* Fix GitHub workflow: install dependencies for PR builds
- Remove condition from 'Install all MkDocs dependencies' step so it runs on PRs
- This fixes 'uv: command not found' error when building PRs
- Build step runs on all branches/PRs to validate changes
- Deploy step only runs on main branch after successful build
- Add clarifying comments to workflow steps
* Add project files: VS Code settings, charter, and uv lock file
- Add .vscode/settings.json for Makefile configuration
- Add charter/proposed-charter.md for Use Case Tree Workgroup
- Add uv.lock for dependency locking
* Update asdf action to v3 and improve Makefile asdf detection
- Update asdf-vm/actions/install from v2 to v3
- Makefile now checks if asdf is already installed before installing via Homebrew
- This avoids duplicate installations and reduces migration warnings in CI
* Update asdf action to v4 for asdf 0.16+ support
- Upgrade from v3 to v4 which supports asdf >= v0.16.0
- This should eliminate migration notice warnings in CI logs
* Add comprehensive caching for asdf tools and uv dependencies
- Cache asdf installations (~/.asdf/installs, plugins, shims) based on .tool-versions
- Cache uv package cache and Python venv based on uv.lock/pyproject.toml
- Remove old main-branch-only cache
- Caching now works for all branches and PRs to speed up builds
* Fix labeler.yml configuration format
- Convert all labels to use proper match object format with 'any:' and 'changed-files:'
- Fix mkdocs-infra label that was causing 'unexpected type' error
- Consolidate agnos-ai patterns into single 'any:' block
* Remove non-existent docs/main.py from labeler config
- Fixes 'Expected string' YAML validation error
- File doesn't exist in the repository
* Remove Node.js as it's no longer used
- PlantUML requires Java (already in .tool-versions), not Node.js
- No npm packages or Node.js tools are used in the project
- All dependencies are Python-based
* Remove Java and PlantUML as we use external PlantUML server
- PlantUML is configured with render: 'server' using http://www.plantuml.com/plantuml
- No local Java or PlantUML binary needed for server-side rendering
- This speeds up CI builds by removing unnecessary dependencies
* Remove Java from .tool-versions
- Already removed from Makefile in previous commit
- Completes the removal of Java dependency
* Fix labeler.yml format to use correct changed-files structure
- Use 'any-glob-to-any-file' key with array of patterns
- Fixes 'changed-files section must have valid config structure' error
---------
Co-authored-by: Jacobus Geluk <jgeluk@jg2.local>1 parent 7b2e6f8 commit 2700187
File tree
49 files changed
+1911
-420
lines changed- .github
- workflows
- .vscode
- charter
- docs
- concept
- diagrams
- include/themes
- src
- intro
- objective
- other
- process
- build
- plan
- run
- vocab
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
49 files changed
+1911
-420
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
14 | 17 | | |
15 | 18 | | |
16 | | - | |
17 | | - | |
18 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
19 | 24 | | |
20 | 25 | | |
21 | 26 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
37 | 48 | | |
38 | | - | |
39 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
40 | 55 | | |
41 | 56 | | |
42 | | - | |
| 57 | + | |
43 | 58 | | |
44 | 59 | | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | 60 | | |
49 | 61 | | |
50 | 62 | | |
51 | 63 | | |
52 | 64 | | |
53 | | - | |
54 | | - | |
55 | | - | |
| 65 | + | |
56 | 66 | | |
57 | 67 | | |
58 | 68 | | |
59 | 69 | | |
60 | 70 | | |
61 | 71 | | |
62 | 72 | | |
| 73 | + | |
63 | 74 | | |
64 | | - | |
65 | | - | |
66 | 75 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
| 14 | + | |
16 | 15 | | |
17 | | - | |
18 | | - | |
| 16 | + | |
19 | 17 | | |
20 | 18 | | |
21 | 19 | | |
22 | 20 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
| 21 | + | |
29 | 22 | | |
30 | 23 | | |
31 | 24 | | |
| |||
34 | 27 | | |
35 | 28 | | |
36 | 29 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | 30 | | |
45 | | - | |
| 31 | + | |
| 32 | + | |
46 | 33 | | |
47 | | - | |
| 34 | + | |
48 | 35 | | |
49 | 36 | | |
50 | 37 | | |
51 | | - | |
52 | | - | |
53 | 38 | | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | 39 | | |
59 | 40 | | |
60 | 41 | | |
| |||
63 | 44 | | |
64 | 45 | | |
65 | 46 | | |
66 | | - | |
| 47 | + | |
67 | 48 | | |
68 | 49 | | |
69 | 50 | | |
70 | | - | |
| 51 | + | |
71 | 52 | | |
72 | 53 | | |
73 | 54 | | |
| |||
81 | 62 | | |
82 | 63 | | |
83 | 64 | | |
84 | | - | |
| 65 | + | |
| 66 | + | |
85 | 67 | | |
86 | 68 | | |
87 | | - | |
| 69 | + | |
88 | 70 | | |
89 | 71 | | |
90 | 72 | | |
| |||
96 | 78 | | |
97 | 79 | | |
98 | 80 | | |
99 | | - | |
100 | 81 | | |
101 | | - | |
| 82 | + | |
102 | 83 | | |
103 | 84 | | |
104 | 85 | | |
| |||
132 | 113 | | |
133 | 114 | | |
134 | 115 | | |
135 | | - | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
136 | 119 | | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | 120 | | |
141 | 121 | | |
142 | 122 | | |
143 | 123 | | |
144 | 124 | | |
145 | 125 | | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | 126 | | |
151 | 127 | | |
152 | 128 | | |
153 | 129 | | |
154 | | - | |
| 130 | + | |
155 | 131 | | |
156 | 132 | | |
157 | 133 | | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
184 | 146 | | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | 147 | | |
190 | 148 | | |
191 | | - | |
192 | | - | |
| 149 | + | |
| 150 | + | |
193 | 151 | | |
194 | 152 | | |
195 | | - | |
196 | | - | |
| 153 | + | |
| 154 | + | |
197 | 155 | | |
198 | 156 | | |
199 | | - | |
200 | | - | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
201 | 167 | | |
202 | 168 | | |
203 | | - | |
204 | | - | |
| 169 | + | |
| 170 | + | |
205 | 171 | | |
206 | 172 | | |
207 | | - | |
208 | | - | |
| 173 | + | |
| 174 | + | |
209 | 175 | | |
210 | 176 | | |
211 | | - | |
212 | | - | |
| 177 | + | |
| 178 | + | |
213 | 179 | | |
214 | 180 | | |
215 | | - | |
216 | | - | |
| 181 | + | |
| 182 | + | |
217 | 183 | | |
218 | 184 | | |
219 | | - | |
220 | | - | |
| 185 | + | |
| 186 | + | |
221 | 187 | | |
222 | 188 | | |
223 | 189 | | |
| |||
This file was deleted.
0 commit comments