Commit 986b6fc
committed
chore!: remove MkDocs documentation generation feature
Remove all MkDocs-based documentation infrastructure from the project.
This simplifies the project by eliminating the documentation build system
that was generating GitHub Pages documentation from example files.
Changes include:
- Remove mkdocs.yml configuration file
- Remove scripts/build_docs.py documentation builder script
- Remove .github/workflows/docs.yml CI workflow for deploying docs
- Remove docs optional dependency group from pyproject.toml
(mkdocs-terminal, pygments, pymdown-extensions)
- Remove docs-serve and docs-build targets from justfile
- Update CLAUDE.md to remove documentation command references
The uv.lock file is updated to reflect the removed dependencies.
BREAKING CHANGE: The `docs` optional dependency group and related
commands (`make docs-serve`, `make docs-build`) are no longer available.1 parent ad8fce4 commit 986b6fc
File tree
7 files changed
+8
-407
lines changed- .github/workflows
- scripts
7 files changed
+8
-407
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | 33 | | |
38 | 34 | | |
39 | 35 | | |
| |||
120 | 116 | | |
121 | 117 | | |
122 | 118 | | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | 29 | | |
40 | 30 | | |
41 | 31 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | 60 | | |
66 | 61 | | |
67 | 62 | | |
| |||
This file was deleted.
0 commit comments