Minor edits

This commit is contained in:
Heather Cloward 2021-09-15 09:34:43 -04:00
parent db4c7fdfde
commit 385c730ce8
2 changed files with 2 additions and 5 deletions

View File

@ -4,9 +4,6 @@ title: 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.
You should select the option that best fits your needs.

View File

@ -2,7 +2,7 @@
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
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
your OpenAPI definition, refer to the [Redoc deployment guide](/deployment/intro)
your OpenAPI definition, refer to the [Redoc deployment guide](/deployment/intro).