From 11912f5d9160aa21a5230ae48b9f6872cc01fe35 Mon Sep 17 00:00:00 2001 From: Taylor Krusen Date: Fri, 18 Oct 2024 07:47:56 -0700 Subject: [PATCH] docs(all): change admonition type to 'info' (#2608) --- docs/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart.md b/docs/quickstart.md index f133823eb0..5cd86e9b09 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -44,7 +44,7 @@ replace the `spec-url` attribute with the URL or local file address to your defi ``` -{% admonition type="attention" name="Redoc requires an HTTP server to run locally" %} +{% admonition type="info" name="Redoc requires an HTTP server to run locally" %} Loading local OpenAPI definitions is impossible without running a web server because of issues with [same-origin policy](https://developer.mozilla.org/en-US/docs/Web/Security/Same-origin_policy) and other security reasons. Refer to [Running Redoc locally](./deployment/intro.md#how-to-run-redoc-locally) for more information.