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 89ebee8 commit be50564Copy full SHA for be50564
content/sidebar.ts
@@ -32,7 +32,7 @@ export default [
32
},
33
{
34
text: 'Choosing an editor',
35
- link: '/guide/choosing-an-editor'
+ link: '/guide/choosing-an-editor',
36
37
38
text: 'Troubleshooting',
@@ -264,4 +264,13 @@ export default [
264
265
],
266
267
+ {
268
+ text: 'UI',
269
+ items: [
270
271
+ text: 'Animations',
272
+ link: '/ui/animations',
273
+ },
274
+ ],
275
276
] as NSSidebarGroup[]
0 commit comments