oasisprotocol / old-docs

Oasis platform documentation
https://docs.oasis.dev
Apache License 2.0
0 stars 8 forks source link

Oasis Docs

These docs are hosted at docs.oasis.dev and are built using Vuepress.

Contributing

You can help make these docs excellent by submitting issues and PRs for things that are unclear or need improvement.

Before submitting a pull request, make sure to run npx markdownlint-cli src/ and fix the reported Markdown issues.

When adding new files, be sure to add the paths to this file, otherwise the files will not be displayed.

Generating the docs

To preview docs as you're editing them, run cd src && npx vuepress dev. Please try to do this when creating large PRs.

Don't worry about building the docs (using vuepress build). CI does this for you when your PR is merged, which means that small changes can be made directly from the web UI.