This repository was archived by the owner on Jun 22, 2026. It is now read-only.
fix(blog): migrate from Docusaurus, eradicate custom hacks, and unify blog metadata#109
Merged
Merged
Conversation
…gin, and unify frontmatter Signed-off-by: PythonWoods-Dev <gianluca.catalano@gmail.com>
…docs-material Signed-off-by: PythonWoods-Dev <gianluca.catalano@gmail.com>
…ths, and restore blog nav Signed-off-by: PythonWoods-Dev <gianluca.catalano@gmail.com>
…t metadata Signed-off-by: PythonWoods-Dev <gianluca.catalano@gmail.com>
…nd purge hardcoded metadata Signed-off-by: PythonWoods-Dev <gianluca.catalano@gmail.com>
Signed-off-by: PythonWoods-Dev <gianluca.catalano@gmail.com>
Signed-off-by: PythonWoods-Dev <gianluca.catalano@gmail.com>
Signed-off-by: PythonWoods-Dev <gianluca.catalano@gmail.com>
Signed-off-by: PythonWoods-Dev <gianluca.catalano@gmail.com>
…tion and usage guides Signed-off-by: PythonWoods-Dev <gianluca.catalano@gmail.com>
…eals to deprecated ADRs Signed-off-by: PythonWoods-Dev <gianluca.catalano@gmail.com>
Signed-off-by: PythonWoods-Dev <gianluca.catalano@gmail.com>
…nd test fixture Signed-off-by: PythonWoods-Dev <gianluca.catalano@gmail.com>
… core version pinning Signed-off-by: PythonWoods-Dev <gianluca.catalano@gmail.com>
…cosystem layers Signed-off-by: PythonWoods-Dev <gianluca.catalano@gmail.com>
…ns to 0.14.1/v2.1.1 Signed-off-by: PythonWoods-Dev <gianluca.catalano@gmail.com>
| The Exclusion Zone model extends beyond structural correctness. A codebase or documentation suite that contains stale brand identifiers carries a different kind of debt: **narrative debt**. A page that still refers to a codename contradicts the contract it is trying to document. | ||
|
|
||
| Zenzic addresses this through the [`[governance]`](../reference/configuration-reference.md) configuration block and the [Z601 BRAND_OBSOLESCENCE](../reference/finding-codes.md#z601) finding. Format-aware, per-line suppression is available for intentional historical references using the appropriate comment syntax for the file type (`.md` vs. `.mdx`). | ||
| Zenzic addresses this through the [`[governance]`](../reference/configuration-reference.md) configuration block and the [Z601 BRAND_OBSOLESCENCE](../reference/finding-codes.md#z601) finding. Format-aware, per-line suppression is available for intentional historical references using the appropriate comment syntax for the file type (`.md` vs. `.md`). |
Signed-off-by: PythonWoods-Dev <gianluca.catalano@gmail.com>
1ce1e09 to
aa4aa1b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request completely modernizes the documentation portal for the
v0.14.1sprint, fully deprecating the legacy Docusaurus setup in favor of native MkDocs Material plugins and layout.Changes
developers/.mdxfiles and stripped legacy blind-spot URLs (.zenzic.toml), successfully achieving Zero-DBT cleanly.blog_post.html) and restored the native MkDocs blog layout to eliminate maintenance debt.<!-- truncate -->tags with MkDocs<!-- more -->excerpts. Hardcoded titles and redundant author/date metadata within the article bodies have been purged..authors.yml.RELEASE.mdversion bumping completely tobump-my-versionviajust release.Verification
uv run mkdocs build --strictcompletes cleanly.zenzic check all --strictandzenzic score --stampsucceed natively.