This repository contains the markdown files which are used to display documentation on our website.
To make changes to our docs, you can open a pull request in this repository. You can typically edit the files directly using the GitHub web interface, but you can also clone our repository and make your edits locally. To do this you can follow these instructions:
git clone ssh://git@github.com/<username>/spacetime-docs
git add .
git commit -m "A specific description of the changes I made and why"
git checkout -b a-branch-name-that-describes-my-change
git push -u origin a-branch-name-that-describes-my-change
NOTE! If you make a change to
nav.ts
you will have to runnpm run build
to generate a newdocs/nav.js
file.
This documentation repository is licensed under Apache 2.0. See LICENSE.txt for more details.