HelpLogin
© 2022-2025 Spice AI, Inc.
SQL Query ReferenceDocsFAQSupport
PrivacyTerms
Status
Home
Datasets
Models
trunk
Edit on GitHub
Fork
/docs/README.md
spiceai/docs/README.md

Spice.ai OSS documentation

If you are looking to explore the Spice.ai OSS documentation, please go to the documentation website:

https://docs.spiceai.org

This repo contains the markdown files which generate the above website. See below for guidance on running with a local environment to contribute to the docs.

Overview

The Spice docs are built using Docusaurus hosted on GitHub Pages.

The website directory contains the Docusaurus project, markdown files, and theme configurations.

Pre-requisites

  • Node.js
  • Docusaurus

Environment setup

  1. Ensure pre-requisites are installed
  2. Clone this repository
  1. Change to website directory:
  1. Install npm packages:

Run local server

  1. Make sure you're still in the website directory
  2. Run
  1. Navigate to http://localhost:3000/

Update docs

  1. Fork repo into your account
  2. Create new branch
  3. Commit and push changes to forked branch
  4. Submit pull request from downstream branch to the upstream branch for the correct version you are targeting
  5. Staging site will automatically get created and linked to PR to review and test
git clone https://github.com/spiceai/docs.git
git clone https://github.com/spiceai/docs.git
cd ./docs/website
cd ./docs/website
npm install
npm install
npm start
npm start