GitPedia

Docs

Documentation monorepo for Suborbital projects and products

From suborbital·Updated May 31, 2023·View on GitHub·

This repository contains the [documentation](https://suborbital.github.io/docs) for all projects under Suborbital. We are so glad that you want to contribute! The project is written primarily in JavaScript, distributed under the Apache License 2.0 license, first published in 2021.

The Suborbital documentation

This repository contains the documentation for all projects under Suborbital.
We are so glad that you want to contribute!

Using this repository

You can preview, use, and edit this repository locally using Docusaurus.
We use Docusaurus v2 and you would need the below listed prerequisites
installed locally to use the repository. Note: Docusaurus is automatically installed as a Nodejs module (see below).

Prerequisites

To use this repository, please ensure you have the following installed
before you start

Clone the git repository by using the below command

bash
git clone https://github.com/suborbital/docs.git

Running the website locally

Navigate to the docs/website folder and start up the website.

There are two ways of running the website in development:

npm

bash
cd docs/website npm install npm run start

Docker

bash
docker build . -t subo/docs docker run -p 8080:80 subo/docs

After the second command, you won't see any output, but can open the docs at localhost:8000

Spellcheck

In order to run spellcheck (the same way that CI runs it), you need to install the following:

macOS:

brew install aspell
pip3 install pyspelling pymdown-extensions

And then run

make spellcheck

Contributors

Showing top 11 contributors by commit count.

View all contributors on GitHub →

This article is auto-generated from suborbital/docs via the GitHub API.Last fetched: 6/25/2026