Skip to content

Commit f2680dd

Browse files
committed
landing: fix doc links — use tree view instead of blob to avoid GitHub login gate
1 parent 38f1235 commit f2680dd

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

docs/index.html

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

626626
<div class="doc-links">
627-
<a href="https://github.com/BackendStack21/kode/blob/main/docs/CLI.md">CLI Reference<span>All commands, subcommands, flags, examples</span></a>
628-
<a href="https://github.com/BackendStack21/kode/blob/main/docs/CONFIG.md">Configuration<span>Config files, env vars, priority chain</span></a>
629-
<a href="https://github.com/BackendStack21/kode/blob/main/docs/PROVIDERS.md">Providers & Models<span>Deepseek, OpenAI, Anthropic, Ollama, vLLM, more</span></a>
630-
<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>
631-
<a href="https://github.com/BackendStack21/kode/blob/main/docs/MEMORY.md">Memory System<span>Three-tier facts, buffer, episodes</span></a>
632-
<a href="https://github.com/BackendStack21/kode/blob/main/docs/SESSIONS.md">Multi-Turn Sessions<span>Save, resume, list, trim, cleanup</span></a>
633-
<a href="https://github.com/BackendStack21/kode/blob/main/docs/SANDBOXING.md">Sandboxing<span>Docker isolation, config, security model</span></a>
634-
<a href="https://github.com/BackendStack21/kode/blob/main/docs/SECURITY.md">Security<span>Prompt injection defense, threat model</span></a>
635-
<a href="https://github.com/BackendStack21/kode/blob/main/docs/SUBAGENTS.md">Sub-Agents<span>Task decomposition, delegation protocol</span></a>
636-
<a href="https://github.com/BackendStack21/kode/blob/main/docs/LEARNING.md">Self-Learning<span>Skill detection, LLM enhancement, curation</span></a>
637-
<a href="https://github.com/BackendStack21/kode/blob/main/docs/WEBUI.md">Web UI<span>kode serve, WebSocket protocol, @ resources</span></a>
638-
<a href="https://github.com/BackendStack21/kode/blob/main/docs/DEVELOPMENT.md">Development<span>Building, testing, contributing</span></a>
627+
<a href="https://github.com/BackendStack21/kode/tree/main/docs">CLI Reference<span>All commands, subcommands, flags, examples</span></a>
628+
<a href="https://github.com/BackendStack21/kode/tree/main/docs">Configuration<span>Config files, env vars, priority chain</span></a>
629+
<a href="https://github.com/BackendStack21/kode/tree/main/docs">Providers & Models<span>Deepseek, OpenAI, Anthropic, Ollama, vLLM, more</span></a>
630+
<a href="https://github.com/BackendStack21/kode/tree/main/docs">MCP (Two-Way)<span>Serve tools + connect to external MCP servers</span></a>
631+
<a href="https://github.com/BackendStack21/kode/tree/main/docs">Memory System<span>Three-tier facts, buffer, episodes</span></a>
632+
<a href="https://github.com/BackendStack21/kode/tree/main/docs">Multi-Turn Sessions<span>Save, resume, list, trim, cleanup</span></a>
633+
<a href="https://github.com/BackendStack21/kode/tree/main/docs">Sandboxing<span>Docker isolation, config, security model</span></a>
634+
<a href="https://github.com/BackendStack21/kode/tree/main/docs">Security<span>Prompt injection defense, threat model</span></a>
635+
<a href="https://github.com/BackendStack21/kode/tree/main/docs">Sub-Agents<span>Task decomposition, delegation protocol</span></a>
636+
<a href="https://github.com/BackendStack21/kode/tree/main/docs">Self-Learning<span>Skill detection, LLM enhancement, curation</span></a>
637+
<a href="https://github.com/BackendStack21/kode/tree/main/docs">Web UI<span>kode serve, WebSocket protocol, @ resources</span></a>
638+
<a href="https://github.com/BackendStack21/kode/tree/main/docs">Development<span>Building, testing, contributing</span></a>
639639
</div>
640640
</section>
641641

0 commit comments

Comments
 (0)