Skip to content

Commit 9732635

Browse files
committed
docs: rename index.mdx to README.mdx
1 parent 30ee7f8 commit 9732635

30 files changed

Lines changed: 165 additions & 136 deletions

File tree

File renamed without changes.
File renamed without changes.

docs/pages/configuration/deployments/index.mdx renamed to docs/pages/configuration/deployments/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ deployments:
107107
</Tabs>
108108
109109
:::info Sequential and Concurrent Deployment
110-
Deployments, like images, will be processed in parallel by default. To process deployments sequentially, you can specify it as a dependency, or override the pipeline and call [create_deployments](../../configuration/functions/index.mdx#create_deployments) sequentially.
110+
Deployments, like images, will be processed in parallel by default. To process deployments sequentially, you can specify it as a dependency, or override the pipeline and call [create_deployments](../../configuration/functions/README.mdx#create_deployments) sequentially.
111111
:::
112112
113113
## Run Deployments

docs/pages/configuration/deployments/helm/index.mdx renamed to docs/pages/configuration/deployments/helm/README.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ deployments:
135135
```
136136

137137
### `updateImageTags`
138-
The `updateImageTags` option expects a boolean stating if DevSpace should do [Image Tag Replacement](../index.mdx#3-tag-replacement).
138+
The `updateImageTags` option expects a boolean stating if DevSpace should do [Image Tag Replacement](../README.mdx#3-tag-replacement).
139139

140140
When set to `true`, DevSpace searches all your values (specified via `values` or `valuesFiles`) for images that are defined in the `images` section of the `devspace.yaml`. If DevSpace finds an image, it replaces or appends the image tag with the tag it created during the image building process. Image tag replacement makes sure that your application will always be started with the most up-to-date image that DevSpace has built for you.
141141

@@ -266,7 +266,7 @@ The `values` option expects an object with values that should be overriding the
266266

267267
Compared to the `valuesFiles` option, using `values` has the following advantages:
268268
- It is easier to comprehend and faster to find (no references)
269-
- It allows you to use [dynamic config variables](../../variables/index.mdx)
269+
- It allows you to use [dynamic config variables](../../variables/README.mdx)
270270

271271
:::info
272272
Because both, `values` and `valuesFiles`, have advantages and disadvantages, it is often useful to combine them. When setting both, values defined in `values` have precedence over values defined in `valuesFiles`.

docs/pages/configuration/deployments/kubectl/index.mdx renamed to docs/pages/configuration/deployments/kubectl/README.mdx

File renamed without changes.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The following flags are available for all commands that trigger image building:
3939

4040

4141
## Development Process
42-
The development process first runs the [deployment process](../../configuration/deployments/index.mdx) (1. - 4.) and then continues with starting the development-specific features.
42+
The development process first runs the [deployment process](../../configuration/deployments/README.mdx) (1. - 4.) and then continues with starting the development-specific features.
4343

4444
### 1. Deploy Dependencies
4545

@@ -188,7 +188,7 @@ DevSpace allows you to share commands for common development tasks which can be
188188
```bash
189189
devspace list commands
190190
```
191-
Learn how to [configure shared commands for `devspace run`](../../configuration/commands/index.mdx).
191+
Learn how to [configure shared commands for `devspace run`](../../configuration/commands/README.mdx).
192192

193193

194194
### `devspace list deployments`
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)