Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
fix: add the prev/next link
Browse files Browse the repository at this point in the history
  • Loading branch information
YeSuX committed Mar 10, 2024
1 parent f092d53 commit 2581533
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .docs/apis/components/motion.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
title: Motion
description: Motion components are DOM primitives optimised for 60fps animation and gestures.
icon: i-ph-brackets-curly-duotone
next:
text: 'PresenceGroup'
link: '/apis/presence-group'
---

# Motion
Expand Down
6 changes: 6 additions & 0 deletions .docs/apis/components/presence-group.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
title: PresenceGroup
description: Perform exit animations in Vue. Group multiple Motion components together.
icon: i-ph-brackets-curly-duotone
next:
text: 'Presence'
link: '/apis/presence'
prev:
text: 'Motion'
link: '/apis/motion'
---

# PresenceGroup
Expand Down
3 changes: 3 additions & 0 deletions .docs/apis/components/presence.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
title: Presence
description: Perform exit animations in Vue.
icon: i-ph-brackets-curly-duotone
prev:
text: 'Transition'
link: '/apis/transition'
---

# Presence
Expand Down
3 changes: 3 additions & 0 deletions .docs/guide/gestures.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
title: 'Gestures'
description: 'A powerful gesture recognition system for the browser.'
prev:
text: 'Transition'
link: '/guide/transition'
---

# Gestures
Expand Down
3 changes: 3 additions & 0 deletions .docs/guide/simple-animations.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
title: 'Simple animations'
description: ''
next:
text: 'Transition'
link: '/guide/transition'
---

# Simple animations
Expand Down
6 changes: 6 additions & 0 deletions .docs/guide/transition.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
---
title: 'Transition'
description: 'A transition defines how values animate from one state to another.'
next:
text: 'Gestures'
link: '/guide/gestures'
prev:
text: 'Simple Animations'
link: '/guide/simple-animations'
---

# Transition
Expand Down
3 changes: 3 additions & 0 deletions .docs/started/installation.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
title: 'Quick Start'
description: 'Oku Motion requires Vue 3 or greater.'
prev:
text: 'Introduction'
link: '/started/introduction'
---

# Quick Start
Expand Down
3 changes: 3 additions & 0 deletions .docs/started/introduction.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
title: 'Introduction'
description: Get started with Oku Motion and learn by exploring interactive examples.
next:
text: 'Quick Start'
link: '/started/installation'
---

# Introduction
Expand Down

0 comments on commit 2581533

Please sign in to comment.