mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-22 00:26:34 +03:00
6cbd96a24a
* Reorganizes the quickstart into a deployment guide and quickstart * Minor edits * fix: minor formatting issue * fix: simplify phrasing * Adds redirects, link to preview-docs docs, and other review edits * remove IE polyfills as IE is no longer supported Co-authored-by: Ivana Isadora Devcic <33730345+skadinna@users.noreply.github.com>
15 lines
430 B
YAML
15 lines
430 B
YAML
redoc:
|
|
- label: Quickstart
|
|
- page: redoc/quickstart.md
|
|
- group: Deployment
|
|
expanded: false
|
|
page: redoc/deployment/intro.md
|
|
pages:
|
|
- label: HTML element
|
|
page: redoc/deployment/html.md
|
|
- label: React component
|
|
page: redoc/deployment/react.md
|
|
- label: Docker image
|
|
page: redoc/deployment/docker.md
|
|
- label: Command-line interface
|
|
page: redoc/deployment/cli.md |