Phase 0: AsciiDoc Bootstrap
Objective
Create lean AsciiDoc documentation in 00_META/adoc/ alongside the existing 16 markdown files.
This is parallel documentation, not replacement — markdown stays until explicitly deprecated.
No training or mastery guides. The user has outgrown beginner material; only essential reference docs are created.
Deliverables
| File | Purpose | Status |
|---|---|---|
|
Master documentation index |
Planned |
|
Essential installation and first-use guide |
Planned |
|
Definitive keybinding table from all config files |
Planned |
|
Repository structure and modular sourcing design |
Planned |
|
Plugin reference with TPM setup and configuration |
Planned |
|
Project metadata for Claude Code |
Planned |
Design Decisions
-
Subdirectory approach (
00_META/adoc/) keeps AsciiDoc cleanly separated from markdown during coexistence -
No
:toc:attributes — Antora UI handles TOC globally -
Keybinding reference is generated from configs — not a copy of help text, but the actual bindings from
keybindings.conf,enhanced-keybindings.conf,pane-management.conf, andmouse.conf