/shuttle-docs

Primary LanguageNixApache License 2.0Apache-2.0

Shuttle Docs

Contributing

If you found an error in our docs, or you simply want to make them better, contributions are always appreciated!

Our docs are powered by mintlify. To run them for local development:

Install their cli:

yarn install

And from the root of the repository, run:

yarn mintlify dev

PS: This requires Node 18+

Contribution docs

Changes to community/contribute.mdx should be made in the main repo, since they will be automatically implemented here by the .github/workflows/replicate.yml workflow.