This repository contains the source files for the Spice.ai OSS documentation website.
To view the published documentation, visit https://docs.spiceai.org.
To contribute to the documentation, follow the instructions below to set up a local development environment.
The Spice docs are built using Docusaurus hosted on GitHub Pages.
The website directory contains the Docusaurus project, markdown files, and theme configurations.
Docusaurus is installed as a project dependency and does not need to be installed globally.
website directory.http://localhost:3000/ in a browser. The local documentation site should appear, and changes to markdown files are reflected automatically.Fork this repository to your GitHub account.
Clone your fork and create a new branch:
Make changes to the markdown files in website/docs/.
Commit and push your changes:
Open a pull request from your branch to the trunk branch of the upstream repository.
A staging site is automatically generated and linked in the pull request for review.