/docs.qeda.org

QEDA documentation

Primary LanguageMakefileMIT LicenseMIT

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.