diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index 702da16b0..3cdff395e 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -207,6 +207,7 @@ export default withMermaid( { {text: 'Multi-Tenancy and Marten', link: '/guide/durability/marten/multi-tenancy'} ]}, {text: 'Sql Server Integration', link: '/guide/durability/sqlserver'}, + {text: 'PostgreSQL Integration', link: '/guide/durability/postgresql'}, {text: 'Entity Framework Core Integration', link: '/guide/durability/efcore'}, {text: 'Managing Message Storage', link: '/guide/durability/managing'}, {text: 'Dead Letter Storage', link: '/guide/durability/dead-letter-storage'}, diff --git a/docs/guide/messaging/transports/postgresql.md b/docs/guide/messaging/transports/postgresql.md index cf5f0faeb..6bfc7013f 100644 --- a/docs/guide/messaging/transports/postgresql.md +++ b/docs/guide/messaging/transports/postgresql.md @@ -1,3 +1,3 @@ # PostgreSQL Transport -TODO +See the [PostgreSQL Transport](/guide/durability/postgresql#postgresql-messaging-transport) documentation in the [PostgreSQL Integration](/guide/durability/postgresql) topic.