Skip to content

Commit

Permalink
Added link to Discord in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
oskardudycz committed Feb 15, 2023
1 parent c462fc8 commit 6302ff8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = {
nav: [
{ text: 'Guide', link: '/guide/' },
{ text: 'Release Notes', link: 'https://github.com/JasperFx/lamar/releases' },
{ text: 'Gitter | Join Chat', link: 'https://gitter.im/JasperFx/lamar?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge' }
{ text: 'Discord | Join Chat', link: 'https://discord.com/channels/1074998995086225460/1074999141433868319' }
],

algolia: {
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/ioc/decorators.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

::: tip
If you need some kind of interception policy that doesn't fit into the admittedly simpler
examples shown here, just ask for help in the [Lamar Gitter room](https://gitter.im/JasperFx/Lamar).
examples shown here, just ask for help in the [Lamar Discord channel](https://discord.com/channels/1074998995086225460/1074999141433868319).
:::

Lamar v5 finally added the full complement of interceptors that users have grown to expect from .Net IoC containers. To differentiate between the three terms, Lamar
Expand Down

0 comments on commit 6302ff8

Please sign in to comment.