You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: migrate documentation to MkDocs + Material with auto-generated API reference (#98)
Reorganize docs into MkDocs site with Material theme, auto-generated API
reference from Python docstrings, and GitHub Pages deployment workflow.
- Add mkdocs.yml with Material theme (light/dark toggle, search, tabs)
- Add scripts/gen_ref_pages.py for auto-discovering type_bridge modules
- Add .github/workflows/docs.yml for CI build + GitHub Pages deploy
- Move docs/api/ → docs/guide/ (14 hand-written user guide pages)
- Move docs/{DEVELOPMENT,TESTING,TYPEDB,INTERNALS,ABSTRACT_TYPES}.md → docs/development/
- Create docs/getting-started/ with installation and quickstart guides
- Create docs/index.md landing page
- Add docs dependency group to pyproject.toml
- Update all cross-links in README.md, CLAUDE.md, and moved docs
- Fix missing type annotation on QueryBuilder.match_entity filters param
-**[docs/api/validation.md](docs/api/validation.md)** - Pydantic integration and type safety
263
+
**[https://ds1sqe.github.io/type-bridge/](https://ds1sqe.github.io/type-bridge/)** — Full documentation site with user guide, API reference, and development guides.
264
+
265
+
-[Getting Started](https://ds1sqe.github.io/type-bridge/getting-started/) — Installation and quick start
266
+
-[User Guide](https://ds1sqe.github.io/type-bridge/guide/) — Attributes, entities, relations, CRUD, queries, and more
267
+
-[API Reference](https://ds1sqe.github.io/type-bridge/reference/) — Auto-generated from source docstrings
268
+
-[Development](https://ds1sqe.github.io/type-bridge/development/) — Setup, testing, and internals
0 commit comments