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/Versioning-and-Branches.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/Versioning-and-Branches.md')
-rw-r--r-- | doc/md/Versioning-and-Branches.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/md/Versioning-and-Branches.md b/doc/md/Versioning-and-Branches.md index e1d998e0..7097ca0a 100644 --- a/doc/md/Versioning-and-Branches.md +++ b/doc/md/Versioning-and-Branches.md | |||
@@ -8,10 +8,10 @@ The `master` branch is the development branch. Any new change MUST go through th | |||
8 | 8 | ||
9 | Remarks: | 9 | Remarks: |
10 | 10 | ||
11 | * This branch shouldn't be used for production as it isn't necessary stable. | 11 | - This branch shouldn't be used for production as it isn't necessary stable. |
12 | * 3rd party aren't required to be compatible with the latest changes. | 12 | - 3rd party aren't required to be compatible with the latest changes. |
13 | * Official plugins, themes and libraries (contained within Shaarli organization repos) must be compatible with the master branch. | 13 | - Official plugins, themes and libraries (contained within Shaarli organization repos) must be compatible with the master branch. |
14 | * The version in this branch is always `dev`. | 14 | - The version in this branch is always `dev`. |
15 | 15 | ||
16 | ## `v0.x` branch | 16 | ## `v0.x` branch |
17 | 17 | ||
@@ -37,7 +37,7 @@ For example, the current latest release is `v0.8.3`, the stable branch is an ali | |||
37 | 37 | ||
38 | Remarks: | 38 | Remarks: |
39 | 39 | ||
40 | * Shaarli release pace isn't fast, and the stable branch might be a few months behind the latest release. | 40 | - Shaarli release pace isn't fast, and the stable branch might be a few months behind the latest release. |
41 | 41 | ||
42 | ## Releases | 42 | ## Releases |
43 | 43 | ||