Skip to content

Commit

Permalink
Little more on postgres transport documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydmiller committed Apr 19, 2024
1 parent 07bc2dd commit d6ba8f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -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'},
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/messaging/transports/postgresql.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit d6ba8f7

Please sign in to comment.