docs: update community Slack URL to https://spice.ai/slack (#1752)
a month ago
Tweak font sizes
4 months ago
Rename Blog -> Releases (#1297)
* Rename Blog -> Releases
* Formatting
* Fix build errors
* Fix
* Add redirects
6 months ago
Fix links in documentation for Federated SQL Query recipes and update (#1423)
* Fix links in documentation for Federated SQL Query recipes and update IMAP connector references across multiple versions
* Refactor IMAP documentation across multiple versions to improve schema and parameter formatting
- Updated schema tables in imap.md for versions 1.5.x, 1.6.x, 1.7.x, 1.8.x, 1.9.x, and 1.10.x to enhance readability.
- Standardized parameter descriptions in IMAP connection settings for clarity.
- Adjusted formatting for file format support tables in index.md for versions 1.5.x, 1.6.x, 1.7.x, 1.8.x, and 1.9.x to ensure consistency.
3 months ago
docs: Expand deployment guide (CI/CD, GCP, read/write separation, cluster-sidecar) (#1651)
* docs: Add CI/CD deployment section with GitHub Actions guide
Adds a starter CI/CD page covering the spice-cloud-deploy-action GitHub
Action for Spice Cloud Platform deployments and pointers to the existing
Argo CD and Flux GitOps guides for self-hosted Kubernetes.
Refs #1049
* ci: trigger fresh CI run
* Add GCP integrations documentation and deployment guides
- Introduced a new document for GCP integrations detailing data connectors, AI models, embeddings, and authentication methods.
- Updated the main deployment guide to include GCP as a deployment target and outlined deployment architectures.
- Added a new guide for read/write separation to optimize data ingestion and querying workloads.
- Created a cluster-sidecar architecture document to explain the benefits and considerations of this deployment model.
- Updated snapshots documentation to reference the new read/write separation guide and clarified configuration options.
* fix: update tags in read/write separation documentation to reflect Kubernetes and Helm
* fix: update links in GCP deployment and read/write separation documentation for consistency
* fix: remove unnecessary semicolon in hybrid architecture documentation
---------
Co-authored-by: claudespice <claudespice@users.noreply.github.com>
Co-authored-by: Luke Kim <80174+lukekim@users.noreply.github.com>
2 months ago
v1.11 Documentation (#1296)
* Remove OTel ports from docs (#1270)
* Docs for Google (#1286)
Co-authored-by: Evgenii Khramkov <evgenii@spice.ai>
Co-authored-by: Luke Kim <80174+lukekim@users.noreply.github.com>
* Parameterized Queries docs (#1298)
* Paramterized Queries docs
* Formatting
* Add SMB and NFS Data Connector Docs (#1295)
* Add SMB & NFS Data Connector docs
* Fixes
* formatting
* Rename "params" key (#1300)
* Fix params (#1301)
* Update Dynamodb Authentication (#1304)
* Update Dynamodb Auth
* Update
* Cayenne: document cayenne_file_path and cayenne_metadata_dir (#1307)
* Update snapshots documentation (#1318)
* Update snapshots documentation
* Fix
* Docs for snapshots_reset_expiry_on_load (#1322)
* Minor fixes for DynamoDB (#1323)
* Minor fixes for DynamoDB
* Minor fix
* Update Distributed Query docs for v1.11 changes (#1326)
* Update Distributed Query docs for v1.11 changes
* Update website/docs/features/distributed-query/index.md
Co-authored-by: Jack Eadie <jack@spice.ai>
---------
Co-authored-by: Jack Eadie <jack@spice.ai>
* ScyllaDB Data Connector docs (#1325)
* Add Arrow Hash Index docs (#1324)
* Add Arrow Hash Index docs
* Formatting
* Add versioning support (#1308)
* Add versioning support
* Fix: empty versions array until release branches exist
* Enable versioned docs for release/1.11 branch
* Fix: resolve git refs with origin/ prefix for CI
* Fix: run git archive from repo root
* Fix: serve current docs at /docs, versioned docs at /docs/v1.11
* fix(versioning): only show unmaintained banner for versions outside maintenance window
* Update to 1
* feat(versioning): add enterprise support note on unmaintained version banner
* feat(versioning): add support for unreleased docs from trunk
- Current docs (trunk) now served at /docs/next with 'unreleased' banner
- Latest release branch served at /docs as the default
- Previous versions continue at /docs/v1.11, etc.
* Move to right
* feat(versioning): auto-detect release branches from git
- Script now auto-detects release/<major>.<minor> branches
- No manual VERSIONS array maintenance required
- Creating a new release branch automatically adds version to docs
* Fix
* fix(versioning): highest version is 'next', second highest is 'latest'
- v1.11.x (highest) → Next (unreleased) at /docs/next
- v1.10.x (second) → Latest (stable) at /docs
- Trunk docs available at /docs/trunk
- Previous versions at /docs/v1.9, etc.
* fix(versioning): warn on broken links for cross-version compatibility
Older release branches may contain absolute links to docs pages that
don't exist in all versions. Setting onBrokenLinks to 'warn' allows
the build to succeed while still reporting these issues.
* Fixes
* Fixes
* Update menu
* Improve SMB docs (#1328)
* Improve copilot instructions
* Improve SMB docs
---------
Co-authored-by: Phillip LeBlanc <phillip@spice.ai>
Co-authored-by: Jack Eadie <jack@spice.ai>
Co-authored-by: Evgenii Khramkov <evgenii@spice.ai>
Co-authored-by: Viktor Yershov <viktor@spice.ai>
Co-authored-by: Sergei Grebnov <sergei.grebnov@gmail.com>