Skip to content

hyperledger-labs/cc-tools-doc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CC-Tools-Doc

How to contribute with this repository

  • Create new pages as markdown files inside the docs folder
  • Update the mkdocs.yml file with the new pages added on the repository
  • Add all images used by the documentation on the docs/img folder

Run the documentation locally

  • Install mkdocs (requires python3 and pip installed on your system)
pip install mkdocs
  • Serve the mkdocs server and access it via localhost:8000 on your browser
mkdocs serve
  • Build the documentation files to the site folder
mkdocs build

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published