Skip to content

Commit f55dc55

Browse files
committed
chore: move gestures/animations into guide
1 parent 004544c commit f55dc55

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed
File renamed without changes.
File renamed without changes.

content/sidebar.ts

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ export default [
230230
},
231231
{
232232
text: 'Extending Native Classes',
233-
link: '/guide/subclassing'
233+
link: '/guide/subclassing',
234234
},
235235
{
236236
text: 'Multithreading',
@@ -274,14 +274,13 @@ export default [
274274
text: 'Shared Element Transitions',
275275
link: '/guide/shared-element-transitions',
276276
},
277-
],
278-
},
279-
{
280-
text: 'UI',
281-
items: [
282277
{
283278
text: 'Animations',
284-
link: '/ui/animations',
279+
link: '/guide/animations',
280+
},
281+
{
282+
text: 'Gestures',
283+
link: '/guide/gestures',
285284
},
286285
],
287286
},

0 commit comments

Comments
 (0)