Skip to content

Commit 64de51f

Browse files
committed
docs: update links in documentation to use consistent casing for Redocly config
1 parent 4b1bb84 commit 64de51f

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

website/docs/codegen/asyncapi/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ npx qraft asyncapi --plugin asyncapi-typescript ./asyncapi.yaml --output-dir src
3939
- `--redocly`
4040
- `--redocly ./my-redocly-config.yaml`
4141
- `qraft asyncapi events --redocly`
42-
- For more information about this option, use the command: `--redocly-help` or [read the docs](/codegen/CLI/redocly-config.mdx).
42+
- For more information about this option, use the command: `--redocly-help` or [read the docs](/codegen/cli/redocly-config.mdx).
4343
- **`--plugin <name_1> --plugin <name_2>`**: Generator plugins to be used. (choices: `asyncapi-typescript`)
4444
- Example: `--plugin asyncapi-typescript`
4545
- **`-h, --help`**: Display help for the command.

website/docs/codegen/openapi/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ npx qraft openapi --plugin tanstack-query-react --plugin openapi-typescript http
100100
- `--redocly` - use the default Redocly configuration file
101101
- `--redocly ./my-redocly-config.yaml` - use a custom Redocly configuration file
102102
- `qraft openapi my-api@v1 external-api --redocly` - generate clients for multiple APIs defined in the Redocly configuration
103-
- For more information about this option, use the command: `--redocly-help` or [read the docs](/codegen/CLI/redocly-config.mdx).
103+
- For more information about this option, use the command: `--redocly-help` or [read the docs](/codegen/cli/redocly-config.mdx).
104104

105105
- **`--service-name-base <endpoint[<index>] | tags>`:** Use OpenAPI Operation `endpoint[<index>]` path part (e.g.: `/0/1/2`) or `tags` as the base name of the service. _(optional, default: `endpoint[0]`)_.
106106
- **`endpoint[<index>]`** - Use the path segment (e.g., `/0/1/2`) as the base name for the service.
@@ -216,7 +216,7 @@ It is possible to use multiple plugins at the same time. For example, `--plugin
216216

217217
::::tip
218218
When generating multiple API client functions with different parameters, it might be more convenient to use a configuration file
219-
instead of command-line parameters. See the [Redocly configuration documentation](/codegen/CLI/redocly-config.mdx#generating-multiple-api-client-functions)
219+
instead of command-line parameters. See the [Redocly configuration documentation](/codegen/cli/redocly-config.mdx#generating-multiple-api-client-functions)
220220
for more details on how to configure multiple _create API client functions_ in a YAML file.
221221
::::
222222

website/docs/guides/directus-integration.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ apis:
119119

120120
:::tip
121121

122-
For more information about Redocly configuration options, see the [Redocly config support](/codegen/CLI/redocly-config.mdx) documentation.
122+
For more information about Redocly configuration options, see the [Redocly config support](/codegen/cli/redocly-config.mdx) documentation.
123123

124124
:::
125125

@@ -523,6 +523,6 @@ apis:
523523

524524
## Next Steps
525525

526-
- Learn more about [Redocly configuration](/codegen/CLI/redocly-config.mdx)
526+
- Learn more about [Redocly configuration](/codegen/cli/redocly-config.mdx)
527527
- 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

website/docs/hooks/useQuery.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ during code generation.
272272
You can specify which services and callback functions should be included in the client by default.
273273

274274
> 💡 When generating multiple API client functions with different parameters, it might be more convenient to use a configuration file
275-
> instead of command-line parameters. See the [Redocly configuration documentation](/codegen/CLI/redocly-config.mdx#generating-multiple-api-client-functions)
275+
> instead of command-line parameters. See the [Redocly configuration documentation](/codegen/cli/redocly-config.mdx#generating-multiple-api-client-functions)
276276
> for more details on how to configure multiple _create API client functions_ in a YAML file.
277277
278278
#### Example 1: All services but no callbacks by default

0 commit comments

Comments
 (0)