Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions website/src/routes/docs/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@
{ href: '/docs/installation', label: 'Installation' },
{ href: '/docs/usage', label: 'Usage' },
{ href: '/docs/configuration', label: 'Configuration' },
{ href: '/docs/providers', label: 'Providers' },
{ href: '/docs/self-hosted', label: 'Self-Hosted' },
{ href: '/docs/examples', label: 'Examples' },
{ href: '/docs/providers', label: 'Providers' },
{ href: '/docs/examples', label: 'Examples' },
{ href: '/docs/cli-reference', label: 'CLI Reference' },
];
</script>
Expand Down
2 changes: 1 addition & 1 deletion website/src/routes/docs/getting-started/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,6 @@
<a href="/docs/usage" style="font-size: 14px; color: var(--accent); text-decoration: none;">Usage — review modes, output formats, and configuration</a>
<a href="/docs/configuration" style="font-size: 14px; color: var(--accent); text-decoration: none;">Configuration — full .cora.yaml reference</a>
<a href="/docs/providers" style="font-size: 14px; color: var(--accent); text-decoration: none;">Providers — setting up OpenAI, Anthropic, Groq, Ollama, and Z.AI</a>
<a href="/docs/self-hosted" style="font-size: 14px; color: var(--accent); text-decoration: none;">Self-Hosted — running cora with local LLMs and air-gapped environments</a>
<a href="/docs/cli-reference" style="font-size: 14px; color: var(--accent); text-decoration: none;">CLI Reference — full command documentation</a>
</div>
</div>
217 changes: 0 additions & 217 deletions website/src/routes/docs/self-hosted/+page.svelte

This file was deleted.

Loading