Skip to content

Commit

Permalink
hyde
Browse files Browse the repository at this point in the history
  • Loading branch information
kRHYME7 committed Dec 31, 2024
1 parent 29cef32 commit 3cc51eb
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 deletions.
22 changes: 15 additions & 7 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,26 @@ export default defineConfig({
items: [
// Each item here is one entry in the navigation menu.
{label: 'Get Started', slug: 'guides/getting-started'},
{label: 'NVIDIA', slug: 'hyde/nvidia'},
// {label: 'Configuration', slug: 'guides/configuration'},
{label: 'NVIDIA', slug: 'hyde/nvidia'},
// {label: 'Configuration', slug: 'guides/configuration'},
],
},
{
label: 'Installation & Management',
autogenerate: {directory: 'hyde/installation_management'},
},
{
label: 'Configuration',
autogenerate: {directory: 'hyde/configuration'},
},
{
label: 'Theming',
autogenerate: {directory: 'themes'},
autogenerate: {directory: 'hyde-gallery'},
},
{
label: 'Extended',
autogenerate: {directory: 'extensions'},
},
{
label: 'HyDErated (extensions)',
autogenerate: {directory: 'extensions'},
},
{
label: 'Reference',
items: [{label: 'FAQs', slug: 'reference/faqs'}],
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/hyde
Submodule hyde updated from da7fd4 to b307b1
1 change: 1 addition & 0 deletions src/content/docs/hyde-gallery
Submodule hyde-gallery added at d8e544

0 comments on commit 3cc51eb

Please sign in to comment.