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 spiceaidocs directory contains the Docusaurus project, markdown files, and theme configurations.
Pre-requisites
Environment setup
- Ensure pre-requisites are installed
- Clone this repository
- Change to spiceaidocs directory:
- Install npm packages:
Run local server
- Make sure you're still in the
spiceaidocs
directory
- Run
- Navigate to
http://localhost:3000/
Update docs
- Fork repo into your account
- Create new branch
- Commit and push changes to forked branch
- Submit pull request from downstream branch to the upstream branch for the correct version you are targeting
- Staging site will automatically get created and linked to PR to review and test