From ec1c30d43a6e68051fc989c6f7765eec114125d9 Mon Sep 17 00:00:00 2001 From: Bala Siva Sai Akhil Malepati Date: Fri, 9 Dec 2022 15:48:47 -0800 Subject: [PATCH] Update VuePress with latest Naming Convention --- docs/.vuepress/config.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/.vuepress/config.ts b/docs/.vuepress/config.ts index 050ff4fa6..cd07ef459 100644 --- a/docs/.vuepress/config.ts +++ b/docs/.vuepress/config.ts @@ -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({ @@ -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/' } ]