Conversation
…yment - New commands/deploy.md: generates .github/workflows/deploy-wiki.yml - Workflow builds VitePress wiki and deploys to GitHub Pages - Auto-detects base path (project vs user/org site) - Triggers on push to main (wiki/** paths) + manual dispatch - Instructs user to enable Pages via Actions in repo settings - Updated README, docs-site, and root README with new command
- Add wiki/ to pertinent folders list (always generate) - Add wiki-specific AGENTS.md template with VitePress commands, content conventions, and wiki structure - Add AGENTS.md + CLAUDE.md to wiki/ folder structure in build.md - Update generate pipeline Step 7 to explicitly include wiki/
…cus mode 1. Homepage: Remove marketing hero layout, use developer-focused template with Quick Start commands, architecture diagram, documentation map, key files table, and tech stack summary. No hero: frontmatter. 2. AGENTS.md: Fix 'ALWAYS generate' to 'only if missing' guard for wiki/ folder across generate.md, agents.md, and wiki-agents-md skill. 3. Deploy: Strengthen workflow existence check — search for ANY pages workflow, not just deploy-wiki.yml. Prominent warning about enabling GitHub Pages via Actions in settings. 4. Mermaid zoom: Replace vague instructions with complete TypeScript implementation — click-to-expand modal with zoom controls, scroll wheel zoom, pan, keyboard shortcuts (Esc/+/-/0), viewBox fix, async SVG polling. Full CSS for overlay, controls, hover hints. 5. Focus mode: Add reading focus mode toggle (eye button, F key shortcut) that hides sidebar, navbar, footer, and aside for distraction-free reading. Full CSS for focus-mode state.
- Inline links: mention of a concept on another page becomes a relative Markdown link (e.g., [Data Flow](../02-architecture/data-flow.md)) - Related Pages section: every page ends with a table of connected pages showing page name + relationship description - Anchor links: link to specific sections with #heading-anchor - Bidirectional: if A links to B, B should link back to A - Updated: page.md, generate.md, wiki-page-writer skill, wiki-writer agent - Added to validation checklist in wiki-writer agent
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.
Summary
Adds a new
/deep-wiki:deployslash command that generates a GitHub Actions workflow for deploying the VitePress wiki to GitHub Pages.Changes
commands/deploy.md— generates.github/workflows/deploy-wiki.ymldocs-site/src/pages/index.astrowith deploy command in modalREADME.mdwith deploy command in plugin tableFeatures
main(wiki/** paths) + manual dispatch