We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
remove redundant footer nav from all wiki pages (127 files) Sidebar already provides navigation; --- divider + link footers were duplicating it. Home.md preserved (has real mod.io/GitHub links after ---). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
fix: remove redundant H1 headings from all wiki pages GitHub Wiki auto-renders the page title (filename) as H1, so explicit # headings in the content caused double H1 rendering. Removed 127 leading H1 headings across all pages. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
refactor: replace all SVG banner/badge references with text across wiki - Banner SVGs → # heading (text derived from alt text or hardcoded map) - Badge SVGs → removed (decorative only) - Numbered section SVGs (01–13, banner1, badges) → mapped to proper titles - Shared subclass SVGs (illrigger-subclass, gunslinger-subclass) → title from alt text - Empty <div align="center"> blocks cleaned up Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Subclass files: include parent class name in filename Rename all Subclass-{Name}.md to Subclass-{Class}-{Name}.md format. Update all links across 122 files to match new page names. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>