From 24ddfc011ba10762dbffeaaa2e627f721816a124 Mon Sep 17 00:00:00 2001 From: Teccheck Date: Thu, 13 Feb 2025 16:51:00 +0100 Subject: [PATCH 1/5] feat(community): link to community page in header --- config.toml | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/config.toml b/config.toml index d9954ba7c3..4b9953bfc6 100644 --- a/config.toml +++ b/config.toml @@ -130,28 +130,10 @@ weight = 10 [[menu.main]] identifier = "community" - url = "" + url = "/community" name = "Community" weight = 57 -[[menu.main]] - url = "https://groups.google.com/d/forum/open62541" - name = "Mailing List" - weight = 58 - parent = "community" - -[[menu.main]] - url = "https://github.com/open62541/open62541/issues" - name = "Github Issues" - weight = 60 - parent = "community" - -[[menu.main]] - url = "https://web.libera.chat/#open62541" - name = "IRC Chat" - weight = 59 - parent = "community" - #[[menu.main]] # url = "/community" # name = "Community" From 83f72e9137d754795a58b30dce48c0ed71d59c94 Mon Sep 17 00:00:00 2001 From: Teccheck Date: Thu, 13 Feb 2025 16:51:38 +0100 Subject: [PATCH 2/5] feat(community): rename github.md to mailing_list.md --- content/community/contact/{github.md => mailing_list.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename content/community/contact/{github.md => mailing_list.md} (100%) diff --git a/content/community/contact/github.md b/content/community/contact/mailing_list.md similarity index 100% rename from content/community/contact/github.md rename to content/community/contact/mailing_list.md From 6e7e6a839f2e67ec81200da16eb29c835ce52301 Mon Sep 17 00:00:00 2001 From: Teccheck Date: Thu, 13 Feb 2025 16:52:08 +0100 Subject: [PATCH 3/5] feat(community): replace google icon with svg version --- content/community/contact/mailing_list.md | 2 +- static/images/google.svg | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 static/images/google.svg diff --git a/content/community/contact/mailing_list.md b/content/community/contact/mailing_list.md index 7ee4be2d83..bf75e3c981 100644 --- a/content/community/contact/mailing_list.md +++ b/content/community/contact/mailing_list.md @@ -6,7 +6,7 @@ title = "Mailing List" #disabled = true [asset] - image = "google.jpg" + image = "google.svg" +++ Mailing List diff --git a/static/images/google.svg b/static/images/google.svg new file mode 100644 index 0000000000..c2abf47bb7 --- /dev/null +++ b/static/images/google.svg @@ -0,0 +1,8 @@ + + + + + + + + From 20616ba48ce96d3f88703465bccd5b4b6e83972f Mon Sep 17 00:00:00 2001 From: Teccheck Date: Thu, 13 Feb 2025 16:52:25 +0100 Subject: [PATCH 4/5] feat(community): add irc link to community page --- content/community/contact/irc_chat.md | 14 ++++++++++++++ static/images/libera-color.svg | 9 +++++++++ 2 files changed, 23 insertions(+) create mode 100644 content/community/contact/irc_chat.md create mode 100644 static/images/libera-color.svg diff --git a/content/community/contact/irc_chat.md b/content/community/contact/irc_chat.md new file mode 100644 index 0000000000..af1867b9a8 --- /dev/null +++ b/content/community/contact/irc_chat.md @@ -0,0 +1,14 @@ ++++ +weight = 110 +title = "IRC Chat" +#subtitle = "Lorem ipsum dolor sit amet, consectetur adipiscing" +#item_url = "#" +#disabled = true + +[asset] + image = "libera-color.svg" ++++ + +IRC Chat +https://web.libera.chat/#open62541 + diff --git a/static/images/libera-color.svg b/static/images/libera-color.svg new file mode 100644 index 0000000000..b004bfa6c8 --- /dev/null +++ b/static/images/libera-color.svg @@ -0,0 +1,9 @@ + + + + + + + + + From 5eb15533017f69de8220d3d60e518cb79735b693 Mon Sep 17 00:00:00 2001 From: Teccheck Date: Thu, 13 Feb 2025 16:52:46 +0100 Subject: [PATCH 5/5] feat(community): hide community call entry --- content/community/contact/core_call.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/community/contact/core_call.md b/content/community/contact/core_call.md index 8eb63f83ab..99f92c8d14 100644 --- a/content/community/contact/core_call.md +++ b/content/community/contact/core_call.md @@ -3,7 +3,7 @@ weight = 110 title = "Core Call" #subtitle = "Lorem ipsum dolor sit amet, consectetur adipiscing" #item_url = "#" -#disabled = true +disabled = true [asset] image = "teams.jpg"