Skip to content

Add "Community & Resources" section to website - #92

Open
krisjdev wants to merge 2 commits into
mainfrom
docs/community-resources-section
Open

Add "Community & Resources" section to website#92
krisjdev wants to merge 2 commits into
mainfrom
docs/community-resources-section

Conversation

@krisjdev

@krisjdev krisjdev commented Jun 3, 2026

Copy link
Copy Markdown
Collaborator

This PR adds a "Community & Resources" section to the website in order to consolidate community links and useful resources for people looking to get started with wafer.space. This page is accessible via the navbar.

Unlike the other pages, this exists within its own folder and uses index.md - this ensures that when built, it won't have the ugly .html suffix in the URL. This page should resolve to https://wafer.space/community-resources and not https://wafer.space/community-resources.html.

The design help page was also updated and now links directly to the community & resources page.

Linked resources:

Closes #51

Summary by CodeRabbit

  • New Features
    • Added "Community & Resources" navigation menu item and dedicated landing page
    • Created Community section featuring Discord and Matrix community links
    • Created Resources section with four curated external resources (project template, documentation, specifications, and repository)
    • Updated Community Resources section descriptions with actual content replacing placeholders

krisjdev added 2 commits June 3, 2026 14:12
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
This commit removes the "Coming soon" info, and adds a button which takes the user straight to the community & resources page.
@krisjdev
krisjdev requested a review from mithro June 3, 2026 13:20
@coderabbitai

coderabbitai Bot commented Jun 3, 2026

Copy link
Copy Markdown

Review Change Stack

Walkthrough

This PR launches a new "Community & Resources" section on the site. A navigation menu entry routes to a new dedicated page featuring community platform links (Discord, Matrix) and curated external resources. Existing design documentation is updated to replace placeholder text with active descriptions.

Changes

Community & Resources Page Launch

Layer / File(s) Summary
Navigation menu entry
_data/navigation.yml
New main menu item "Community & Resources" with route /community-resources and menu type configuration.
Community & Resources page creation
community-resources/index.md
Complete Jekyll page with front-matter, header/footer includes, Community section linking to Discord and Matrix, and Resources section with four external resource cards (project template, PDK documentation, slot specifications, Run 1 repository).
Design help page updates
design-help.html
Community Resources section copy updated: Community Forums card now describes discussion forums, Documentation card describes tutorials/guides, and Open Source Tools card describes available tools and examples.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

Poem

🐰 A community hall now stands so bright,
With Discord links and resources in sight,
Forums and docs in places to share,
A gathering place, warm and fair! 🎉

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely summarizes the main objective: adding a Community & Resources section to the website, which matches the primary changes across all modified files.
Linked Issues check ✅ Passed The PR successfully implements all coding requirements from issue #51: adds links to community chat forums (Discord and Matrix) and consolidates useful resources for people getting started, directly addressing the linked issue objectives.
Out of Scope Changes check ✅ Passed All changes are directly related to adding the Community & Resources section: navigation entry, dedicated page, and design help updates. No unrelated modifications detected.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch docs/community-resources-section

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions

github-actions Bot commented Jun 3, 2026

Copy link
Copy Markdown

🚀 Preview Deployment Ready!

Status Preview URL Commit
✅ Success View Preview d6a0c1b

This preview will be automatically updated when you push new commits to this PR.

Browse all previews: https://preview.wafer.space


⚡ Deployed to custom domain • Preview will be removed when PR is closed

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🧹 Nitpick comments (1)
_data/navigation.yml (1)

31-31: ⚡ Quick win

Quote the text value to prevent potential YAML parsing issues.

The ampersand (&) in Community & Resources is a special character in YAML (used for anchors). While it may parse correctly when not at the start of the value, best practice is to quote strings containing special characters to ensure consistent parsing across all YAML implementations.

📝 Proposed fix
-  - text: Community & Resources
+  - text: "Community & Resources"
     url: "/community-resources"
     menu_type: "simple"
