This guide is structured as a scalable learning path for Obsidian and GitHub publishing.
Level boundaries:
- Level 1 - Structure: schema design and relational integrity.
- Level 2 - Basics: core query and mutation patterns.
- Future Levels: joins, indexing strategy, transactions, and advanced optimization.
Current implementation scope is Level 1 and Level 2.
-- Suggested learning sequence
-- 01-structure/00-index.md
-- 02-basics/00-index.md
-- 90-roadmap/00-future-themes.md- Keep each concept in a dedicated file for predictable navigation in large vaults.
- Use numeric prefixes (
00,01,02) to enforce deterministic reading order. - Reuse the same section headings in every page to support consistent maintenance and reviews.