Skip to content
This repository has been archived by the owner on Feb 26, 2022. It is now read-only.

oasisprotocol/old-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.