🤖 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 `@_data/navigation.yml` at line 31, The navigation item value containing an
ampersand must be quoted to avoid YAML parsing issues; update the entry with the
key "text" whose current value is Community & Resources to use either single or
double quotes (e.g., "Community & Resources" or 'Community & Resources') so the
ampersand is treated as a literal string in _data/navigation.yml.
🤖 Prompt for all review comments with 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.

Inline comments:
In `@community-resources/index.md`:
- 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.

---

Nitpick comments:
In `@_data/navigation.yml`:
- Line 31: The navigation item value containing an ampersand must be quoted to
avoid YAML parsing issues; update the entry with the key "text" whose current
value is Community & Resources to use either single or double quotes (e.g.,
"Community & Resources" or 'Community & Resources') so the ampersand is treated
as a literal string in _data/navigation.yml.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 4c87cd1c-2e15-4dbc-8731-02f874c6bd6b

📥 Commits

Reviewing files that changed from the base of the PR and between 98e96e9 and d6a0c1b.

📒 Files selected for processing (3)
  • _data/navigation.yml
  • community-resources/index.md
  • design-help.html

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.

@github-actions

github-actions Bot commented Jun 3, 2026

Copy link
Copy Markdown

❌ Preview Site Verification FAILED

Preview Site Verification Report

PR: #92
URL: https://preview.wafer.space/pr-92/
Timestamp: Wed Jun 3 13:24:35 UTC 2026

1. Basic Connectivity ✅

  • ✅ Site is accessible
  • ✅ HTTP Status: 200

2. Content Verification

  • ✅ Site contains expected content
  • ✅ Tagline present
  • ✅ JavaScript baseurl configuration found

3. Multi-Page Asset Verification

