Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ main_menu:
url: "/faq.html"
menu_type: "simple"

- text: Community & Resources
url: "/community-resources"
menu_type: "simple"
75 changes: 75 additions & 0 deletions community-resources/index.md
Original file line number Diff line number Diff line change
@@ -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/nav/nav.html drop_search=false alignment_class="ms-auto" %} -->

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🔴 Critical | ⚡ Quick win

Uncomment the navigation include to display the site menu.

The navigation include is commented out, which will prevent the site's main navigation menu from appearing on this page. Cross-referencing with other pages (e.g., help.html:9), the nav include should be active.

🔧 Proposed fix
-<!-- {% include layouts/nav/nav.html drop_search=false alignment_class="ms-auto" %} -->
+{% include layouts/nav/nav.html drop_search=false alignment_class="ms-auto" %}
 {% include layouts/header/page-title.html %}
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
<!-- {% include layouts/nav/nav.html drop_search=false alignment_class="ms-auto" %} -->
{% include layouts/nav/nav.html drop_search=false alignment_class="ms-auto" %}
{% include layouts/header/page-title.html %}
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@community-resources/index.md` at line 7, Uncomment the navigation include by
removing the HTML comment markers around the include tag ("{% include
layouts/nav/nav.html drop_search=false alignment_class=\"ms-auto\" %}") so the
nav partial is rendered on the page; specifically locate the commented line
containing that include and make it active (match other pages such as the one
using help.html:9) so the site menu appears.

{% include layouts/header/page-title.html %}

<div class="wrapper light-wrapper">
<div class="container inner">
<h3 class="section-title text-center mb-20">Community</h3>
<p class="text-center mb-40">Discussion forums for design questions and peer support.</p>
<div class="row text-center">
<div class="col-md-6">
<div class="box bg-white shadow p-30">
<div class="icon mb-20">
<i class="jam jam-messages-alt" style="font-size: 48px; color: #4f66d0;"></i>
</div>
<h4>Discord</h4>
<p class="mb-0">Join us on discord at <a href="/discord">wafer.space/discord</a></p>
</div>
</div>
<div class="col-md-6">
<div class="box bg-white shadow p-30">
<div class="icon mb-20">
<i class="jam jam-messages-alt" style="font-size: 48px; color: #4f66d0;"></i>
</div>
<h4>Matrix</h4>
<p class="mb-0">We're also on Matrix at <a href="https://matrix.to/#/#gf180mcu:fossi-chat.org">#gf180mcu:fossi-chat.org</a></p>
</div>
</div>
</div>
</div>

<div class="wrapper gray-wrapper">
<div class="container inner">
<h3 class="section-title text-center mb-20">Resources</h3>
<p class="text-center mb-40">Documentation and previously submitted designs.</p>
<div class="row align-items-center">
<ul class="icon-list bullet-default">
<li>
<i class="jam jam-cog"></i>
<a href="https://github.com/wafer-space/gf180mcu-project-template" target="_blank" rel="noopener">
Project template
</a>
&mdash; start your design from a working example
</li>
<li>
<i class="jam jam-document"></i>
<a href="https://gf180mcu-pdk.readthedocs.io/" target="_blank" rel="noopener">
PDK documentation
</a>
&mdash; GF180MCU process design kit reference
</li>
<li>
<i class="jam jam-microchip"></i>
<a href="https://mithro.github.io/gf180mcu-project-template/" target="_blank" rel="noopener">
Slot specifications
</a>
&mdash; die dimensions, pad rings, and I/O details
</li>
<li>
<i class="jam jam-archive"></i>
<a href="https://github.com/wafer-space/ws-run1" target="_blank" rel="noopener">
Run 1 repository
</a>
&mdash; list of publicly accessible projects with source code
</li>
</ul>
</div>
</div>
</div>

{% include layouts/footer/footer-1.html %}
17 changes: 14 additions & 3 deletions design-help.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h3 class="section-title text-center mb-20">Community Resources</h3>
<i class="jam jam-messages-alt" style="font-size: 48px; color: #4f66d0;"></i>
</div>
<h4>Community Forums</h4>
<p class="mb-0">Coming soon - Discussion forums for design questions and peer support.</p>
<p class="mb-0">Discussion forums for design questions and peer support.</p>
</div>
</div>
<div class="col-md-4">
Expand All @@ -47,7 +47,7 @@ <h4>Community Forums</h4>
<i class="jam jam-document" style="font-size: 48px; color: #4f66d0;"></i>
</div>
<h4>Documentation</h4>
<p class="mb-0">Coming soon - Tutorials, guides, and technical documentation for GF180MCU.</p>
<p class="mb-0">Tutorials, guides, and technical documentation for GF180MCU.</p>
</div>
</div>
<div class="col-md-4">
Expand All @@ -56,10 +56,21 @@ <h4>Documentation</h4>
<i class="jam jam-github" style="font-size: 48px; color: #4f66d0;"></i>
</div>
<h4>Open Source Tools</h4>
<p class="mb-0">Coming soon - Links to open-source tools and example designs for GF180MCU.</p>
<p class="mb-0">Links to open-source tools and example designs for GF180MCU.</p>
</div>
</div>
</div>

<div class="space40"></div>

<div class="row">
<div class="col text-center">
<a href="/community-resources" class="btn btn-lg btn-default" role="button">
<i class="jam jam-arrow-right mr-10"></i>Go to Community & Resources
</a>
</div>
</div>

</div>
</div>

Expand Down
Loading