Commit Graph

10 Commits

Author SHA1 Message Date
polarathene 021e942c4c docs(refactor): Large refactor + additions + fixes
Consistency pass, formatting cleanup and fixes, introduce admonitions, add front-matter.

---

docs: Add front-matter

---

docs: Fix and format links

- Some links were invalid (eg files moved or renamed)
- Some were valid but had invalid section headers (content removed or migrated)
- Some use `http://` instead of `https://` when the website supports a secure connection.
- Some already used the `[name][reference]` convention but often with a number that wasn't as useful for maintenance.
- All referenced docs needed URLs replaced. Opted for the `[name][reference]` approach to group them all clearly at the bottom of the doc, especially with the relative URLs and in some cases many duplicate entries.
- All `tomav` references from the original repo prior to switch to an organization have been corrected.
- Minor cosmetic changes to the `name` part of the URL, such as for referencing issues to be consistent.
- Some small changes to text body, usually due to duplicate URL reference that was unnecessary (open relay, youtous)
- Switched other links to use the `[name][reference]` format when there was a large group of URLs such as wikipedia or kubernetes. Github repos that reference projects related to `docker-mailserver` also got placed here so they're noticed better by maintainers. This also helped quite a bit with `mermaid` external links that are very long.
- There was a Github Wiki supported syntax in use `[[name | link]]` for `fetchmail` page that isn't compatible by default with MkDocs (needs a plugin), converted to `[name][reference]` instead since it's a relative link.

---

docs: Update commit link for LDAP override script

Logic moved to another file, keeping the permalink commit reference so it's unaffected by any changes in the file referenced in future.

---

docs: Heading corrections

Consistency pass. Helps with the Table of Contents (top-right UI) aka Document Outline.
docs: codefence cleanup

---

docs: misc cleanup

---

docs: Add Admonitions

Switches `<details>` usage for collapsible admonitions (`???`) while other text content is switched to the visually more distinct admoniton (`!!!` or `???+`) style.

This does affect editor syntax highlighting a bit and markdown linting as it's custom non-standard markdown syntax.
2021-03-25 11:49:24 +13:00
Patrizio Bekerle ccd99636e8 Update "Manage Sieve" link 2020-12-11 10:18:01 +01:00
Sascha Scandella 3cb6c532ec Updated Configure Sieve filters (markdown) 2020-05-31 20:58:58 +02:00
17Halbe e5c638ac0b Updated Configure Sieve filters (markdown) 2018-04-18 15:31:34 +02:00
Arne Kepp eb6bd11d3d Mention sieve-pipe 2017-05-11 20:40:12 +02:00
Alexander Kachkaev c72dfde785 Explain how to skip inbox (should be a common case; I personally spent more than an hour investigating how to do this) 2016-09-13 22:51:29 +01:00
Kyle Ondy f3c7e7bc0b docker run --rm -it tvial/docker-mailserver:latest sh -c "dovecot --version" 2.2.9 2016-07-28 14:00:32 -04:00
André Stein 4fa0f42f6e Updated Configuring Sieve filters (markdown) 2016-04-29 17:36:17 +02:00
00angus ad735ac557 Updated Configuring Sieve filters (markdown) 2016-04-29 10:17:18 +02:00
André Stein 101a404171 Created Configuring Sieve filters (markdown) 2016-04-28 10:24:17 +02:00