Discovering all pages in the site...
Found pages: 7 discovered + homepage
Testing critical assets...

  • ✅ favicon.png
  • ✅ assets/css/style.css
  • ✅ assets/js/jquery.min.js
  • ✅ assets/images/logo-light.webp
    Checking assets across all pages...
    Processing page 1: homepage
  • ✅ bootstrap.min.css (homepage)
  • ✅ plugins.css (homepage)
  • ✅ settings.css (homepage)
  • ✅ layers.css (homepage)
  • ✅ navigation.css (homepage)
  • ✅ type.css (homepage)
  • ✅ style.css (homepage)
  • ✅ sky.css (homepage)
  • ✅ dark.css (homepage)
  • ✅ custom.css (homepage)
  • ✅ jquery.min.js (homepage)
  • ✅ popper.min.js (homepage)
  • ✅ bootstrap.min.js (homepage)
  • ✅ jquery.themepunch.tools.min.js (homepage)
  • ✅ jquery.themepunch.revolution.min.js (homepage)
  • ✅ revolution.extension.actions.min.js (homepage)
  • ✅ revolution.extension.carousel.min.js (homepage)
  • ✅ revolution.extension.kenburn.min.js (homepage)
  • ✅ revolution.extension.layeranimation.min.js (homepage)
  • ✅ revolution.extension.migration.min.js (homepage)
  • ✅ revolution.extension.navigation.min.js (homepage)
  • ✅ revolution.extension.parallax.min.js (homepage)
  • ✅ revolution.extension.slideanims.min.js (homepage)
  • ✅ revolution.extension.video.min.js (homepage)
  • ✅ plugins.js (homepage)
  • ✅ simple-jekyll-search.min.js (homepage)
  • ✅ scripts.js (homepage)
  • ✅ favicon.png (homepage)
  • ✅ logo-light.webp (homepage)
  • ✅ logo.webp (homepage)
  • ✅ logo-light.webp (homepage)
  • ✅ logo-light.webp (homepage)
  • ✅ dummy.webp (homepage)
  • ✅ rocket1.webp (homepage)
  • ✅ rocket2.webp (homepage)
  • ✅ rocket3.webp (homepage)
  • ✅ rocket4.webp (homepage)
  • ✅ 0p5x1_gelpack.jpg (homepage)
  • ✅ 0p5x1_gelpack.jpg (homepage)
  • ✅ 1x0p5_gelpack.jpg (homepage)
  • ✅ 1x0p5_gelpack.jpg (homepage)
  • ✅ 1x1_gelpack.jpg (homepage)
  • ✅ 1x1_gelpack.jpg (homepage)
  • ✅ wafer-space-chip-on-board.jpg (homepage)
  • ✅ gf180mcu-wafer-edge-1.jpg (homepage)
  • ✅ gf180mcu-wafer-isometric.jpg (homepage)
  • concept12@2x.webp (homepage)
  • ✅ logo-light.webp (homepage)
    Processing page 2: about.html (/pr-92/about.html) -> https://preview.wafer.space/pr-92/about.html
  • ✅ bootstrap.min.css (about.html)
  • ✅ plugins.css (about.html)
  • ✅ settings.css (about.html)
  • ✅ layers.css (about.html)
  • ✅ navigation.css (about.html)
  • ✅ type.css (about.html)
  • ✅ style.css (about.html)
  • ✅ sky.css (about.html)
  • ✅ dark.css (about.html)
  • ✅ custom.css (about.html)
  • ✅ jquery.min.js (about.html)
  • ✅ popper.min.js (about.html)
  • ✅ bootstrap.min.js (about.html)
  • ✅ jquery.themepunch.tools.min.js (about.html)
  • ✅ jquery.themepunch.revolution.min.js (about.html)
  • ✅ revolution.extension.actions.min.js (about.html)
  • ✅ revolution.extension.carousel.min.js (about.html)
  • ✅ revolution.extension.kenburn.min.js (about.html)
  • ✅ revolution.extension.layeranimation.min.js (about.html)
  • ✅ revolution.extension.migration.min.js (about.html)
  • ✅ revolution.extension.navigation.min.js (about.html)
  • ✅ revolution.extension.parallax.min.js (about.html)
  • ✅ revolution.extension.slideanims.min.js (about.html)
  • ✅ revolution.extension.video.min.js (about.html)
  • ✅ plugins.js (about.html)
  • ✅ simple-jekyll-search.min.js (about.html)
  • ✅ scripts.js (about.html)
  • ✅ favicon.png (about.html)
  • ✅ logo-light.webp (about.html)
  • ✅ logo.webp (about.html)
  • ✅ logo-light.webp (about.html)
  • ✅ logo-light.webp (about.html)
  • ✅ mpw-one-partial-dice-top-1.jpg (about.html)
  • ✅ tim.jpg (about.html)
  • ✅ boris.jpg (about.html)
  • ✅ bunnie.jpg (about.html)
  • ✅ matt.jpg (about.html)
  • ✅ tom.jpg (about.html)
  • ✅ xobs.jpg (about.html)
  • ✅ map.webp (about.html)
  • ✅ co-email-5.webp (about.html)
  • ✅ logo-light.webp (about.html)
  • ✅ mpw-one-partial-dice-top-1.jpg (about.html)
  • ✅ map.webp (about.html)
    Processing page 3: design-help.html (/pr-92/design-help.html) -> https://preview.wafer.space/pr-92/design-help.html
  • ✅ bootstrap.min.css (design-help.html)
  • ✅ plugins.css (design-help.html)
  • ✅ settings.css (design-help.html)
  • ✅ layers.css (design-help.html)
  • ✅ navigation.css (design-help.html)
  • ✅ type.css (design-help.html)
  • ✅ style.css (design-help.html)
  • ✅ sky.css (design-help.html)
  • ✅ dark.css (design-help.html)
  • ✅ custom.css (design-help.html)
  • ✅ jquery.min.js (design-help.html)
  • ✅ popper.min.js (design-help.html)
  • ✅ bootstrap.min.js (design-help.html)
  • ✅ jquery.themepunch.tools.min.js (design-help.html)
  • ✅ jquery.themepunch.revolution.min.js (design-help.html)
  • ✅ revolution.extension.actions.min.js (design-help.html)
  • ✅ revolution.extension.carousel.min.js (design-help.html)
  • ✅ revolution.extension.kenburn.min.js (design-help.html)
  • ✅ revolution.extension.layeranimation.min.js (design-help.html)
  • ✅ revolution.extension.migration.min.js (design-help.html)
  • ✅ revolution.extension.navigation.min.js (design-help.html)
  • ✅ revolution.extension.parallax.min.js (design-help.html)
  • ✅ revolution.extension.slideanims.min.js (design-help.html)
  • ✅ revolution.extension.video.min.js (design-help.html)
  • ✅ plugins.js (design-help.html)
  • ✅ simple-jekyll-search.min.js (design-help.html)
  • ✅ scripts.js (design-help.html)
  • ✅ favicon.png (design-help.html)
  • ✅ logo-light.webp (design-help.html)
  • ✅ logo.webp (design-help.html)
  • ✅ logo-light.webp (design-help.html)
  • ✅ logo-light.webp (design-help.html)
  • ✅ mpw-one-partial-dice-top-1.jpg (design-help.html)
  • ✅ chipflow-logo.png (design-help.html)
  • ✅ mabrains-logo.png (design-help.html)
  • ✅ precision-logo.png (design-help.html)
  • ✅ slice-logo.jpg (design-help.html)
  • ✅ logo-light.webp (design-help.html)
  • ✅ mpw-one-partial-dice-top-1.jpg (design-help.html)
    Processing page 4: faq.html (/pr-92/faq.html) -> https://preview.wafer.space/pr-92/faq.html
  • ✅ bootstrap.min.css (faq.html)
  • ✅ plugins.css (faq.html)
  • ✅ settings.css (faq.html)
  • ✅ layers.css (faq.html)
  • ✅ navigation.css (faq.html)
  • ✅ type.css (faq.html)
  • ✅ style.css (faq.html)
  • ✅ sky.css (faq.html)
  • ✅ dark.css (faq.html)
  • ✅ custom.css (faq.html)
  • ✅ jquery.min.js (faq.html)
  • ✅ popper.min.js (faq.html)
  • ✅ bootstrap.min.js (faq.html)
  • ✅ jquery.themepunch.tools.min.js (faq.html)
  • ✅ jquery.themepunch.revolution.min.js (faq.html)
  • ✅ revolution.extension.actions.min.js (faq.html)
  • ✅ revolution.extension.carousel.min.js (faq.html)
  • ✅ revolution.extension.kenburn.min.js (faq.html)
  • ✅ revolution.extension.layeranimation.min.js (faq.html)
  • ✅ revolution.extension.migration.min.js (faq.html)
  • ✅ revolution.extension.navigation.min.js (faq.html)
  • ✅ revolution.extension.parallax.min.js (faq.html)
  • ✅ revolution.extension.slideanims.min.js (faq.html)
  • ✅ revolution.extension.video.min.js (faq.html)
  • ✅ plugins.js (faq.html)
  • ✅ simple-jekyll-search.min.js (faq.html)
  • ✅ scripts.js (faq.html)
  • ✅ favicon.png (faq.html)
  • ✅ logo-light.webp (faq.html)
  • ✅ logo.webp (faq.html)
  • ✅ logo-light.webp (faq.html)
  • ✅ logo-light.webp (faq.html)
  • ✅ mpw-one-partial-dice-top-1.jpg (faq.html)
  • ✅ logo-light.webp (faq.html)
  • ✅ mpw-one-partial-dice-top-1.jpg (faq.html)
    Processing page 5: free.html (/pr-92/free.html) -> https://preview.wafer.space/pr-92/free.html
  • ✅ bootstrap.min.css (free.html)
  • ✅ plugins.css (free.html)
  • ✅ settings.css (free.html)
  • ✅ layers.css (free.html)
  • ✅ navigation.css (free.html)
  • ✅ type.css (free.html)
  • ✅ style.css (free.html)
  • ✅ sky.css (free.html)
  • ✅ dark.css (free.html)
  • ✅ custom.css (free.html)
  • ✅ jquery.min.js (free.html)
  • ✅ popper.min.js (free.html)
  • ✅ bootstrap.min.js (free.html)
  • ✅ jquery.themepunch.tools.min.js (free.html)
  • ✅ jquery.themepunch.revolution.min.js (free.html)
  • ✅ revolution.extension.actions.min.js (free.html)
  • ✅ revolution.extension.carousel.min.js (free.html)
  • ✅ revolution.extension.kenburn.min.js (free.html)
  • ✅ revolution.extension.layeranimation.min.js (free.html)
  • ✅ revolution.extension.migration.min.js (free.html)
  • ✅ revolution.extension.navigation.min.js (free.html)
  • ✅ revolution.extension.parallax.min.js (free.html)
  • ✅ revolution.extension.slideanims.min.js (free.html)
  • ✅ revolution.extension.video.min.js (free.html)
  • ✅ plugins.js (free.html)
  • ✅ simple-jekyll-search.min.js (free.html)
  • ✅ scripts.js (free.html)
  • ✅ favicon.png (free.html)
  • ✅ logo-light.webp (free.html)
  • ✅ logo.webp (free.html)
  • ✅ logo-light.webp (free.html)
  • ✅ logo-light.webp (free.html)
  • ✅ mpw-one-partial-dice-top-1.jpg (free.html)
  • ✅ about7.webp (free.html)
  • ✅ logo-light.webp (free.html)
  • ✅ mpw-one-partial-dice-top-1.jpg (free.html)
    Processing page 6: how.html (/pr-92/how.html) -> https://preview.wafer.space/pr-92/how.html
    Processing page 7: price.html (/pr-92/price.html) -> https://preview.wafer.space/pr-92/price.html
  • ✅ bootstrap.min.css (price.html)
  • ✅ plugins.css (price.html)
  • ✅ settings.css (price.html)
  • ✅ layers.css (price.html)
  • ✅ navigation.css (price.html)
  • ✅ type.css (price.html)
  • ✅ style.css (price.html)
  • ✅ sky.css (price.html)
  • ✅ dark.css (price.html)
  • ✅ custom.css (price.html)
  • ✅ jquery.min.js (price.html)
  • ✅ popper.min.js (price.html)
  • ✅ bootstrap.min.js (price.html)
  • ✅ jquery.themepunch.tools.min.js (price.html)
  • ✅ jquery.themepunch.revolution.min.js (price.html)
  • ✅ revolution.extension.actions.min.js (price.html)
  • ✅ revolution.extension.carousel.min.js (price.html)
  • ✅ revolution.extension.kenburn.min.js (price.html)
  • ✅ revolution.extension.layeranimation.min.js (price.html)
  • ✅ revolution.extension.migration.min.js (price.html)
  • ✅ revolution.extension.navigation.min.js (price.html)
  • ✅ revolution.extension.parallax.min.js (price.html)
  • ✅ revolution.extension.slideanims.min.js (price.html)
  • ✅ revolution.extension.video.min.js (price.html)
  • ✅ plugins.js (price.html)
  • ✅ simple-jekyll-search.min.js (price.html)
  • ✅ scripts.js (price.html)
  • ✅ favicon.png (price.html)
  • ✅ logo-light.webp (price.html)
  • ✅ logo.webp (price.html)
  • ✅ logo-light.webp (price.html)
  • ✅ logo-light.webp (price.html)
  • ✅ mpw-one-partial-dice-top-1.jpg (price.html)
  • ✅ 0p5x1_gelpack.jpg (price.html)
  • ✅ 0p5x1_gelpack.jpg (price.html)
  • ✅ 1x0p5_gelpack.jpg (price.html)
  • ✅ 1x0p5_gelpack.jpg (price.html)
  • ✅ 1x1_gelpack.jpg (price.html)
  • ✅ 1x1_gelpack.jpg (price.html)
  • ✅ wafer-space-chip-on-board.jpg (price.html)
  • ✅ gf180mcu-wafer-edge-1.jpg (price.html)
  • ✅ logo-light.webp (price.html)
  • ✅ mpw-one-partial-dice-top-1.jpg (price.html)
    Processing page 8: technology.html (/pr-92/technology.html) -> https://preview.wafer.space/pr-92/technology.html
  • ✅ bootstrap.min.css (technology.html)
  • ✅ plugins.css (technology.html)
  • ✅ settings.css (technology.html)
  • ✅ layers.css (technology.html)
  • ✅ navigation.css (technology.html)
  • ✅ type.css (technology.html)
  • ✅ style.css (technology.html)
  • ✅ sky.css (technology.html)
  • ✅ dark.css (technology.html)
  • ✅ custom.css (technology.html)
  • ✅ jquery.min.js (technology.html)
  • ✅ popper.min.js (technology.html)
  • ✅ bootstrap.min.js (technology.html)
  • ✅ jquery.themepunch.tools.min.js (technology.html)
  • ✅ jquery.themepunch.revolution.min.js (technology.html)
  • ✅ revolution.extension.actions.min.js (technology.html)
  • ✅ revolution.extension.carousel.min.js (technology.html)
  • ✅ revolution.extension.kenburn.min.js (technology.html)
  • ✅ revolution.extension.layeranimation.min.js (technology.html)
  • ✅ revolution.extension.migration.min.js (technology.html)
  • ✅ revolution.extension.navigation.min.js (technology.html)
  • ✅ revolution.extension.parallax.min.js (technology.html)
  • ✅ revolution.extension.slideanims.min.js (technology.html)
  • ✅ revolution.extension.video.min.js (technology.html)
  • ✅ plugins.js (technology.html)
  • ✅ simple-jekyll-search.min.js (technology.html)
  • ✅ scripts.js (technology.html)
  • ✅ favicon.png (technology.html)
  • ✅ logo-light.webp (technology.html)
  • ✅ logo.webp (technology.html)
  • ✅ logo-light.webp (technology.html)
  • ✅ logo-light.webp (technology.html)
  • ✅ mpw-one-partial-dice-top-1.jpg (technology.html)
  • ✅ gf180mcu-wafer-isometric.jpg (technology.html)
  • ✅ logo-light.webp (technology.html)
  • ✅ mpw-one-partial-dice-top-1.jpg (technology.html)
    Checked 8 pages total.
    Asset Summary: 0/285 failed
  • ✅ All assets loaded successfully

