diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 9fcf163..6b9ac06 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -54,7 +54,7 @@ jobs:
- name: Run tests with coverage
run: |
- uv run pytest --config-file="pyproject.toml" --cov-config="pyproject.toml"
+ uv run pytest --config-file="pyproject.toml"
- name: Verify coverage report
run: |
diff --git a/.gitignore b/.gitignore
index 1a935a3..9a22b38 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,10 +33,8 @@ ENV/
.ruff_cache/
.reports/
site/
-.continuerules
-# -- Markitect ---------
+# Markitecture
+.continuerules
markitect.yml
-.markitecture/
-notebooks/
-.github/workflows/tag-version.yml
+docs/mkdocs/
diff --git a/README.md b/README.md
index bcebc24..871d595 100644
--- a/README.md
+++ b/README.md
@@ -1,46 +1,61 @@
-
+
-
-
-
-
+
+
+
-
- The Architecture of Better Documentation.
-
+
Markitecture
+
+The Architecture of Better Documentation.
+
- Markitecture: The Python toolkit that empowers modular Markdown workflows.
+ Tools for modular Markdown workflows and content management.
-
+
+[Documentation][markitecture] · [Contribute][markitecture] · [Report Bug][github-issues] · [Request Feature][github-issues]
+
+
+
-
## What is Markitecture?
@@ -201,36 +216,39 @@ Contributions are welcome! Whether it's bug reports, feature requests, or code c
## License
+Copyright © 2024 - 2025
Markitecture All rights reserved.
+Released under the [MIT][mit-license] license.
+
Copyright © 2024-2025 [Markitecture][markitecture].
Released under the [MIT][mit-license] license.
-[![][back-to-top]](#top)
+[![][return-to-top]](#top)
-
-
-

+
-
-[back-to-top]: https://img.shields.io/badge/-BACK_TO_TOP-7934C5?style=flat-square
+[return-to-top]: https://img.shields.io/badge/-BACK_TO_TOP-7934C5?style=flat-square
[pypi]: https://pypi.org/project/markitecture/
[markitecture]: https://github.com/eli64s/markitecture
[github-issues]: https://github.com/eli64s/markitecture/issues
[github-pulls]: https://github.com/eli64s/markitecture/pulls
+[contributing]: https://github.com/eli64s/markitecture/blob/main/CONTRIBUTING.md
[mit-license]: https://github.com/eli64s/markitecture/blob/main/LICENSE
[examples]: https://github.com/eli64s/markitecture/tree/main/examples
diff --git a/docs/assets/line.svg b/docs/assets/line.svg
index d19448d..5efe92a 100644
--- a/docs/assets/line.svg
+++ b/docs/assets/line.svg
@@ -1,10 +1,10 @@