docs: MkDocs Material site + refresh AI_STATUS to v4.2.0#62
Merged
Conversation
Public-facing documentation site published from /docs to GitHub Pages. What's included: - mkdocs.yml + docs/requirements.txt (MkDocs Material, include-markdown) - docs/ tree: index, getting-started, hardware, user-guide (9 measurement types), mcp (overview/install/tools/recipes/troubleshooting), ai (overview/status/providers/chat/reports), reference (cli/api/glossary), contributing - .github/workflows/docs.yml — strict build on every push touching docs; deploy to gh-pages on push to main - README docs badge + nav links - AI_STATUS.md refreshed: v4.1.5 → v4.2.0, 20 → 34 MCP tools, cal-drift category, process_folder orchestrator, shipped-roadmap pruning, last updated 2026-05-12 - contributing.md and ai/status.md mirror CONTRIBUTING.md and AI_STATUS.md via mkdocs-include-markdown-plugin so the canonical sources stay in the repo root - .gitignore: add site/ (MkDocs build output) Cross-doc references in AI_STATUS.md and CONTRIBUTING.md rewritten to absolute GitHub URLs so they resolve both in the repo view and in the included pages on the docs site. Verification: mkdocs build --strict completes with no warnings. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
- Add docs/assets/logo.svg (Smith-chart brand logo) used as both site logo and favicon - Custom theme colors (indigo + cyan accent), Inter + JetBrains Mono font pair, instant-loading navigation, toc.follow - New docs/stylesheets/extra.css: brand colors, card grid for the landing page, hero strip, screenshot framing, themed table headers - Rewrite docs/index.md as a hero landing with logo, card grid, and a tabbed screenshot gallery (passive 3D / 2D, datasheet, active 2D, VNA, group delay) - Embed relevant screenshots in passive-gain, active-trp, s11-impedance, group-delay, and ai/providers pages so each topic has a real visual reference instead of just text mkdocs build --strict still passes. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Public-facing documentation site for RFlect, with a refreshed AI_STATUS.
Replaces #61 (auto-closed when its base branch
process-folder-mcpwas deleted after #60 was squash-merged). All commits have been rebased cleanly onto currentmain.What's included
mkdocs.yml+docs/requirements.txt— Material theme, custom CSS, brand logo + favicon, instant navigation, custom color palette (indigo + cyan)docs/tree (30 pages):process_folderstandard procedures / troubleshooting.github/workflows/docs.yml— strictmkdocs buildon push to docs paths; deploy togh-pageson push tomainAI_STATUS.mdrefreshed: v4.1.5 → v4.2.0, 20 → 34 MCP tools, cal-drift category,process_folderdocumented, shipped roadmap pruneddocs/stylesheets/extra.css): brand colors, card grid, hero strip, screenshot framing, themed table headersdocs/assets/screenshots/.gitignoreexcludessite/(MkDocs build output)Test plan
mkdocs build --strict— clean, 0 warnings, 0 info-level link issuesgh-pagesbranchgh-pages/ root → site live at https://rfingadam.github.io/RFlect/🤖 Generated with Claude Code