Skip to content

Commit 6fcd710

Browse files
committed
docs: rename CLI documentation file from cli.mdx to index.mdx for consistency
1 parent 29f1c60 commit 6fcd710

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

File renamed without changes.

website/docs/codegen/CLI/redocly-config.mdx renamed to website/docs/codegen/cli/redocly-config.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ apis:
210210

211211
Qraft allows you to generate multiple _create API client functions_ with different parameters using the `--create-api-client-fn`
212212
option. This is particularly useful when you need to create specialized clients for different environments or use cases.
213-
For more information on using options, please explore the [CLI documentation](/codegen/CLI/cli.mdx).
213+
For more information on using options, please explore the [CLI documentation](/codegen/cli/index.mdx).
214214

215215
Here's an example of how to configure multiple _create API client functions_:
216216

website/docs/guides/directus-integration.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ npx openapi-qraft \
290290

291291
:::info
292292

293-
For a complete list of CLI options, see the [CLI documentation](/codegen/CLI/cli.mdx).
293+
For a complete list of CLI options, see the [CLI documentation](/codegen/cli/index.mdx).
294294

295295
:::
296296

@@ -524,5 +524,5 @@ apis:
524524
## Next Steps
525525

526526
- Learn more about [Redocly configuration](/codegen/CLI/redocly-config.mdx)
527-
- Explore [CLI options](/codegen/CLI/cli.mdx) for advanced customization, including the `--operation-parameters-type-wrapper` option
527+
- Explore [CLI options](/codegen/cli/index.mdx) for advanced customization, including the `--operation-parameters-type-wrapper` option
528528
- Check out the [Quick Start guide](/getting-started/quick-start.mdx) for general usage patterns

0 commit comments

Comments
 (0)