Documentation Index
November 8, 2025 Β· View on GitHub
Complete guide to all documentation in the Logseq Template Graph project.
π All documentation is now organized in the docs/ folder!
Start Here: Documentation Portal | README | Quick Start
π Quick Navigation
For Users
- Project Overview - What this project does
- Quick Start Guide - Import templates (5 minutes)
For Developers
- Developer Setup - Environment setup
- CI/CD Pipeline - Automated workflows
- Technical Reference - Deep dive
For Large Templates (15K+ lines)
- Modular Quickstart - 5-minute guide
- Modularization Strategy - Complete plan
π All Documentation
Root Level (Quick Access)
| File | Audience | Description |
|---|---|---|
| README.md | Everyone | Project overview, features, quick start |
| QUICK_START.md | Users & Developers | 5-minute installation and setup guide |
| docs/README.md | Everyone | π Documentation Portal |
User Guides (docs/user-guide/)
| File | Description |
|---|---|
| ui-export-guide.md | Export EDN via UI, keyboard shortcuts, partial export strategies |
Developer Guides (docs/developer-guide/)
| File | Description |
|---|---|
| ci-cd-pipeline.md | Complete CI/CD workflow, automation, git integration |
| conventional-commits-guide.md | Automated changelog generation and semantic versioning |
| conventional-commits-integration.md | Integration details, setup, and troubleshooting |
| modularization-review.md | GitHub Actions implementation and testing plans |
| implementation-summary.md | Overview of what was built |
Modular Development (docs/modular/)
| File | Description |
|---|---|
| quickstart.md | 5-minute modular workflow guide |
| strategy.md | Complete modularization plan with split/build scripts |
| architecture-report.md | Complete modular architecture status and roadmap |
Architecture (docs/architecture/)
| File | Description |
|---|---|
| technical-reference.md | EDN format, class hierarchy, Schema.org mapping, best practices |
Research (docs/research/)
| File | Description |
|---|---|
| comprehensive-analysis.md | Deep dive: Logseq DB, Tana, Schema.org (10 sections, ultra-comprehensive) |
π― Find Documentation By Task
I want to...
| Task | Documentation |
|---|---|
| Use the templates | Quick Start - Users |
| Install Logseq DB | Quick Start - Step 0 |
| Set up development | Quick Start - Developers |
| Export templates (CLI) | CI/CD Pipeline |
| Export templates (UI) | UI Export Guide |
| Work with huge templates | Modular Quickstart |
| Understand architecture | Technical Reference |
| Learn about Logseq DB/Tana | Comprehensive Analysis |
| Add new classes | CI/CD Pipeline + Technical Reference |
π Documentation Stats
- Total Documents: 14 comprehensive guides
- Total Lines: 6,000+ lines of documentation
- Organization: Categorized in
docs/folder - Last Major Update: November 2025 (modular workflow and conventional commits added)
πΊοΈ Recommended Reading Order
Path 1: New User (5 minutes)
README β Quick Start β Start using templates!
Path 2: New Developer (30 minutes)
README β Quick Start (Dev) β CI/CD Pipeline β Technical Reference
Path 3: Modular Development (20 minutes)
CI/CD Pipeline (Modular section) β Modular Quickstart β Modularization Strategy
Path 4: Deep Understanding (2+ hours)
Comprehensive Analysis β Technical Reference β Modularization Strategy β CI/CD Pipeline
π Complete File Structure
logseq-template-graph/
βββ README.md β Start here
βββ QUICK_START.md β 5-minute guide
βββ DOCS_INDEX.md β This file
β
βββ docs/ β π All documentation
βββ README.md β Documentation portal
β
βββ user-guide/ β For template users
β βββ ui-export-guide.md β UI export & keyboard shortcuts
β
βββ developer-guide/ β For contributors
β βββ ci-cd-pipeline.md β Workflows & automation
β βββ conventional-commits-guide.md β Commit standards
β βββ conventional-commits-integration.md β Setup & troubleshooting
β βββ modularization-review.md β GitHub Actions implementation
β βββ implementation-summary.md β What was built
β
βββ modular/ β For large templates
β βββ quickstart.md β Quick modular guide
β βββ strategy.md β Complete plan
β βββ architecture-report.md β Status & roadmap
β
βββ architecture/ β Technical deep-dives
β βββ technical-reference.md β EDN format, classes
β
βββ research/ β Background analysis
βββ comprehensive-analysis.md β Logseq/Tana/Schema.org
π External Resources
Logseq
Schema.org
Tana
Tools
- EDN Format Specification
- Babashka - For modular workflow
π€ Contributing to Documentation
When updating documentation:
- Update DOCS_INDEX.md (this file) if adding new docs
- Update docs/README.md (documentation portal)
- Cross-link related sections
- Keep navigation consistent
- Test all links before committing
π‘ Tip: Bookmark the Documentation Portal for organized navigation!
Last Updated: November 2025