Skip to content

Commit fbf13e1

Browse files
committed
Add mediator links
1 parent 061bd76 commit fbf13e1

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

docs/.vitepress/config.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ export default defineConfig({
2929
siteTitle: 'Foundatio',
3030
nav: [
3131
{ text: 'Guide', link: '/guide/what-is-foundatio' },
32+
{ text: 'Mediator', link: 'https://github.com/FoundatioFx/Foundatio.Mediator' },
3233
{ text: 'GitHub', link: 'https://github.com/FoundatioFx/Foundatio' }
3334
],
3435
sidebar: {
@@ -68,6 +69,12 @@ export default defineConfig({
6869
{ text: 'Azure', link: '/guide/implementations/azure' },
6970
{ text: 'AWS', link: '/guide/implementations/aws' }
7071
]
72+
},
73+
{
74+
text: 'Related Projects',
75+
items: [
76+
{ text: 'Foundatio.Mediator', link: 'https://github.com/FoundatioFx/Foundatio.Mediator' }
77+
]
7178
}
7279
]
7380
},

docs/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,3 +139,7 @@ When building several large cloud applications we found a lack of great solution
139139
| [Minio](https://github.com/FoundatioFx/Foundatio.Minio) | | | | ||
140140
| [Aliyun](https://github.com/FoundatioFx/Foundatio.Aliyun) | | | | ||
141141
| [SshNet](https://github.com/FoundatioFx/Foundatio.Storage.SshNet) | | | | ||
142+
143+
## Related Projects
144+
145+
- [**Foundatio.Mediator**](https://github.com/FoundatioFx/Foundatio.Mediator) - Blazingly fast, convention-based C# mediator powered by source generators and interceptors. Near-direct call performance with zero runtime reflection.

0 commit comments

Comments
 (0)