Skip to content

Commit

Permalink
Add override docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bedanley authored Dec 6, 2024
1 parent 6edd50b commit eaa8f7c
Show file tree
Hide file tree
Showing 7 changed files with 2,391 additions and 2 deletions.
10 changes: 9 additions & 1 deletion lib/docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,15 @@ const navLinks = [
{ text: 'Usage & Features', link: '/config/usage' },
{ text: 'RAG Vector Stores', link: '/config/vector-stores' },
{ text: 'Branding', link: '/config/branding' },
{ text: 'Configuration Schema', link: '/config/configuration' },
{
text: 'Configuration Schema',
link: '/config/configuration',
items: [
{ text: 'VPC & Subnet Overrides', link: '/config/vpc-overrides' },
{ text: 'Security Group Overrides', link: '/config/security-group-overrides' },
{ text: 'Role Overrides', link: '/config/role-overrides' },
],
},
],
},
{
Expand Down
Loading

0 comments on commit eaa8f7c

Please sign in to comment.