Skip to content

Latest commit

 

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Documentation

Building From Source

To build book:

mdbook build

To serve locally:

mdbook serve

Regenerate Forc SubCommand Docs

With forc installed running the command

cargo run --bin forc-documenter write-docs

will generate the proper docs for forc and its commands based on forc --help. This behavior is further documented in the Forc documenter README.