Skip to content

Commit 5a9a6d4

Browse files
committed
refactor: update navigation links to use "-" instead of "_"
1 parent 9f51511 commit 5a9a6d4

File tree

100 files changed

+128
-128
lines changed

Some content is hidden

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

100 files changed

+128
-128
lines changed

.vitepress/config.mts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ export default defineConfig({
7979
nav: [
8080
{ text: 'Home', link: '/' },
8181
{ text: 'Overview', link: '/overview/what-we-do' },
82-
{ text: 'Protect Data', link: '/manage_data/guides' },
83-
{ text: 'Build iApp', link: '/build_iapp/iapp-generator/what-is-iapp' },
84-
{ text: 'Use iApp', link: '/use_iapp/introduction' },
85-
{ text: 'Deep Dive', link: '/deep_dive/sdk' },
82+
{ text: 'Protect Data', link: '/manage-data/guides' },
83+
{ text: 'Build iApp', link: '/build-iapp/iapp-generator/what-is-iapp' },
84+
{ text: 'Use iApp', link: '/use-iapp/introduction' },
85+
{ text: 'Deep Dive', link: '/deep-dive/sdk' },
8686
],
8787
outline: {
8888
level: [2, 3],

.vitepress/sidebar.ts

Lines changed: 103 additions & 103 deletions
Large diffs are not rendered by default.

src/build_iapp/guides/how-to-get-and-decrypt-results.md renamed to src/build-iapp/guides/how-to-get-and-decrypt-results.md

src/build_iapp/iapp-generator/building-your-iexec-app.md renamed to src/build-iapp/iapp-generator/building-your-iexec-app.md

0 commit comments

Comments
 (0)