From 0f42c24d067060540cd12b58b39d020bc9e5b8e9 Mon Sep 17 00:00:00 2001 From: elijah-rou Date: Tue, 7 Jan 2025 05:04:46 +0000 Subject: [PATCH] Prettified Code! fix axum --- cerebrium/endpoints/custom-dockerfiles.mdx | 2 +- mint.json | 37 ++++++---------------- 2 files changed, 10 insertions(+), 29 deletions(-) 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"] } ] },