From 385c730ce81476a8181b04e6e77c3048d617ef44 Mon Sep 17 00:00:00 2001 From: Heather Cloward Date: Wed, 15 Sep 2021 09:34:43 -0400 Subject: [PATCH] Minor edits --- docs/deployment/intro.md | 3 --- docs/quickstart.md | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/deployment/intro.md b/docs/deployment/intro.md index 1428d0fd..b54120e7 100644 --- a/docs/deployment/intro.md +++ b/docs/deployment/intro.md @@ -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. diff --git a/docs/quickstart.md b/docs/quickstart.md index 0c4d2e57..2f290ff6 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -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) \ No newline at end of file +your OpenAPI definition, refer to the [Redoc deployment guide](/deployment/intro). \ No newline at end of file