Skip to content

Commit be50564

Browse files
docs: initial content for Animations in NativeScript (#20)
Co-authored-by: Nathan Walker <[email protected]>
1 parent 89ebee8 commit be50564

File tree

2 files changed

+577
-1
lines changed

2 files changed

+577
-1
lines changed

content/sidebar.ts

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export default [
3232
},
3333
{
3434
text: 'Choosing an editor',
35-
link: '/guide/choosing-an-editor'
35+
link: '/guide/choosing-an-editor',
3636
},
3737
{
3838
text: 'Troubleshooting',
@@ -264,4 +264,13 @@ export default [
264264
},
265265
],
266266
},
267+
{
268+
text: 'UI',
269+
items: [
270+
{
271+
text: 'Animations',
272+
link: '/ui/animations',
273+
},
274+
],
275+
},
267276
] as NSSidebarGroup[]

0 commit comments

Comments
 (0)