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

For Developers

For Large Templates (15K+ lines)


πŸ“– All Documentation

Root Level (Quick Access)

FileAudienceDescription
README.mdEveryoneProject overview, features, quick start
QUICK_START.mdUsers & Developers5-minute installation and setup guide
docs/README.mdEveryoneπŸ“š Documentation Portal

User Guides (docs/user-guide/)

FileDescription
ui-export-guide.mdExport EDN via UI, keyboard shortcuts, partial export strategies

Developer Guides (docs/developer-guide/)

FileDescription
ci-cd-pipeline.mdComplete CI/CD workflow, automation, git integration
conventional-commits-guide.mdAutomated changelog generation and semantic versioning
conventional-commits-integration.mdIntegration details, setup, and troubleshooting
modularization-review.mdGitHub Actions implementation and testing plans
implementation-summary.mdOverview of what was built

Modular Development (docs/modular/)

FileDescription
quickstart.md5-minute modular workflow guide
strategy.mdComplete modularization plan with split/build scripts
architecture-report.mdComplete modular architecture status and roadmap

Architecture (docs/architecture/)

FileDescription
technical-reference.mdEDN format, class hierarchy, Schema.org mapping, best practices

Research (docs/research/)

FileDescription
comprehensive-analysis.mdDeep dive: Logseq DB, Tana, Schema.org (10 sections, ultra-comprehensive)

🎯 Find Documentation By Task

I want to...

TaskDocumentation
Use the templatesQuick Start - Users
Install Logseq DBQuick Start - Step 0
Set up developmentQuick Start - Developers
Export templates (CLI)CI/CD Pipeline
Export templates (UI)UI Export Guide
Work with huge templatesModular Quickstart
Understand architectureTechnical Reference
Learn about Logseq DB/TanaComprehensive Analysis
Add new classesCI/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)

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


🀝 Contributing to Documentation

When updating documentation:

  1. Update DOCS_INDEX.md (this file) if adding new docs
  2. Update docs/README.md (documentation portal)
  3. Cross-link related sections
  4. Keep navigation consistent
  5. Test all links before committing

πŸ’‘ Tip: Bookmark the Documentation Portal for organized navigation!

Last Updated: November 2025

Back to README | Documentation Portal