Wiki Pages
The compiled wiki in wiki/ contains Markdown pages organized by type.
Page Kinds
| Kind | Directory | Description |
|---|---|---|
index | wiki/index.md | Home page with vault overview |
source | wiki/sources/ | One page per ingested source |
concept | wiki/concepts/ | One page per extracted concept |
entity | wiki/entities/ | One page per extracted entity |
output | wiki/outputs/ | Persisted query answers |
Page Content
Each page includes:
- Title and description from the extracted analysis
- Backlinks to related pages
- Source citations with provenance links
- Related concepts and entities
Version Control
Wiki pages are plain Markdown, making them ideal for version control. Track changes to your knowledge base with git:
git add wiki/
git commit -m "Recompile after adding new sources"