Skip to content

Commit 1177aa8

Browse files
committed
fix small things in docs
1 parent 14e4731 commit 1177aa8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/.vitepress/config.mts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ export default defineConfig({
2929
text: 'Concepts',
3030
items: [
3131
{ text: 'Events', link: '/concepts/events' },
32-
{text: 'Checkpointing', link: '/concepts/checkpointing'},
33-
{text: 'Models', link: '/concepts/models'}
32+
{text: 'Models', link: '/concepts/models'},
33+
{text: 'Checkpointing', link: '/concepts/checkpointing'}
3434
]
3535
},
3636
{

0 commit comments

Comments
 (0)