Skip to content

Commit

Permalink
Update VuePress with latest Naming Convention
Browse files Browse the repository at this point in the history
  • Loading branch information
saiakhil2012 committed Dec 9, 2022
1 parent 47271c6 commit ec1c30d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { defaultTheme } from '@vuepress/theme-default'

export default {
lang: 'en-US',
title: 'VMware Blockchain Ethereum',
title: 'VMware Blockchain for Ethereum',
description: 'VMware Blockchain for Ethereum Docs',
base: '/vmware-blockchain-samples/',
theme: defaultTheme({
Expand Down Expand Up @@ -44,11 +44,11 @@ export default {
text: 'Block Explorers',
children: [
{
text: "Epirus Explorer",
link: '/block-explorers/epirus-explorer/'
text: "Sirato Explorer",
link: '/block-explorers/sirato-explorer/'
},
{
text: 'VMBC Explorer',
text: 'VMware Blockchain Explorer',
link: '/block-explorers/vmbc-explorer/'
}
]
Expand Down

0 comments on commit ec1c30d

Please sign in to comment.