Skip to content

Commit 081f729

Browse files
committed
fix: Fix mintlify compilation error actually
1 parent 82808e5 commit 081f729

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

toml-reference/toml-reference.mdx

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@ The configuration is organized into the following main sections:
1515

1616
The `[cerebrium.deployment]` section defines core deployment settings.
1717

18-
| Option | Type | Default | Description |
19-
| --------------------------------- | -------- | ---------------------- | -------------------------------------------------------------------------------------------------------- |
20-
| name | string | required | Desired app name |
21-
| python_version | string | "3.12" | Python version to use (3.10, 3.11, 3.12) |
22-
| disable_auth | boolean | false | Disable default token-based authentication on app endpoints |
23-
| include | string[] | ["*"] | Files/patterns to include in deployment |
24-
| exclude | string[] | [".*"] | Files/patterns to exclude from deployment |
25-
| shell_commands | string[] | [] | Commands to run at the end of the build |
26-
| pre_build_commands | string[] | [] | Commands to run before dependencies install |
27-
| docker_base_image_url | string | "debian:bookworm-slim" | Base Docker image |
28-
| use_uv | boolean | false | Use UV for faster Python package installation |
29-
| deployment_initialization_timeout | integer | 600 (10 minutes) | The max time to wait for app initialisation during build before timing out. Value must be 60 <= x <= 830 |
18+
| Option | Type | Default | Description |
19+
| --------------------------------- | -------- | ---------------------- | -------------------------------------------------------------------------------------------------------------|
20+
| name | string | required | Desired app name |
21+
| python_version | string | "3.12" | Python version to use (3.10, 3.11, 3.12) |
22+
| disable_auth | boolean | false | Disable default token-based authentication on app endpoints |
23+
| include | string[] | ["*"] | Files/patterns to include in deployment |
24+
| exclude | string[] | [".*"] | Files/patterns to exclude from deployment |
25+
| shell_commands | string[] | [] | Commands to run at the end of the build |
26+
| pre_build_commands | string[] | [] | Commands to run before dependencies install |
27+
| docker_base_image_url | string | "debian:bookworm-slim" | Base Docker image |
28+
| use_uv | boolean | false | Use UV for faster Python package installation |
29+
| deployment_initialization_timeout | integer | 600 (10 minutes) | The max time to wait for app initialisation during build before timing out. Value must be between 60 and 830 |
3030

3131
<Info>
3232
Changes to python_version or docker_base_image_url trigger full rebuilds since
@@ -102,8 +102,7 @@ The `[cerebrium.runtime.custom]` section configures custom web servers and runti
102102

103103
<Info>
104104
The port specified in entrypoint must match the port parameter. All endpoints
105-
will be available at `https://api.aws.us-east-1.cerebrium.ai/v4/{project - id}
106-
/{app - name}/your/endpoint`
105+
will be available at `https://api.aws.us-east-1.cerebrium.ai/v4/{project-id}/{app-name}/your/endpoint`
107106
</Info>
108107

109108
## Hardware Configuration

0 commit comments

Comments
 (0)