4. Link and Asset Verification (muffet)

Running comprehensive muffet validation...

  • ❌ muffet found broken links or assets:
https://preview.wafer.space/pr-92/price.html
	403	https://www.timeanddate.com/worldclock/fixedtime.html?iso=20260430T2359&p1=3399
	403	https://www.timeanddate.com/worldclock/fixedtime.html?iso=20260630T2359&p1=3399
https://preview.wafer.space/pr-92/
	403	https://www.timeanddate.com/worldclock/fixedtime.html?iso=20260430T2359&p1=3399
	403	https://www.timeanddate.com/worldclock/fixedtime.html?iso=20260630T2359&p1=3399
https://preview.wafer.space/pr-92/community-resources/
	404	https://preview.wafer.space/discord
	id #/#gf180mcu:fossi-chat.org not found	https://matrix.to/#/%23gf180mcu:fossi-chat.org
https://preview.wafer.space/pr-92/design-help.html
	404	https://preview.wafer.space/community-resources
	tls: failed to verify certificate: x509: certificate is valid for api.evohire.ai, not mabrains.com	https://mabrains.com/
https://preview.wafer.space/pr-92/news/website
	526	https://mith.ro/
https://preview.wafer.space/pr-92/about.html
	404	https://www.kosagi.com/w/index.php?title=Novena_Main_Page
	526	https://mith.ro/

Summary: 0
0 broken links, 0
0 timeouts, 0
0 HTTP errors

5. Performance Check

  • Page load time: 0.033768s
  • ✅ Load time acceptable

6. Mobile Responsiveness

  • ✅ Viewport meta tag present

Summary

Some verification checks failed


🔍 Automated verification • Run ID: 26887501216 • 2026-06-03T13:24:52.771Z

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a Community & Resources section

1 participant