KiwiFS supportsDocumentation Index
Fetch the complete documentation index at: https://docs.kiwifs.com/llms.txt
Use this file to discover all available pages before exploring further.
[[wiki-link]] syntax in markdown files. Wiki links create navigable connections between pages and power the knowledge graph.
Syntax
| Syntax | Description |
|---|---|
[[page-name]] | Link to a page by filename. KiwiFS resolves the target using fuzzy matching. |
[[path/to/page]] | Link to a page by its full path. |
[[page-name|Display text]] | Link with custom display text. |
Link resolution
KiwiFS resolves wiki links using fuzzy matching. You do not need exact paths.[[auth]] resolves to concepts/authentication.md if that is the closest match.
Resolve links programmatically:
Backlinks
Every page shows a “Linked from” panel listing all pages that link to it. You can query backlinks via the API:concepts/auth.md.
Knowledge graph
The web UI includes a full knowledge graph visualization built with Sigma.js and the ForceAtlas2 layout algorithm. Open it from the graph icon in the sidebar. Each node is a page. Each edge is a wiki link. The graph updates in real time as you create, edit, or delete pages. Fetch the raw graph data:Orphan detection
Pages with no incoming links are flagged as orphans in the analytics dashboard. Orphans are often pages that were created but never referenced, or pages whose referring pages were deleted. Find orphans via the API or CLI:Broken link detection
Links pointing to non-existent pages are tracked and reported in analytics. Runkiwifs lint to check for broken links across the entire knowledge base:
Broken links do not prevent pages from rendering. They appear as plain text in the web UI and are flagged in the lint report.