From 7f84fefc20f6e6296fff4cee0d22a9cfd1ac64c9 Mon Sep 17 00:00:00 2001 From: Harsh Mishra Date: Mon, 6 Jan 2025 17:15:20 +0530 Subject: [PATCH] remove discuss link from docs --- config.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config.toml b/config.toml index 8e62be8b87..4a70fe6957 100644 --- a/config.toml +++ b/config.toml @@ -179,11 +179,6 @@ enable = true url = "https://twitter.com/localstack" icon = "fab fa-twitter" desc = "Follow us on Twitter to get the latest news!" -[[params.links.user]] - name = "Discussion" - url = "https://discuss.localstack.cloud/" - icon = "fa fa-comments" - desc = "Community discussions on GitHub" [[params.links.user]] name = "Stack Overflow" url = "https://stackoverflow.com/questions/tagged/localstack"