Skip to content
Closed
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
49 changes: 15 additions & 34 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -60,71 +60,50 @@ export default withMermaid(
sidebar: [
{
text: "Get Started",
collapsed: false,
items: [
{ text: "Introduction", link: "/introduction/index.md" },
{ text: "Installation", link: "/install/index.md" },
{ text: "Architecture", link: "/architecture/index.md" },
{ text: "Preferences", link: "/preferences/index.md" }
]
},
{
text: 'Features',
collapsed: false,
items: [
{ text: "Hosting Projects", link: "/self-host/index.md" },
{ text: 'Terminal', link: '/terminal/index.md' },
{ text: "File Manager", link: "/file-manager/index.md" },
{ text: "Extensions", link: "/extensions/index.md" },
{ text: "Notifications", link: "/notifications/index.md" }
]
},
{
text: 'CLI',
collapsed: false,
items: [
{ text: 'Overview', link: '/cli/index.md' },
{ text: 'Installation', link: '/cli/installation.md' },
{ text: 'Configuration', link: '/cli/config.md' },
{
text: 'Commands',
collapsed: true,
items: [
{ text: 'preflight', link: '/cli/commands/preflight.md' },
{ text: 'conflict', link: '/cli/commands/conflict.md' },
{ text: 'install', link: '/cli/commands/install.md' },
{ text: 'uninstall', link: '/cli/commands/uninstall.md' },
{ text: 'service', link: '/cli/commands/service.md' },
{ text: 'conf', link: '/cli/commands/conf.md' },
{ text: 'proxy', link: '/cli/commands/proxy.md' },
{ text: 'clone', link: '/cli/commands/clone.md' },
{ text: 'version', link: '/cli/commands/version.md' },
{ text: 'test', link: '/cli/commands/test.md' }
]
},
{ text: 'Reference', link: '/cli/cli-reference.md' },
{ text: 'Development', link: '/cli/development.md' }
{ text: 'Reference', link: '/cli/cli-reference.md' }
]
},
{
text: 'Blog',
collapsed: true,
items: [
{ text: 'Latest Posts', link: '/blog/' }
{ text: 'Latest Posts', link: '/blog/' },
{ text: 'Introduction', link: '/blog/posts/2025-06-06-intro.md' },
{ text: 'Docker Context', link: '/blog/posts/2025-06-10-docker-context.md' },
{ text: 'QEMU Action', link: '/blog/posts/2025-06-14-qemu-action.md' }
]
},
{
text: 'Development',
collapsed: true,
items: [
{
text: 'Contribution',
items: [
{ text: 'Overview', link: '/contributing/index.md' },
{ text: 'Backend', link: '/contributing/backend.md' },
{ text: 'Frontend', link: '/contributing/frontend.md' },
{ text: 'Documentation', link: '/contributing/documentation.md' },
{ text: 'Docker', link: '/contributing/docker.md' },
{ text: 'Self Hosting', link: '/contributing/self-hosting.md' },
{ text: 'Fixtures', link: '/contributing/fixtures.md' }
]
},
{ text: 'Contribution', link: '/contributing/index.md' },
{
text: 'Database',
collapsed: true,
items: [
{ text: 'Migrations Guide', link: '/migrations/index.md' },
{ text: 'Quick Reference', link: '/migrations/quick-reference.md' },
Expand All @@ -140,13 +119,15 @@ export default withMermaid(
},
{
text: "Support",
collapsed: false,
items: [
{ text: "Sponsor", link: '/sponsor/index.md' },
{ text: "Contact", link: '/contact/index.md' }
]
},
{
text: "API Reference",
collapsed: true,
items: [
...sidebar.generateSidebarGroups().map((group) => ({
...group,
Expand Down
169 changes: 0 additions & 169 deletions docs/architecture/index.md

This file was deleted.

Loading
Loading