diff options
author | VirtualTam <virtualtam@flibidi.net> | 2017-08-05 11:56:24 +0200 |
---|---|---|
committer | VirtualTam <virtualtam@flibidi.net> | 2017-08-05 11:56:24 +0200 |
commit | 43ad7c8e825057747ccf02049050b323878952a7 (patch) | |
tree | 3160fd640c42f41a38d6c1df2cd4e020f87942ae /doc/md/REST-API.md | |
parent | b4ff0afb24db6e4cb3543bbd71f01bbb0716b144 (diff) | |
download | Shaarli-43ad7c8e825057747ccf02049050b323878952a7.tar.gz Shaarli-43ad7c8e825057747ccf02049050b323878952a7.tar.zst Shaarli-43ad7c8e825057747ccf02049050b323878952a7.zip |
documentation: fix rendering and internal references
This is mainly cleanup after switching from Github-flavoured Markdown
rendered by Github Pages, to standard Markdown rendered by MkDocs.
Changed:
- rephrase some section titles
Fixed:
- list rendering (items, sub-items))
- code rendering
- quotes
- dead links
Removed:
- extraneous navigational elements
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
Diffstat (limited to 'doc/md/REST-API.md')
-rw-r--r-- | doc/md/REST-API.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/md/REST-API.md b/doc/md/REST-API.md index 8f3f7303..f872744e 100644 --- a/doc/md/REST-API.md +++ b/doc/md/REST-API.md | |||
@@ -10,10 +10,10 @@ This token has to be included as an HTTP header called `Authentication: Bearer < | |||
10 | 10 | ||
11 | JWT resources : | 11 | JWT resources : |
12 | 12 | ||
13 | * [jwt.io](https://jwt.io) (including a list of client per language). | 13 | - [jwt.io](https://jwt.io) (including a list of client per language). |
14 | * RFC : https://tools.ietf.org/html/rfc7519 | 14 | - RFC : https://tools.ietf.org/html/rfc7519 |
15 | * https://float-middle.com/json-web-tokens-jwt-vs-sessions/ | 15 | - https://float-middle.com/json-web-tokens-jwt-vs-sessions/ |
16 | * HackerNews thread: https://news.ycombinator.com/item?id=11929267 | 16 | - HackerNews thread: https://news.ycombinator.com/item?id=11929267 |
17 | 17 | ||
18 | 18 | ||
19 | ### Shaarli JWT Token | 19 | ### Shaarli JWT Token |