Skip to content

Commit

Permalink
meta: use community link for discord
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobCoffee committed Nov 12, 2023
1 parent 09d6313 commit c5ce66a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions litestar_sphinx_theme/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def update_html_context(
context["github_repo_link"] = f"https://github.com/litestar-org/{theme_options['github_repo_name']}"
context["discord_link"] = theme_options.get(
"discord_link",
"https://discord.gg/X3FJqy8d2j",
"https://discord.gg/litestar-919193495116337154",
)
context["twitter_link"] = theme_options.get(
"twitter_link",
Expand Down Expand Up @@ -71,7 +71,7 @@ def update_global_config(app: Sphinx) -> None:
},
{
"name": "Discord",
"url": "https://discord.gg/X3FJqy8d2j",
"url": "https://discord.gg/litestar-919193495116337154",
"icon": "fa-brands fa-discord",
"type": "fontawesome",
},
Expand Down

0 comments on commit c5ce66a

Please sign in to comment.