Skip to content

Commit 7bb0d7d

Browse files
authored
docs: update readme to point to Reunite (#1972)
1 parent fd8e46d commit 7bb0d7d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ Your API reference docs are in `redoc-static.html` by default.
6565
You can customize this in many ways.
6666
[Read the main docs](https://redocly.com/docs/cli/commands/build-docs) for more information.
6767

68-
> :bulb: Redocly also has [hosted API reference docs](https://redocly.com/docs/api-registry/guides/api-registry-quickstart/), a (commercial) alternative to Redoc.
69-
> Both Redoc and Redocly API reference docs can be worked on locally using the `preview-docs` command.
68+
> :bulb: Redocly also has [hosted API management solution](https://redocly.com/reunite/), a (commercial) alternative to Redoc.
69+
> Redoc, Revel, Reef, and Realm can be worked on locally using the `preview` command.
7070
7171
### Bundle multiple OpenAPI documents
7272

@@ -95,7 +95,7 @@ Other API Linters use complicated identifiers like JSONPath, but Redocly makes l
9595
You can either use the [built-in rules](https://redocly.com/docs/cli/rules) to mix-and-match your ideal API guidelines, or break out the tools to build your own.
9696

9797
**Format the output** in whatever way you need.
98-
The `stylish` output is as good as it sounds, but if you need JSON or Checkstyle outputs to integrate with other tools, the `lint` command can output those too.
98+
The `stylish` output is as good as it sounds, but if you need JSON, Markdown, Checkstyle and other outputs to integrate with other tools, the `lint` command can output those too.
9999

100100
**Multiple files supported** so you don't need to bundle your API description to lint it; just point Redocly CLI at the "entry point" (e.g.: `openapi.yaml`) and it handles the rest.
101101

0 commit comments

Comments
 (0)