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 Oct 10, 2023
1 parent 85a5c6b commit c4ae8fa
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/guides/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,25 @@ seo:
content:
cards:
- header: Redocly CLI quickstart
link: docs/api-registry/cli/quickstart
link: docs/cli/quickstart
text: Take your first steps with Redocly CLI.
- header: OpenAPI starter project
link: docs/api-registry/cli/openapi-starter
link: docs/cli/openapi-starter
text: Get started with OpenAPI and Redocly, using this sample project.
- header: Enforce response contents
link: docs/api-registry/cli/guides/response-contains-property
link: docs/cli/guides/response-contains-property
text: How to create a custom rule to enforce response contents.
- header: Hide internal APIs
link: docs/api-registry/cli/guides/hide-apis
link: docs/cli/guides/hide-apis
text: How to hide internal APIs.
- header: Replace the server URL
link: docs/api-registry/cli/guides/replace-servers-url
link: docs/cli/guides/replace-servers-url
text: How to replace the server URL in different environments.
- header: Change the OAuth2 token URL
link: docs/api-registry/cli/guides/change-token-url
link: docs/cli/guides/change-token-url
text: How to change the OAuth2 token URL.
- header: Hide OpenAPI specification extensions
link: docs/api-registry/cli/guides/hide-specification-extensions
link: docs/cli/guides/hide-specification-extensions
text: How to create a custom decorator to hide OpenAPI specification extensions.
---

Expand Down

1 comment on commit c4ae8fa

@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 75.9% 3999/5269
🟡 Branches 65.82% 2130/3236
🟡 Functions 67.92% 648/954
🟡 Lines 76.09% 3748/4926

Test suite run success

636 tests passing in 93 suites.

Report generated by 🧪jest coverage report action from c4ae8fa

Please sign in to comment.