The reference under /docs/commands/ has 17 .md files, but one of them is index.md (the Overview), so it documents 16 commands. vibium --help on v26.8.21 lists 67.
The index says the others are "not part of the documented surface yet", so I want to check this is wanted before writing anything.
I've been going through the whole CLI command by command and have notes and verified output for all of them. I'd write them to match the existing pages (go.md / find.md / wait.md): frontmatter title, Synopsis, Description, Examples, See also.
Proposed: one PR per category, starting with a small one — the five navigation commands (back, forward, reload, url, title), plus the index update and the build_llms_txt.py entries — so you can check the format on a short diff before I do the other 46.
Two questions:
- Do you want the diagnostics (
launch-test, bidi-test, ws-test) as one page or three?
- Should
help and completion get pages at all? They're excluded from vibium commands, so I assume not.
Happy to drop this if the smaller surface is intentional.
The reference under /docs/commands/ has 17
.mdfiles, but one of them isindex.md(the Overview), so it documents 16 commands.vibium --helpon v26.8.21 lists 67.The index says the others are "not part of the documented surface yet", so I want to check this is wanted before writing anything.
I've been going through the whole CLI command by command and have notes and verified output for all of them. I'd write them to match the existing pages (go.md / find.md / wait.md): frontmatter title, Synopsis, Description, Examples, See also.
Proposed: one PR per category, starting with a small one — the five navigation commands (back, forward, reload, url, title), plus the index update and the build_llms_txt.py entries — so you can check the format on a short diff before I do the other 46.
Two questions:
launch-test,bidi-test,ws-test) as one page or three?helpandcompletionget pages at all? They're excluded fromvibium commands, so I assume not.Happy to drop this if the smaller surface is intentional.