Files
redocly-cli/docs/guides/index.mdx
2022-10-10 17:29:01 -05:00

34 lines
1.0 KiB
Plaintext

---
title: Redocly CLI guides
description: Browse how-to guides for working with Redocly CLI
---
import { WideTile, Flex } from '@redocly/developer-portal/ui';
# Redocly CLI guides
Learn how to work with Redocly CLI.
<div>
<Flex justifyContent="space-between" flexWrap="wrap">
<WideTile to="../rules.md" header="Rules">
Learn about rules.
</WideTile>
<WideTile to="../decorators.md" header="Decorators">
Learn about decorators.
</WideTile>
<WideTile to="./response-contains-property.md" header="Enforce response contents">
How to create a custom rule to enforce response contents.
</WideTile>
<WideTile to="./hide-apis.md" header="Hide internal APIs">
How to hide internal APIs.
</WideTile>
<WideTile to="./replace-servers-url.md" header="Replace the server URL">
How to replace the server URL in different environments.
</WideTile>
<WideTile to="./change-token-url.md" header="Change the OAuth2 token URL">
How to change the OAuth2 token URL.
</WideTile>
</Flex>
</div>