Skip to content
Open
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
6 changes: 4 additions & 2 deletions docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ export default withMermaid(
{ text: 'Introduction', link: '/' },
{ text: 'Developer Onboarding', link: '/onboarding' },
{ text: 'Architecture Overview', link: '/architecture' },
{ text: 'Velopack Integration', link: '/velopack-integration' }
{ text: 'Velopack Integration', link: '/velopack-integration' },
{ text: 'Contributor Guidelines', link: '/dev/contribution-guidelines' }
]
},
{
Expand All @@ -45,6 +46,7 @@ export default withMermaid(
{ text: 'Overview', link: '/features/index' },
{ text: 'App Update & Installer', link: '/velopack-integration' },
{ text: 'Content System', link: '/features/content' },
{ text: 'Downloads Browser', link: '/features/downloads' },
{ text: 'Content Reconciliation', link: '/features/reconciliation' },
{ text: 'Manifest Service', link: '/features/manifest' },
{ text: 'Storage & CAS', link: '/features/storage' },
Expand All @@ -54,7 +56,6 @@ export default withMermaid(
{ text: 'GameProfiles System', link: '/features/gameprofiles' },
{ text: 'Game Installations', link: '/features/game-installations/' },
{ text: 'User Data Management', link: '/features/userdata' },
{ text: 'Downloads UI', link: '/features/downloads-ui' },
{ text: 'Notifications', link: '/features/notifications' },
{ text: 'Desktop Shortcuts', link: '/features/desktop-shortcuts' },
{ text: 'Steam Proxy Launcher', link: '/features/steam-proxy-launcher' },
Expand Down Expand Up @@ -99,6 +100,7 @@ export default withMermaid(
{ text: 'Content Acquisition', link: '/FlowCharts/Acquisition-Flow' },
{ text: 'Workspace Assembly', link: '/FlowCharts/Assembly-Flow' },
{ text: 'Manifest Creation', link: '/FlowCharts/Manifest-Creation-Flow' },
{ text: 'Downloads User Flow', link: '/FlowCharts/Downloads-Flow' },
{ text: 'Complete User Flow', link: '/FlowCharts/Complete-User-Flow' },
{ text: 'CAS Storage Flow', link: '/FlowCharts/CAS-Storage-Flow' },
{ text: 'Dependency Resolution', link: '/FlowCharts/Dependency-Resolution-Flow' },
Expand Down
Loading
Loading