Skip to content

Commit e4b7378

Browse files
committed
chore: update guides titles order
- remove autogenerate - add custom items ordered - test links
1 parent 5727c93 commit e4b7378

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

astro.config.js

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,26 @@ export default defineConfig({
1414
// of the frontmatter in the .md file
1515
{
1616
label: 'Guides',
17-
autogenerate: { directory: 'guide' },
17+
items: [
18+
{ label: 'Getting Started', link: '/guide/getting-started/' },
19+
{
20+
label: "User's Guide: allow-scripts",
21+
link: '/guide/allow-scripts/',
22+
},
23+
{
24+
label: "User's Guide: lavamoat node runtime",
25+
link: '/guide/lavamoat-node',
26+
},
27+
{
28+
label: "User's Guide: lavamoat and webpack",
29+
link: '/guide/webpack',
30+
},
31+
{ label: 'Policy File Explained', link: '/guide/policy' },
32+
{
33+
label: 'Troubleshooting Common Problems',
34+
link: '/guide/troubleshooting',
35+
},
36+
],
1837
},
1938
// {
2039
// label: 'Tutorials',

0 commit comments

Comments
 (0)