Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 475 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 475 Bytes

SCALE documentation

This repository contains the source code for the SCALE documentation and examples.

The documentation can be viewed at https://docs.scale-lang.com/.

The root of the documentation files is at docs/README.md.

Pull requests are welcomed!

Compiling the manual

Needed Python modules:

  • pymdown-extensions
  • mkdocs-material

Development:

mkdocs serve

Generating:

mkdocs build