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 7508ce7 commit a1aca46Copy full SHA for a1aca46
main/.vitepress/config.mjs
@@ -180,6 +180,25 @@ export default defineConfig({
180
text: 'JavaScript Framework',
181
ariaLabel: 'JavaScript Framework',
182
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
+ ],
202
},
203
{
204
text: 'Papers',
0 commit comments