From eddc2c2327022c817f4d0e5c25305ac2e5f45c62 Mon Sep 17 00:00:00 2001 From: Kristaps Jurkans Date: Wed, 3 Jun 2026 14:10:26 +0100 Subject: [PATCH 1/2] Add community resources section This commit adds a new section on the website to consolidate community links and useful resources. It is also placed into the nav bar for easy access. Unlike the other pages present, this one exists within it's own folder and uses `index.md` to avoid the ugly `.html` slug in the URL. This page should resolve to `https://wafer.space/community-resources`. Ref #51 --- _data/navigation.yml | 3 ++ community-resources/index.md | 75 ++++++++++++++++++++++++++++++++++++ 2 files changed, 78 insertions(+) create mode 100644 community-resources/index.md diff --git a/_data/navigation.yml b/_data/navigation.yml index ace4f1db..363c085b 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -28,3 +28,6 @@ main_menu: url: "/faq.html" menu_type: "simple" + - text: Community & Resources + url: "/community-resources" + menu_type: "simple" diff --git a/community-resources/index.md b/community-resources/index.md new file mode 100644 index 00000000..97e281b5 --- /dev/null +++ b/community-resources/index.md @@ -0,0 +1,75 @@ +--- +layout: default +title: "Community & Resources" +sub_title: Join our community, or check out some resources to help you with your next tapeout +header_image: "/assets/images/header/mpw-one-partial-dice-top-1.jpg" +--- + +{% include layouts/header/page-title.html %} + +
+
+

Community

+

Discussion forums for design questions and peer support.

+
+
+
+
+ +
+

Discord

+

Join us on discord at wafer.space/discord

+
+
+
+
+
+ +
+

Matrix

+

We're also on Matrix at #gf180mcu:fossi-chat.org

+
+
+
+
+ +
+
+

Resources

+

Documentation and previously submitted designs.

+
+ +
+
+
+ +{% include layouts/footer/footer-1.html %} From d6a0c1b6ee6251e2882917f006f0cc4bd93a75b9 Mon Sep 17 00:00:00 2001 From: Kristaps Jurkans Date: Wed, 3 Jun 2026 14:11:27 +0100 Subject: [PATCH 2/2] Update community section on design help page This commit removes the "Coming soon" info, and adds a button which takes the user straight to the community & resources page. --- design-help.html | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/design-help.html b/design-help.html index cd35e681..878b4a08 100644 --- a/design-help.html +++ b/design-help.html @@ -38,7 +38,7 @@

Community Resources

Community Forums

-

Coming soon - Discussion forums for design questions and peer support.

+

Discussion forums for design questions and peer support.

@@ -47,7 +47,7 @@

Community Forums

Documentation

-

Coming soon - Tutorials, guides, and technical documentation for GF180MCU.

+

Tutorials, guides, and technical documentation for GF180MCU.

@@ -56,10 +56,21 @@

Documentation

Open Source Tools

-

Coming soon - Links to open-source tools and example designs for GF180MCU.

+

Links to open-source tools and example designs for GF180MCU.

+ +
+ +
+ +
+