diff --git a/cerebrium/endpoints/custom-dockerfiles.mdx b/cerebrium/endpoints/custom-dockerfiles.mdx index 1754479..d5930d9 100644 --- a/cerebrium/endpoints/custom-dockerfiles.mdx +++ b/cerebrium/endpoints/custom-dockerfiles.mdx @@ -8,7 +8,7 @@ compiled Rust, as long as you supply a Dockerfile to build your application with ## Building Custom Dockerized applications -Here's a straightforward Rust API server in the Axon Framework to demonstrate how this works: +Here's a straightforward Rust API server in the Axum Framework to demonstrate how this works: ```rust use axum::{ diff --git a/mint.json b/mint.json index 47de327..f0acaa3 100644 --- a/mint.json +++ b/mint.json @@ -4,9 +4,7 @@ "light": "/logo/light.svg", "dark": "/logo/dark.svg" }, - "versions": [ - "v4" - ], + "versions": ["v4"], "favicon": "/favicon.png", "colors": { "primary": "#EB3A6F", @@ -83,9 +81,7 @@ }, { "group": "Container Images", - "pages": [ - "cerebrium/container-images/defining-container-images" - ] + "pages": ["cerebrium/container-images/defining-container-images"] }, { "group": "GPUs and Other Resources", @@ -104,9 +100,7 @@ }, { "group": "Deployments", - "pages": [ - "cerebrium/deployments/ci-cd" - ] + "pages": ["cerebrium/deployments/ci-cd"] }, { "group": "Endpoints", @@ -123,15 +117,11 @@ }, { "group": "Storage", - "pages": [ - "cerebrium/storage/managing-files" - ] + "pages": ["cerebrium/storage/managing-files"] }, { "group": "Integrations", - "pages": [ - "cerebrium/integrations/vercel" - ] + "pages": ["cerebrium/integrations/vercel"] }, { "group": "Other concepts", @@ -150,9 +140,7 @@ "v4/examples/featured", { "group": "Advanced Concepts", - "pages": [ - "v4/examples/mistral-vllm" - ] + "pages": ["v4/examples/mistral-vllm"] }, { "group": "Large Language Models", @@ -163,9 +151,7 @@ }, { "group": "Integrations", - "pages": [ - "v4/examples/langchain-langsmith" - ] + "pages": ["v4/examples/langchain-langsmith"] }, { "group": "Voice", @@ -177,16 +163,11 @@ }, { "group": "Image & Video", - "pages": [ - "v4/examples/comfyUI", - "v4/examples/sdxl" - ] + "pages": ["v4/examples/comfyUI", "v4/examples/sdxl"] }, { "group": "Python Apps", - "pages": [ - "v4/examples/asgi-gradio-interface" - ] + "pages": ["v4/examples/asgi-gradio-interface"] } ] },