Skip to content

feat(deep-wiki): deploy command, mermaid zoom, focus mode, cross-references, and bug fixes#128

Merged
thegovind merged 4 commits intomainfrom
deep-wiki-citations-llms-onboarding
Feb 13, 2026
Merged

feat(deep-wiki): deploy command, mermaid zoom, focus mode, cross-references, and bug fixes#128
thegovind merged 4 commits intomainfrom
deep-wiki-citations-llms-onboarding

Conversation

@thegovind
Copy link
Collaborator

Summary

Adds a new /deep-wiki:deploy slash command that generates a GitHub Actions workflow for deploying the VitePress wiki to GitHub Pages.

Changes

  • New: commands/deploy.md — generates .github/workflows/deploy-wiki.yml
  • Updated: Plugin README with deploy command in table, structure tree, and How It Works diagram
  • Updated: docs-site/src/pages/index.astro with deploy command in modal
  • Updated: Root README.md with deploy command in plugin table

Features

  • Auto-detects base path (project site vs user/org site)
  • Triggers on push to main (wiki/** paths) + manual dispatch
  • Instructs user to enable GitHub Pages via Actions in repo settings
  • Generates complete workflow with VitePress build + deploy steps

…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
@thegovind thegovind changed the title feat(deep-wiki): add /deep-wiki:deploy command for GitHub Pages deployment feat(deep-wiki): deploy command, mermaid zoom, focus mode, cross-references, and bug fixes Feb 13, 2026
@thegovind thegovind merged commit 55ed4ff into main Feb 13, 2026
3 checks passed
@thegovind thegovind deleted the deep-wiki-citations-llms-onboarding branch February 13, 2026 02:47
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.

1 participant