Skip to content

Commit 741ff78

Browse files
committed
Update documentation links for consistency and improved navigation
- Adjusted links in the Hello World and Data Monetization guides to reflect the new directory structure. - Ensured all references to tutorials and demos point to the correct paths for better user experience.
1 parent d9fc193 commit 741ff78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vitepress/config.mts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ export default defineConfig({
9999
// https://vitepress.dev/reference/default-theme-config
100100
nav: [
101101
{ text: 'Documentation', link: '/get-started/welcome' },
102-
{ text: 'Guides', link: '/' },
103-
{ text: 'References', link: '/' },
102+
{ text: 'Guides', link: '/guides/build-iapp/' },
103+
{ text: 'References', link: '/references/dataProtector' },
104104
{
105105
component: 'ChainSelector',
106106
props: {

0 commit comments

Comments
 (0)