Skip to content

Commit ad9dd75

Browse files
authored
Feature/integrate arbitrum (#35)
1 parent 18eb35d commit ad9dd75

File tree

126 files changed

+1147
-806
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

126 files changed

+1147
-806
lines changed

.vitepress/config.mts

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

0 commit comments

Comments
 (0)