2026-01-23 16:11:07 +00:00

37 lines
1.4 KiB
Markdown

# User Guide
Comprehensive guides for using the KOGRAL.
## Getting Started
- [Quick Start](quickstart.md) - Get up and running in 5 minutes
- [Configuration](configuration.md) - Configure your knowledge base
- [CLI Commands](cli-commands.md) - Command-line interface reference
## Working with Documents
- [Document Format](document-format.md) - Markdown and frontmatter syntax
- [Node Types](node-types.md) - Notes, Decisions, Guidelines, Patterns, Journal
- [Relationships](relationships.md) - Linking nodes together
- [Templates](templates.md) - Using and customizing document templates
## Integration
- [Logseq Integration](logseq-integration.md) - Import/export with Logseq
- [Claude Code Integration](claude-code-integration.md) - MCP server usage
- [Git Workflows](git-workflows.md) - Version control best practices
## Advanced Usage
- [Search and Query](search-and-query.md) - Text and semantic search
- [Cross-Project Knowledge](cross-project-knowledge.md) - Shared guidelines and patterns
- [Automation](automation.md) - NuShell scripts and workflows
- [Maintenance](maintenance.md) - Backup, sync, and migration
## Workflows
- [Daily Notes](workflows/daily-notes.md) - Journal entries and reflection
- [Decision Records](workflows/decision-records.md) - Architectural Decision Records (ADR)
- [Pattern Library](workflows/pattern-library.md) - Building reusable patterns
- [Guideline Management](workflows/guideline-management.md) - Code standards and practices