mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-07 13:44:54 +03:00
Minor edits
This commit is contained in:
parent
db4c7fdfde
commit
385c730ce8
|
@ -4,9 +4,6 @@ title: Redoc deployment guide
|
||||||
|
|
||||||
# Redoc deployment guide
|
# Redoc deployment guide
|
||||||
|
|
||||||
This guide includes step-by-step instructions for how to get started using
|
|
||||||
Redoc to render your OpenAPI definition.
|
|
||||||
|
|
||||||
Redoc offers multiple options for rendering your OpenAPI definition.
|
Redoc offers multiple options for rendering your OpenAPI definition.
|
||||||
You should select the option that best fits your needs.
|
You should select the option that best fits your needs.
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: Redoc quickstart guide
|
title: Redoc quickstart guide
|
||||||
---
|
---
|
||||||
|
|
||||||
# TL;DR final code example
|
# Redoc quickstart guide
|
||||||
|
|
||||||
To render your OpenAPI definition using Redoc, use the following HTML code sample and
|
To render your OpenAPI definition using Redoc, use the following HTML code sample and
|
||||||
replace the `spec-url` attribute with the url or local file address to your definition.
|
replace the `spec-url` attribute with the url or local file address to your definition.
|
||||||
|
@ -49,4 +49,4 @@ more information.
|
||||||
:::
|
:::
|
||||||
|
|
||||||
For a more detailed explanation with step-by-step instructions and additional options for using Redoc to render
|
For a more detailed explanation with step-by-step instructions and additional options for using Redoc to render
|
||||||
your OpenAPI definition, refer to the [Redoc deployment guide](/deployment/intro)
|
your OpenAPI definition, refer to the [Redoc deployment guide](/deployment/intro).
|
Loading…
Reference in New Issue
Block a user