mirror of
https://github.com/LukeHagar/redocly-cli.git
synced 2025-12-07 04:21:11 +00:00
* docs: add a guide for linting Arazzo files * chore: fix formatting * Update docs/guides/lint-arazzo.md * Apply suggestions from code review Co-authored-by: JLekawa <164185257+JLekawa@users.noreply.github.com> * docs: More PR feedback and add the output sample * docs: fix a link --------- Co-authored-by: JLekawa <164185257+JLekawa@users.noreply.github.com>
44 lines
1.7 KiB
Markdown
44 lines
1.7 KiB
Markdown
---
|
|
seo:
|
|
title: Redocly CLI guides
|
|
description: Browse how-to guides for working with Redocly CLI
|
|
content:
|
|
cards:
|
|
- header: Redocly CLI quickstart
|
|
link: docs/cli/quickstart
|
|
text: Take your first steps with Redocly CLI.
|
|
- header: OpenAPI starter project
|
|
link: docs/cli/openapi-starter
|
|
text: Get started with OpenAPI and Redocly, using this sample project.
|
|
- header: Enforce response contents
|
|
link: docs/cli/guides/response-contains-property
|
|
text: How to create a custom rule to enforce response contents.
|
|
- header: Lint and bundle in one command
|
|
link: docs/cli/guides/lint-and-bundle
|
|
text: Combine lint and bundle commands, and check each command succeeds.
|
|
- header: Hide internal APIs
|
|
link: docs/cli/guides/hide-apis
|
|
text: How to hide internal APIs.
|
|
- header: Replace the server URL
|
|
link: docs/cli/guides/replace-servers-url
|
|
text: How to replace the server URL in different environments.
|
|
- header: Lint AsyncAPI descriptions
|
|
link: docs/cli/guides/lint-asyncapi
|
|
text: API governance for async and streaming API applications.
|
|
- header: Lint Arazzo descriptions
|
|
link: docs/cli/guides/lint-arazzo
|
|
text: Check the validity of Arazzo descriptions for workflows.
|
|
- header: Change the OAuth2 token URL
|
|
link: docs/cli/guides/change-token-url
|
|
text: How to change the OAuth2 token URL.
|
|
- header: Hide OpenAPI specification extensions
|
|
link: docs/cli/guides/hide-specification-extensions
|
|
text: How to create a custom decorator to hide OpenAPI specification extensions.
|
|
---
|
|
|
|
# Redocly CLI guides
|
|
|
|
A selection of guides to common tasks with Redocly CLI.
|
|
|
|
{% wideTileCards content=$frontmatter.content /%}
|