Skip to content

Commit a1aca46

Browse files
committed
fix: restore Hardened JavaScript etc. to nav
1 parent 7508ce7 commit a1aca46

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

main/.vitepress/config.mjs

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,25 @@ export default defineConfig({
180180
text: 'JavaScript Framework',
181181
ariaLabel: 'JavaScript Framework',
182182
link: '/guides/js-programming/',
183+
collapsed: true,
184+
items: [
185+
{
186+
text: 'Hardened JavaScript',
187+
link: '/guides/js-programming/hardened-js',
188+
},
189+
{
190+
text: 'Eventual Send with E()',
191+
link: '/guides/js-programming/eventual-send',
192+
},
193+
{
194+
text: 'Far(), Remotable, and Marshaling',
195+
link: '/guides/js-programming/far',
196+
},
197+
{
198+
text: 'Notifiers and Subscriptions',
199+
link: '/guides/js-programming/notifiers',
200+
},
201+
],
183202
},
184203
{
185204
text: 'Papers',

0 commit comments

Comments
 (0)