Skip to content
This repository was archived by the owner on Aug 20, 2021. It is now read-only.

skalenetwork/documentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

724 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

SKALE Network Documentation

This repository contains all documentation files and pointers that serve https://skale.network/docs. It contains a combination of Markdown (md/mdx), AsciiDocs (adoc), and navigation schema (json).

To make changes, 1. First open an Issue to discuss your proposed changes. 2. Open a PR containing the suggested changes.

Please try to conform Markdown files to markdownlint.

Solidity Inline Docs

For docs generated from Solidity inline Natspec, OpenZepplin's solidity-docgen is used. Suggested formatting is:

/* @dev [Description of function]
 * [Line two of description]
 *
 * Emits a {EVENT_NAME} event.
 *
 * Requirements:
 * - First requirement description.
 * - Second requirement description.
 */
 function ...

Styles

Suggest to use a style linter such as Vale. Currently, the docs follow the Microsoft Writing Style Guide.

About

SKALE Network documentation

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 14