We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5727c93 commit e4b7378Copy full SHA for e4b7378
astro.config.js
@@ -14,7 +14,26 @@ export default defineConfig({
14
// of the frontmatter in the .md file
15
{
16
label: 'Guides',
17
- autogenerate: { directory: 'guide' },
+ 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
+ ],
37
},
38
// {
39
// label: 'Tutorials',
0 commit comments