mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-21 16:16:33 +03:00
docs(all): change admonition type to 'info' (#2608)
This commit is contained in:
parent
1593d01936
commit
11912f5d91
|
@ -44,7 +44,7 @@ replace the `spec-url` attribute with the URL or local file address to your defi
|
|||
</html>
|
||||
```
|
||||
|
||||
{% 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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user