Skip to content

Commit 753f238

Browse files
committed
Doc updates
1 parent 08f00c3 commit 753f238

4 files changed

Lines changed: 144 additions & 3 deletions

File tree

docs/.vitepress/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default defineConfig({
66
base: '/',
77
ignoreDeadLinks: true,
88
head: [
9-
['link', { rel: 'icon', href: 'https://raw.githubusercontent.com/FoundatioFx/Foundatio/master/media/foundatio.svg', type: 'image/svg+xml' }],
9+
['link', { rel: 'icon', href: 'https://raw.githubusercontent.com/FoundatioFx/Foundatio/main/media/foundatio-icon.png', type: 'image/png' }],
1010
['meta', { name: 'theme-color', content: '#3c8772' }]
1111
],
1212
themeConfig: {

docs/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ hero:
66
text: Blazingly Fast C# Mediator
77
tagline: Convention-based mediator powered by source generators and interceptors
88
image:
9-
light: https://raw.githubusercontent.com/FoundatioFx/Foundatio/master/media/foundatio.svg
10-
dark: https://raw.githubusercontent.com/FoundatioFx/Foundatio/master/media/foundatio-dark-bg.svg
9+
src: https://raw.githubusercontent.com/FoundatioFx/Foundatio/main/media/foundatio-icon.png
1110
alt: Foundatio.Mediator
1211
actions:
1312
- theme: brand

docs/public/hero-dark.svg

Lines changed: 71 additions & 0 deletions
Loading

docs/public/hero-light.svg

Lines changed: 71 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)