Skip to content

Commit 6b48a68

Browse files
committed
Move WatchingWidgets after Your First Watch Functions
- Better learning flow: learn watch functions first, then widget types - Users understand what watches do before choosing widget variants
1 parent 7fb5595 commit 6b48a68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ export default defineConfig({
6565
collapsed: true,
6666
items: [
6767
{ text: 'Getting started', link: '/documentation/watch_it/getting_started.md' },
68-
{ text: 'WatchingWidgets', link: '/documentation/watch_it/watching_widgets.md' },
6968
{ text: 'Your First Watch Functions', link: '/documentation/watch_it/your_first_watch_functions.md' },
69+
{ text: 'WatchingWidgets', link: '/documentation/watch_it/watching_widgets.md' },
7070
{ text: 'More Watch Functions', link: '/documentation/watch_it/more_watch_functions.md' },
7171
{ text: 'Watching Streams & Futures', link: '/documentation/watch_it/watching_streams_and_futures.md' },
7272
{ text: 'Watch Ordering Rules', link: '/documentation/watch_it/watch_ordering_rules.md' },

0 commit comments

Comments
 (0)