@@ -14,9 +14,6 @@ export default defineConfig({
1414 } )
1515 ]
1616 } ,
17- mermaid : {
18- // Mermaid configuration
19- } ,
2017 head : [
2118 [ 'link' , { rel : 'icon' , href : 'https://raw.githubusercontent.com/FoundatioFx/Foundatio/main/media/foundatio-icon.png' , type : 'image/png' } ] ,
2219 [ 'meta' , { name : 'theme-color' , content : '#3c8772' } ]
@@ -56,24 +53,35 @@ export default defineConfig({
5653 {
5754 text : 'Advanced Topics' ,
5855 items : [
59- { text : 'Resilience ' , link : '/guide/resilience ' } ,
56+ { text : 'Configuration ' , link : '/guide/configuration ' } ,
6057 { text : 'Dependency Injection' , link : '/guide/dependency-injection' } ,
61- { text : 'Configuration' , link : '/guide/configuration' }
58+ { text : 'Resilience' , link : '/guide/resilience' } ,
59+ { text : 'Serialization' , link : '/guide/serialization' }
6260 ]
6361 } ,
6462 {
6563 text : 'Implementations' ,
6664 items : [
65+ { text : 'Aliyun' , link : '/guide/implementations/aliyun' } ,
66+ { text : 'AWS' , link : '/guide/implementations/aws' } ,
67+ { text : 'Azure' , link : '/guide/implementations/azure' } ,
68+ { text : 'Hybrid Cache' , link : '/guide/implementations/hybrid-cache' } ,
6769 { text : 'In-Memory' , link : '/guide/implementations/in-memory' } ,
70+ { text : 'Kafka' , link : '/guide/implementations/kafka' } ,
71+ { text : 'Minio' , link : '/guide/implementations/minio' } ,
72+ { text : 'RabbitMQ' , link : '/guide/implementations/rabbitmq' } ,
6873 { text : 'Redis' , link : '/guide/implementations/redis' } ,
69- { text : 'Azure' , link : '/guide/implementations/azure' } ,
70- { text : 'AWS' , link : '/guide/implementations/aws' }
74+ { text : 'SshNet' , link : '/guide/implementations/sshnet' }
7175 ]
7276 } ,
7377 {
7478 text : 'Related Projects' ,
7579 items : [
76- { text : 'Foundatio.Mediator' , link : 'https://mediator.foundatio.dev' }
80+ { text : 'Foundatio.CommandQuery' , link : 'https://github.com/FoundatioFx/Foundatio.CommandQuery' } ,
81+ { text : 'Foundatio.Lucene' , link : 'https://lucene.foundatio.dev' } ,
82+ { text : 'Foundatio.Mediator' , link : 'https://mediator.foundatio.dev' } ,
83+ { text : 'Foundatio.Parsers' , link : 'https://github.com/FoundatioFx/Foundatio.Parsers' } ,
84+ { text : 'Foundatio.Repositories' , link : 'https://github.com/FoundatioFx/Foundatio.Repositories' }
7785 ]
7886 }
7987 ]
0 commit comments