tree: 9038dbe8f5e9b0bae86d40ada4efda4bec57aa19 [path history] [tgz]
  1. specs/
  2. annotation.css
  3. Dockerfile
  4. mkdocs.yml
  5. README.md
server/protocols/jmap-draft/doc/README.md

Annotated JMAP documentation

This directory contains annotated jmap documentation as found on http://jmap.io/.

Annotations aim at tracking implementation progress in James project.

You can read it as an html site using the provided Dockerfile.

̀ $ docker build --tag=mkdocs . $ docker run --rm -p 8000:8000 mkdocs ̀

Then open http://localhost:8000/ in your browser.