Skip to content

Commit

Permalink
Update the base path and incorporate restructure in VuePress
Browse files Browse the repository at this point in the history
  • Loading branch information
saiakhil2012 committed Dec 2, 2022
1 parent 51677ae commit 7a2cd8c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions docs/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ export default {
children: [
{
text: 'VMBC Ethereum without Logging',
link: '/vmbc-ethereum/vmbc-four-node-one-client-deployment'
link: '/vmbc-deployment/vmbc-four-node-one-client-deployment'
},
{
text: 'VMBC Ethereum with Logging',
link: '/vmbc-ethereum/vmbc-four-node-one-client-deployment-with-logging'
link: '/vmbc-deployment/vmbc-four-node-one-client-deployment-with-logging'
}
]
},
Expand All @@ -50,15 +50,15 @@ export default {
text: 'Sample DApps',
children: [{
text: "NFT Platform",
link: '/vmbc-ethereum/sample-dapps/nft-platform/'
link: '/sample-dapps/nft-platform/'
},
{
text: 'ERC20 Swap',
link: '/vmbc-ethereum/sample-dapps/erc20-swap/'
link: '/sample-dapps/erc20-swap/'
},
{
text: 'ERC20 Test Tool',
link: '/vmbc-ethereum/sample-dapps/erc20-test-tool/'
link: '/sample-dapps/erc20-test-tool/'
}]
}
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"scripts": {
"docs:dev": "vuepress dev docs --config docs/.vuepress/config.ts",
"docs:build": "vuepress build docs --config docs/.vuepress/config.ts",
"docs:copy": "cp -r vmware-blockchain-ethereum-developer-kit/* docs/"
"docs:copy": "cp -r vmware-ethereum/* docs/"
},
"devDependencies": {
"vuepress": "^2.0.0-beta.53"
Expand Down

0 comments on commit 7a2cd8c

Please sign in to comment.