Live demo
Below is a sample flow inspired by install docs: pick an OS, then a package manager, then see the command.
No JavaScript: full linear outline of steps is shown below.
- Choose your operating system
- Linux
- Which package manager?
- npm
- Install Antora globally: npm i -g @antora/cli
- pnpm
- Install Antora globally: pnpm add -g @antora/cli
- Yarn
- Install Antora globally: yarn global add @antora/cli
Choose your operating system
Which package manager?
Install Antora globally:
npm i -g @antora/cliInstall Antora globally:
pnpm add -g @antora/cliInstall Antora globally:
yarn global add @antora/cli
Use Back and Start over to try another path. The URL query string stores your choices (for example iflow_install-antora=linux,npm) so you can share a link.
|