Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Created a pull request template: https://github.com/hyperledger-labs/documentation-template/pull/12 (merged)


Had a conversation with the Caliper maintainer about enhancing the Caliper documentation.

The doc uses a custom template (https://hyperledger.github.io/caliper/, https://github.com/hyperledger/caliper/tree/gh-pages), which is designed pretty nicely, but there are some usability and maintainability issues:

  1. Accessibility options are not provided and would probably require manual implementation.
  2. Versioning of the documentation is manual and tedious (https://github.com/hyperledger/caliper/tree/gh-pages/docs), although it makes bug fixes or updates possible per version. But it's decoupled from the source code, so a separate PR must be submitted for the doc changes each time, making the update "not atomic."
  3. I'm really missing an export function, like a PDF, as done by the Fabric docs.

These are the current issues I can think of that probably arose for other projects too at some point, and could probably be subjected to some Hyperledger-level guideline/best practice/policy.