Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksandre committed Mar 6, 2024
1 parent dd8906b commit 148ada6
Show file tree
Hide file tree
Showing 43 changed files with 30 additions and 31 deletions.
4 changes: 2 additions & 2 deletions docs/.vuepress/components/HomePageSections.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const menu: MenuItem[] = [
},
{
title: 'Build',
path: '/develop',
path: '/build',
subtitle: 'Build applications using JavaScript SDK and EVM tools',
iconName: 'Monitor',
},
Expand Down Expand Up @@ -69,7 +69,7 @@ a {
flex-direction: column;
justify-content: center;
align-items: center;
height: 35vh;
min-height: 35vh;
}
Expand Down
6 changes: 3 additions & 3 deletions docs/.vuepress/configs/navbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ export const navbar: Record<string, NavbarConfig> = {
},
{
text: 'Build',
link: '/develop'
link: '/build'
},
{
text: 'Tutorials',
link: '/tutorials',
},
{
text: 'Reference book',
link: '/api'
text: 'Reference',
link: '/reference'
},
]
}
51 changes: 25 additions & 26 deletions docs/.vuepress/configs/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,36 +53,36 @@ export const sidebar: Record<string, SidebarConfig> = {
]
}
],
'/develop': [
'/build': [
{
text: 'Intro',
children: [
'/develop',
'/build',
]
},
{
text: 'SDK',
children: [
'/develop/sdk',
'/develop/sdk/examplesSubstrateREST.md',
'/develop/sdk/examplesSDK.md',
'/develop/sdk/examplesLifeNFT.md',
'/develop/sdk/examplesNesting.md',
// '/develop/sdk/installation.md', -> moved to other pages
'/develop/sdk/architecture.md',
'/develop/sdk/methods.md',
'/develop/sdk/ios.md',
'/develop/sdk/android.md',
'/develop/sdk/C_sharp.md',
// '/develop/sdk/tools.md', -> this info exists in Tutorials section
'/build/sdk',
'/build/sdk/examplesSubstrateREST.md',
'/build/sdk/examplesSDK.md',
'/build/sdk/examplesLifeNFT.md',
'/build/sdk/examplesNesting.md',
// '/build/sdk/installation.md', -> moved to other pages
'/build/sdk/architecture.md',
'/build/sdk/methods.md',
'/build/sdk/ios.md',
'/build/sdk/android.md',
'/build/sdk/C_sharp.md',
// '/build/sdk/tools.md', -> this info exists in Tutorials section
]
},
{
text: 'EVM',
children: [
'/develop/evm',
'/develop/evm/smart_contracts.md',
'/develop/evm/UniqueNFT.md'
'/build/evm',
'/build/evm/smart_contracts.md',
'/build/evm/UniqueNFT.md'
],
}
],
Expand All @@ -95,7 +95,6 @@ export const sidebar: Record<string, SidebarConfig> = {
},
{
text: 'SDK guides',
link: '/tutorials/how-to-accounts.md',
children: [
'/tutorials/how-to-accounts.md',
'/tutorials/work-with-accounts.md',
Expand Down Expand Up @@ -166,27 +165,27 @@ export const sidebar: Record<string, SidebarConfig> = {
]
},
],
'/api': [
'/reference': [
{
text: 'Blockchains',
children: [
'/api',
'/reference',
]
},
{
text: 'EVM',
children: [
'/api/tools.md'
'/reference/tools.md'
]
},
{
text: 'Blockchain API',
children: [
'/api/rpc.md',
'/api/extrinsics.md',
'/api/events.md',
'/api/nesting.md',
'/api/owner-admin-roles.md',
'/reference/rpc.md',
'/reference/extrinsics.md',
'/reference/events.md',
'/reference/nesting.md',
'/reference/owner-admin-roles.md',
],
},
],
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 148ada6

Please sign in to comment.