Skip to content

Commit d4130f7

Browse files
authored
Merge pull request #44 from newjersey/feat/nav
Add sub navigation
2 parents 17d86eb + 8b12a71 commit d4130f7

25 files changed

Lines changed: 60 additions & 18 deletions

astro.config.mjs

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,43 @@ export default defineConfig({
3535
},
3636
{
3737
label: 'Guides',
38-
autogenerate: { directory: 'guides' },
38+
items: [
39+
{
40+
label: 'Getting Started',
41+
collapsed: false,
42+
autogenerate: {
43+
directory: 'guides/getting-started',
44+
},
45+
},
46+
{
47+
label: 'Communication',
48+
collapsed: true,
49+
autogenerate: {
50+
directory: 'guides/communication',
51+
},
52+
},
53+
{
54+
label: 'Development',
55+
collapsed: true,
56+
autogenerate: {
57+
directory: 'guides/development',
58+
},
59+
},
60+
{
61+
label: 'Github Actions',
62+
collapsed: true,
63+
autogenerate: {
64+
directory: 'guides/github-actions',
65+
},
66+
},
67+
{
68+
label: 'Monitoring & Analytics',
69+
collapsed: true,
70+
autogenerate: {
71+
directory: 'guides/monitoring',
72+
},
73+
},
74+
],
3975
},
4076
{
4177
label: 'Reference',
File renamed without changes.

src/content/docs/guides/node-on-native-windows.md renamed to src/content/docs/guides/development/node-on-native-windows.md

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/content/docs/guides/working-in-multiple-github-orgs.md renamed to src/content/docs/guides/development/working-in-multiple-github-orgs.md

File renamed without changes.

src/content/docs/guides/laptop-setup-windows.md renamed to src/content/docs/guides/getting-started/laptop-setup-windows.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Setting up a state Windows laptop with WSL2
3+
sidebar:
4+
order: 3
35
---
46

57
_TODO: extract the non-Windows development instructions (like zsh, python, nvm, AWS CLI setup) into shared setup documentation_

0 commit comments

Comments
 (0)