Skip to content

Commit 0dcc3ac

Browse files
authored
Feature/change architecture (#34)
1 parent 225ecac commit 0dcc3ac

File tree

130 files changed

+3041
-1104
lines changed

Some content is hidden

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

130 files changed

+3041
-1104
lines changed

.vitepress/config.mts

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ export default defineConfig({
1818
'Build decentralized applications that combine ownership, privacy, and monetization.',
1919
cleanUrls: true,
2020
lastUpdated: true,
21-
ignoreDeadLinks: true,
2221
vite: {
2322
plugins: [tailwindcss(), groupIconVitePlugin()],
2423
resolve: {
@@ -99,11 +98,9 @@ export default defineConfig({
9998
themeConfig: {
10099
// https://vitepress.dev/reference/default-theme-config
101100
nav: [
102-
{ text: 'Get Started', link: '/overview/welcome' },
103-
{ text: 'Protect Data', link: '/manage-data/what-is-protected-data' },
104-
{ text: 'Build iApp', link: '/build-iapp/what-is-iapp' },
105-
{ text: 'Use iApp', link: '/use-iapp/introduction' },
106-
{ text: 'Protocol', link: '/protocol/sdk' },
101+
{ text: 'Get Started', link: '/get-started/welcome' },
102+
{ text: 'Guides', link: '/guides/build-iapp/' },
103+
{ text: 'References', link: '/references/dataProtector' },
107104
{
108105
component: 'ChainSelector',
109106
props: {

0 commit comments

Comments
 (0)