OPS Tabs
DocFX heading-based tab groups.
OPS Tabs#
DocFX tabs come from a run of same-level headings whose links are #tab/<id>. The group ends at a --- divider or a different heading.
Platform-specific instructions#
On Windows, install via the Microsoft Store or the official installer:
powershell
winget install YourPackage
Verify the install:
powershell
your-cli --version
Language preference#
ts
const greet = (name: string) => `Hello, ${name}!`;
console.log(greet("world"));
Tab state is sticky per group#
Pick a tab above, then reload — the selection is persisted in localStorage, keyed by the (sorted) set of tab ids in the group. The two tab groups on this page have independent selections.