diff --git a/docs/_sidebar.md b/docs/_sidebar.md index 14753ac2..89586c92 100644 --- a/docs/_sidebar.md +++ b/docs/_sidebar.md @@ -27,6 +27,7 @@ - Router - [Basics](/router/basics.md) - [Hooks](/router/hooks.md) + - [Transitions](/router/transitions.md) - Plugins - [Text-to-Speech / Announcer](/plugins/text-to-speech-announcer.md) - [Language](/plugins/language.md) diff --git a/docs/sidebar.json b/docs/sidebar.json index 2ca42851..81048dbf 100644 --- a/docs/sidebar.json +++ b/docs/sidebar.json @@ -118,6 +118,10 @@ { "text": "Hooks", "link": "/router/hooks" + }, + { + "text": "Transitions", + "link": "/router/transitions" } ] },