Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.34 KB

README.md

File metadata and controls

40 lines (28 loc) · 1.34 KB

Skynet SDK Docs

Documentation for the Skynet SDKs in various languages:

as well as the Skynet CLI (written in Go).

Unofficial SDKs are not documented here.

Status of SDKs

Please see here for the current status of the SDKs.

Contributing

To contribute to the docs, you should only directly modify the source/index.html.md file and/or any files in source/includes/.

Make sure you run ./update-latest.sh before making changes. This sets up a hook that ensures that the permanent link files also get updated when you commit. For example, if the latest version is v2 and you made changes to source/index.html.md, the hook ensures that the changes are propogated to source/v2/index.html.md. These changes should also be committed.

See Skynet SDK Publishing for more info.

Building the docs

For information on building the docs using Slate see here.