diff options
author | David Lawrence <dkl@mozilla.com> | 2014-11-26 15:43:40 +0000 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2014-11-26 15:43:40 +0000 |
commit | fd1625fa45a5ed604b22a72ef77a7df762fbb7c0 (patch) | |
tree | 3086ad9119afacc20eb42e1b627cacd8f533f9bc /extensions/Example/docs/en/rst/api | |
parent | 45877e03a90ffdd5c21f8a9999375cf14f3aaa12 (diff) | |
download | bugs-fd1625fa45a5ed604b22a72ef77a7df762fbb7c0.tar bugs-fd1625fa45a5ed604b22a72ef77a7df762fbb7c0.tar.gz bugs-fd1625fa45a5ed604b22a72ef77a7df762fbb7c0.tar.bz2 bugs-fd1625fa45a5ed604b22a72ef77a7df762fbb7c0.tar.xz bugs-fd1625fa45a5ed604b22a72ef77a7df762fbb7c0.zip |
Bug 1038275: Comprehensible documentation for the REST API
r=gerv,a=glob
Diffstat (limited to 'extensions/Example/docs/en/rst/api')
-rw-r--r-- | extensions/Example/docs/en/rst/api/v1/index.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/extensions/Example/docs/en/rst/api/v1/index.rst b/extensions/Example/docs/en/rst/api/v1/index.rst new file mode 100644 index 000000000..02186bb0b --- /dev/null +++ b/extensions/Example/docs/en/rst/api/v1/index.rst @@ -0,0 +1,4 @@ +Example API v1 +============== + +Here is where you place your API docs for the Example extension. |