Skip to content

Commit b09727c

Browse files
committed
Rename menu entries: Error to Exception, App Navigation to Navigation
https://claude.ai/code/session_015j2vwkno9FHYdbVrALztrQ
1 parent 75ac2c8 commit b09727c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/.vitepress/config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@ export default defineConfig({
162162
],
163163
},
164164
{ text: "Action", link: "/development/events/follow_up" },
165-
{ text: "App Navigation", link: "/development/navigation/inner_cross_app" },
166-
{ text: "Error", link: "/development/messages/errors" },
165+
{ text: "Navigation", link: "/development/navigation/inner_cross_app" },
166+
{ text: "Exception", link: "/development/messages/errors" },
167167
],
168168
},
169169
{

0 commit comments

Comments
 (0)