Skip to content

Commit

Permalink
API doc lists explicit clickable examples; fixes #66
Browse files Browse the repository at this point in the history
  • Loading branch information
bast committed Oct 18, 2018
1 parent 1cabd72 commit 000ac20
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions doc/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ This API is the future::

/v3/<engine>/<engine_version>/<repo>/<branch>/<path>/

Example:

/v3/remark/0.14.0/github.com/bast/cicero/master/demo/talk.md
Example: https://cicero.xyz/v3/remark/0.14.0/github.com/bast/cicero/master/demo/talk.md/


v2
Expand All @@ -24,14 +22,12 @@ This API is currently the default::

/v2/remark/github/<namespace>/<repo>/<branch>/<path>/

Example:

/v2/remark/github/bast/cicero/master/demo/talk.md
Example: https://cicero.xyz/v2/remark/github/bast/cicero/master/demo/talk.md


v1
==

This API is deprecated but supported::
This API is deprecated since it does not allow talks in subdirectories::

/v1/github/<namespace>/<repo>/<branch>/<path>/remark/

0 comments on commit 000ac20

Please sign in to comment.