Skip to content

Commit 61d0d55

Browse files
committed
Fix
1 parent 0dcf2b4 commit 61d0d55

3 files changed

Lines changed: 15 additions & 9 deletions

File tree

website/docs/deployment/cloud/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ title: 'Spice Cloud Platform Deployment'
33
description: 'Guide to deploying data and AI applications using the managed Spice Cloud Platform'
44
sidebar_label: 'Spice Cloud Platform'
55
sidebar_position: 3
6-
pagination_prev: 'deployment/kubernetes'
7-
pagination_next: null
86
---
97

108
The Spice Cloud Platform is a managed, cloud-hosted solution designed for deploying data and AI applications and agents. It provides a secure and efficient compute environment powered by Spice.ai OSS, offering building blocks including high-speed SQL queries, LLM inference, vector search, and retrieval-augmented generation (RAG).

website/docs/deployment/index.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,22 @@ title: 'Deployment'
33
sidebar_label: 'Deployment'
44
description: 'Deploy Spice.ai in your environment'
55
sidebar_position: 11
6-
pagination_prev: null
7-
pagination_next: null
86
---
97

108
Learn how to deploy Spice.ai in your environment.
119

12-
- [Kubernetes (Helm)](/docs/deployment/kubernetes)
13-
- [Docker](/docs/deployment/docker)
14-
- [Spice Cloud](/docs/deployment/cloud)
10+
## Deployment Architectures
11+
12+
- [Overview](/docs/deployment/architectures/index.md)
13+
- [Sidecar Deployment](architectures/sidecar.md)
14+
- [Microservice Deployment (Single or Multiple Replicas)](architectures/microservice.md)
15+
- [Tiered Deployment](architectures/tiered.md)
16+
- [Cloud-Hosted in the Spice Cloud Platform](architectures/hosted.md)
17+
- [Sharded Deployment](architectures/sharded.md)
18+
- [Cluster Deployment (Spice.ai Enterprise)](architectures/cluster.md)
19+
20+
## Deployment Guides
21+
22+
- [Kubernetes (Helm)](kubernetes/index.md)
23+
- [Docker](docker/index.md)
24+
- [Spice Cloud](cloud/index.md)

website/docs/deployment/kubernetes/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ title: 'Helm - Kubernetes'
33
sidebar_label: 'Helm - Kubernetes'
44
sidebar_position: 2
55
description: 'Deploy Spice.ai in Kubernetes using Helm.'
6-
pagination_prev: 'deployment/index'
7-
pagination_next: 'deployment/cloud'
86
tags:
97
- deployment
108
- kubernetes

0 commit comments

Comments
 (0)