Skip to content

Commit 926a0f5

Browse files
fix(docs): restore branding and ignore dead links AB#4945
1 parent 64a8f7d commit 926a0f5

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

docs/.vitepress/config.mts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
import { defineConfig } from 'vitepress'
22

33
export default defineConfig({
4+
ignoreDeadLinks: true,
45
base: '/azurelocal-vm-conversion-toolkit/',
5-
title: "azurelocal-vm-conversion-toolkit Documentation",
6+
title: "Azure Local VM Conversion Toolkit",
67
description: "Governed centrally by HCS Platform Engineering standards",
78
themeConfig: {
9+
logo: '/assets/images/azurelocal-vm-conversion-toolkit-icon.svg',
810
nav: [
911
{ text: 'Home', link: '/' },
1012
{ text: 'Architecture', link: '/architecture' },
@@ -29,3 +31,4 @@ export default defineConfig({
2931
})
3032

3133

34+

0 commit comments

Comments
 (0)