Commit Graph

9 Commits

Author SHA1 Message Date
Marcelo Trylesinski f4e091890d docs: remove placeholder pages, keep only real content
Remove all empty "Under Construction" placeholder pages for server/
and client/ directories. Only pages with actual content should exist.

- Remove docs/server/ and docs/client/ placeholder pages
- Strip mkdocs.yml nav to only pages with real content
- Remove broken links from concepts.md and quickstart.md (replaced
  with TODO comments for when those pages are created)
- Simplify index.md by removing card grid linking to non-existent pages
2026-02-07 13:05:24 +01:00
Marcelo Trylesinski 7fabe3c17f docs: restructure documentation with quickstart, concepts, and new nav
Set up the foundation for migrating documentation from README.v2.md
into proper docs pages served by mkdocs.

- Rewrite `docs/index.md` as a concise landing page with card grid
- Add `docs/quickstart.md` with a complete getting-started guide
- Fill `docs/concepts.md` with protocol architecture, primitives,
  transports, context, and lifecycle overview
- Restructure `mkdocs.yml` nav into Server, Client, and top-level
  sections
- Create `docs/server/` and `docs/client/` directories with
  placeholder pages for upcoming content
- Move `docs/low-level-server.md` to `docs/server/low-level.md`
2026-02-07 13:02:12 +01:00
Marcelo Trylesinski f2b89ec83e docs: add migrations page (#1859) 2026-01-15 10:13:18 +00:00
Marcelo Trylesinski 201de920a0 refactor: use __future__.annotations (#1832) 2026-01-06 20:03:13 +01:00
Max Isbey c92bb2f7ff SEP-1686: Tasks (#1645) 2025-11-28 18:51:58 +00:00
Marcelo Trylesinski 814c9c024a Add documentation about testing (#1426) 2025-10-03 14:17:31 +00:00
Marcelo Trylesinski 89619a8604 Add documentation structure (#1425) 2025-10-03 13:17:08 +00:00
David Soria Parra 302d8999ba set site url 2025-03-27 17:59:31 +00:00
Marcelo Trylesinski 4e11f2890b Add mkdocs (#367) 2025-03-25 13:06:15 +01:00