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/Server-requirements.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/Server-requirements.md')
-rw-r--r-- | doc/md/Server-requirements.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/md/Server-requirements.md b/doc/md/Server-requirements.md index b6bbd66a..bec08e49 100644 --- a/doc/md/Server-requirements.md +++ b/doc/md/Server-requirements.md | |||
@@ -10,12 +10,12 @@ | |||
10 | ### Supported versions | 10 | ### Supported versions |
11 | Version | Status | Shaarli compatibility | 11 | Version | Status | Shaarli compatibility |
12 | :---:|:---:|:---: | 12 | :---:|:---:|:---: |
13 | 7.1 | Supported (v0.9.x) | :white_check_mark: | 13 | 7.1 | Supported (v0.9.x) | Yes |
14 | 7.0 | Supported | :white_check_mark: | 14 | 7.0 | Supported | Yes |
15 | 5.6 | Supported | :white_check_mark: | 15 | 5.6 | Supported | Yes |
16 | 5.5 | EOL: 2016-07-10 | :white_check_mark: | 16 | 5.5 | EOL: 2016-07-10 | Yes |
17 | 5.4 | EOL: 2015-09-14 | :white_check_mark: (up to Shaarli 0.8.x) | 17 | 5.4 | EOL: 2015-09-14 | Yes (up to Shaarli 0.8.x) |
18 | 5.3 | EOL: 2014-08-14 | :white_check_mark: (up to Shaarli 0.8.x) | 18 | 5.3 | EOL: 2014-08-14 | Yes (up to Shaarli 0.8.x) |
19 | 19 | ||
20 | See also: | 20 | See also: |
21 | - [Travis configuration](https://github.com/shaarli/Shaarli/blob/master/.travis.yml) | 21 | - [Travis configuration](https://github.com/shaarli/Shaarli/blob/master/.travis.yml) |