Skip to content

qeda/docs.qeda.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QEDA Documentation

Publish Status

Documentation for QEDA project.

👉 https://docs.qeda.org

Contribution

  1. Install Rust language using rustup.

  2. Install mdBook:

    cargo install mdbook --vers "0.4.3"
    # or
    make prepare
  3. Edit source files then save.

  4. Build documentation:

    mdbook build
    # or
    make
  5. View:

    mdbook serve
    # or
    make serve

    Then open in browser: http://localhost:3000/

  6. Create a pull-request.

License

This repository is licensed under the MIT license.

Sponsor this project