Skip to content

Commit 30f5cbe

Browse files
committed
fix: doc links on landing page point to GitHub rendered view instead of raw markdown
1 parent 4a78e32 commit 30f5cbe

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

docs/index.html

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -644,20 +644,20 @@ <h2>Everything else is <span class="hl">documented</span></h2>
644644
<p style="margin-bottom:20px">Deep-dive docs for every subsystem. Real detail, no fluff.</p>
645645

646646
<div class="doc-links">
647-
<a href="https://raw.githubusercontent.com/BackendStack21/kode/main/docs/CLI.md">CLI Reference<span>All commands, subcommands, flags, examples</span></a>
648-
<a href="https://raw.githubusercontent.com/BackendStack21/kode/main/docs/CHEATSHEET.md">Cheat Sheet<span>Quick reference: commands, config, memory, subagents, env vars</span></a>
649-
<a href="https://raw.githubusercontent.com/BackendStack21/kode/main/docs/API.md">Go SDK Guide<span>Import, Agent, Tools, memory, multi-turn sessions, examples</span></a>
650-
<a href="https://raw.githubusercontent.com/BackendStack21/kode/main/docs/CONFIG.md">Configuration<span>Config files, env vars, priority chain</span></a>
651-
<a href="https://raw.githubusercontent.com/BackendStack21/kode/main/docs/PROVIDERS.md">Providers & Models<span>Deepseek, OpenAI, Anthropic, Ollama, vLLM, more</span></a>
652-
<a href="https://raw.githubusercontent.com/BackendStack21/kode/main/docs/MCP.md">MCP (Two-Way)<span>Serve tools + connect to external MCP servers</span></a>
653-
<a href="https://raw.githubusercontent.com/BackendStack21/kode/main/docs/MEMORY.md">Memory System<span>Three-tier facts, buffer, episodes</span></a>
654-
<a href="https://raw.githubusercontent.com/BackendStack21/kode/main/docs/SESSIONS.md">Multi-Turn Sessions<span>Save, resume, list, trim, cleanup</span></a>
655-
<a href="https://raw.githubusercontent.com/BackendStack21/kode/main/docs/SANDBOXING.md">Sandboxing<span>Docker isolation, config, security model</span></a>
656-
<a href="https://raw.githubusercontent.com/BackendStack21/kode/main/docs/SECURITY.md">Security<span>Prompt injection defense, threat model</span></a>
657-
<a href="https://raw.githubusercontent.com/BackendStack21/kode/main/docs/SUBAGENTS.md">Sub-Agents<span>Task decomposition, delegation protocol</span></a>
658-
<a href="https://raw.githubusercontent.com/BackendStack21/kode/main/docs/LEARNING.md">Self-Learning<span>Skill detection, LLM enhancement, curation</span></a>
659-
<a href="https://raw.githubusercontent.com/BackendStack21/kode/main/docs/WEBUI.md">Web UI<span>odek serve, WebSocket protocol, @ resources</span></a>
660-
<a href="https://raw.githubusercontent.com/BackendStack21/kode/main/docs/DEVELOPMENT.md">Development<span>Building, testing, contributing</span></a>
647+
<a href="https://github.com/BackendStack21/kode/blob/main/docs/CLI.md">CLI Reference<span>All commands, subcommands, flags, examples</span></a>
648+
<a href="https://github.com/BackendStack21/kode/blob/main/docs/CHEATSHEET.md">Cheat Sheet<span>Quick reference: commands, config, memory, subagents, env vars</span></a>
649+
<a href="https://github.com/BackendStack21/kode/blob/main/docs/API.md">Go SDK Guide<span>Import, Agent, Tools, memory, multi-turn sessions, examples</span></a>
650+
<a href="https://github.com/BackendStack21/kode/blob/main/docs/CONFIG.md">Configuration<span>Config files, env vars, priority chain</span></a>
651+
<a href="https://github.com/BackendStack21/kode/blob/main/docs/PROVIDERS.md">Providers & Models<span>Deepseek, OpenAI, Anthropic, Ollama, vLLM, more</span></a>
652+
<a href="https://github.com/BackendStack21/kode/blob/main/docs/MCP.md">MCP (Two-Way)<span>Serve tools + connect to external MCP servers</span></a>
653+
<a href="https://github.com/BackendStack21/kode/blob/main/docs/MEMORY.md">Memory System<span>Three-tier facts, buffer, episodes</span></a>
654+
<a href="https://github.com/BackendStack21/kode/blob/main/docs/SESSIONS.md">Multi-Turn Sessions<span>Save, resume, list, trim, cleanup</span></a>
655+
<a href="https://github.com/BackendStack21/kode/blob/main/docs/SANDBOXING.md">Sandboxing<span>Docker isolation, config, security model</span></a>
656+
<a href="https://github.com/BackendStack21/kode/blob/main/docs/SECURITY.md">Security<span>Prompt injection defense, threat model</span></a>
657+
<a href="https://github.com/BackendStack21/kode/blob/main/docs/SUBAGENTS.md">Sub-Agents<span>Task decomposition, delegation protocol</span></a>
658+
<a href="https://github.com/BackendStack21/kode/blob/main/docs/LEARNING.md">Self-Learning<span>Skill detection, LLM enhancement, curation</span></a>
659+
<a href="https://github.com/BackendStack21/kode/blob/main/docs/WEBUI.md">Web UI<span>odek serve, WebSocket protocol, @ resources</span></a>
660+
<a href="https://github.com/BackendStack21/kode/blob/main/docs/DEVELOPMENT.md">Development<span>Building, testing, contributing</span></a>
661661
</div>
662662
</section>
663663

0 commit comments

Comments
 (0)