Skip to content

Commit 3f5dece

Browse files
authored
docs: use index convention (#462)
1 parent bc23e3b commit 3f5dece

File tree

9 files changed

+6
-8
lines changed

9 files changed

+6
-8
lines changed

website/docs/en/config/lib/dts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export default {
8888

8989
::: note
9090

91-
[@microsoft/api-extractor](https://github.com/microsoft/rushstack/tree/main/apps/api-extractor) only supports bundle DTS for single entry. If you want to generate bundle DTS for multiple entries, you can add extra lib configuration in [lib](/config/lib) field to split multiple entries into multiple lib configurations.
91+
[@microsoft/api-extractor](https://github.com/microsoft/rushstack/tree/main/apps/api-extractor) only supports bundle DTS for single entry. If you want to generate bundle DTS for multiple entries, you can add extra lib configuration in [lib](/config/lib/) field to split multiple entries into multiple lib configurations.
9292

9393
:::
9494

File renamed without changes.
File renamed without changes.

website/docs/en/config/rsbuild/output.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,5 @@ Used to set whether to generate source map files, and which format of source map
9999
Setting the build target of Rsbuild.
100100

101101
:::info
102-
Check out the [Solution](/guide/solution) to learn more about the build target.
102+
Check out the [Solution](/guide/solution/) to learn more about the build target.
103103
:::

website/docs/en/framework/typescript.mdx

Lines changed: 0 additions & 1 deletion
This file was deleted.

website/docs/en/framework/vue.mdx

Lines changed: 0 additions & 1 deletion
This file was deleted.

website/docs/en/guide/advanced/storybook.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ You can create a new project with Storybook by using [create-rslib](/guide/start
1515

1616
### Setup a Rslib project
1717

18-
This is the prerequisite for setting up Storybook. You need to have a Rslib project with components that you want to showcase in Storybook, check out [Solution](/guide/solution) to setup a Rslib project.
18+
This is the prerequisite for setting up Storybook. You need to have a Rslib project with components that you want to showcase in Storybook, check out [Solution](/guide/solution/) to setup a Rslib project.
1919

2020
### Add Storybook to project
2121

website/docs/en/guide/basic/configure-rslib.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ export default {
8282

8383
The configuration file exports a default object that includes a `lib` array and shared Rsbuild configuration options. You can find detailed descriptions of all configs on the [Configure Overview](/config/) page.
8484

85-
- **[Lib Configurations](/config/lib) (at least one object is required)**: The `lib` array contains multiple objects, each representing a set of independent configurations that will generate different outputs. Each object within the `lib` array can specify unique configurations, which is a superset of Rsbuild
85+
- **[Lib Configurations](/config/lib/) (at least one object is required)**: The `lib` array contains multiple objects, each representing a set of independent configurations that will generate different outputs. Each object within the `lib` array can specify unique configurations, which is a superset of Rsbuild
8686
configurations along with Rslib's specific configurations.
87-
- **Shared [Rsbuild Configurations](/config/rsbuild) (optional)**: Outside the `lib` array, there are shared Rsbuild configuration options that will be deep merged with independent Rsbuild configuration of each `lib` configuration object.
87+
- **Shared [Rsbuild Configurations](/config/rsbuild/) (optional)**: Outside the `lib` array, there are shared Rsbuild configuration options that will be deep merged with independent Rsbuild configuration of each `lib` configuration object.
8888

8989
Rslib generates corresponding Rsbuild [environments](https://rsbuild.dev/guide/advanced/environments) configurations based on the multiple build configurations of different output formats. You can view the final generated configurations through the [configuration debug](#configuration-debug) documentation.
9090

@@ -175,7 +175,7 @@ export default defineConfig({
175175

176176
In Rslib project, you can configure Rsbuild related configurations in both `lib` configuration object and shared configuration section.
177177

178-
Common-used Rsbuild configurations in library development are listed at [Rsbuild Configuration](/config/rsbuild).
178+
Common-used Rsbuild configurations in library development are listed at [Rsbuild Configuration](/config/rsbuild/).
179179

180180
You can also refer to the [Rsbuild Configuration](https://rsbuild.dev/config/index#config-overview) for checking the complete configuration items.
181181

File renamed without changes.

0 commit comments

Comments
 (0)