Skip to content

Commit

Permalink
sync: Synced local 'docs/' with remote 'docs/cli/'
Browse files Browse the repository at this point in the history
  • Loading branch information
redocly-bot committed Nov 24, 2021
1 parent 4343f67 commit 26e851a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
3 changes: 1 addition & 2 deletions docs/configuration/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ import { WideTile, Flex } from '@redocly/developer-portal/ui';
Customize OpenAPI CLI by editing configuration files.

<div>

<Flex justifyContent="space-between">
<Flex justifyContent="space-between" flexWrap="wrap">
<WideTile to="./configuration-file.mdx" header="Configuration file">
Working with the OpenAPI CLI configuration file
</WideTile>
Expand Down
10 changes: 1 addition & 9 deletions docs/guides/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,13 @@ import { WideTile, Flex } from '@redocly/developer-portal/ui';
Learn how to work with OpenAPI CLI.

<div>

<Flex justifyContent="space-between">
<Flex justifyContent="space-between" flexWrap="wrap">
<WideTile to="./lint.md" header="Managing the lint configuration">
How to configure the lint tool
</WideTile>
<WideTile to="./response-contains-property.md" header="Enforcing response contents">
How to create a custom rule to enforce response contents
</WideTile>
</Flex>
</div>


<div>

<Flex justifyContent="space-between">
<WideTile to="./hide-apis.md" header="Hiding internal APIs">
How to hide internal APIs
</WideTile>
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Additional information on concepts, features, and functionalities related to Ope

<div>

<Flex justifyContent="space-between">
<Flex justifyContent="space-between" flexWrap="wrap">
<WideTile to="./built-in-rules.md" header="Built-in lint rules">
List of built-in lint rules provided with OpenAPI CLI
</WideTile>
Expand Down

0 comments on commit 26e851a

Please sign in to comment.