Skip to content

Commit

Permalink
docs: Fix an outdated admonition format (#1711)
Browse files Browse the repository at this point in the history
  • Loading branch information
lornajane authored Sep 4, 2024
1 parent ed52a91 commit 1002e80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
5 changes: 2 additions & 3 deletions docs/guides/lint-asyncapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,12 @@ opportunities to make sure that your AsyncAPI spec conforms with expectations
(we'd also love to see what you're building, it helps us know how things are
going!).

:::info Custom plugins

{% admonition type="info" name="Custom plugins" %}
For those users with advanced requirements and JavaScript skills, the [custom
plugins](../custom-plugins/index.md) feature offers some extension points if you need
them.

:::
{% /admonition %}

## Supported protocols

Expand Down
6 changes: 0 additions & 6 deletions docs/guides/migrate-from-swagger-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,8 @@ redocly lint openapi.yml

You can add more [built-in rules](../rules/built-in-rules.md) by adding them in the configuration file, and adjust the level of the messages by using `warn` rather than `error`.

<!-- :::info Redocly configuration -->

<!-- :::info Redocly configuration -->

Learn more about [configuring Redocly CLI](../configuration/index.md) in the documentation.

<!-- ::: -->

## Bundle OpenAPI/Swagger into a single file

While the OpenAPI (and earlier Swagger) standards were designed to use `$ref` reference syntax and re-use elements of API descriptions across mulitple files, not all tools support this. If there's a tool in your API lifecycle that needs a single file, you can still use mulitple files for the day-to-day work, and then "bundle" the API description into a single file for use by another tool.
Expand Down

1 comment on commit 1002e80

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟡 Statements 78.05% 4871/6241
🟡 Branches 66.43% 2007/3021
🟡 Functions 72.52% 805/1110
🟡 Lines 78.34% 4592/5862

Test suite run success

786 tests passing in 118 suites.

Report generated by 🧪jest coverage report action from 1002e80

Please sign in to comment.