Commit Graph

10 Commits

Author SHA1 Message Date
Christoph Schug
8a17193dd0 fix: add final newline character to text files
This makes text files compliant to POSIX which requires every line of a
text file to end with a newline character [1][2].

[1] https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_403
[2] https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_206
2024-02-22 19:06:54 +01:00
mdsanima
7c25712177
docs: following markdownlint rules for consistency closes #75
Here is a list of rules that have been applied:

- [MD009](https://github.com/DavidAnson/markdownlint/blob/main/doc/md009.md) -
  Trailing spaces
- [MD022](https://github.com/DavidAnson/markdownlint/blob/main/doc/md022.md) -
  Headings should be surrounded by blank lines
- [MD025](https://github.com/DavidAnson/markdownlint/blob/main/doc/md025.md) -
  Multiple top-level headings in the same document
- [MD026](https://github.com/DavidAnson/markdownlint/blob/main/doc/md026.md) -
  Trailing punctuation in heading
- [MD029](https://github.com/DavidAnson/markdownlint/blob/main/doc/md029.md) -
  Ordered list item prefix
- [MD031](https://github.com/DavidAnson/markdownlint/blob/main/doc/md031.md) -
  Fenced code blocks should be surrounded by blank lines
- [MD032](https://github.com/DavidAnson/markdownlint/blob/main/doc/md032.md) -
  Lists should be surrounded by blank lines
- [MD034](https://github.com/DavidAnson/markdownlint/blob/main/doc/md034.md) -
  Bare URL used
- [MD041](https://github.com/DavidAnson/markdownlint/blob/main/doc/md041.md) -
  First line in a file should be a top-level heading
- [MD047](https://github.com/DavidAnson/markdownlint/blob/main/doc/md047.md) -
  Files should end with a single newline character

docs: removal of duplicated links and improvements

Furthermore, duplicated links to the Official Cert-Manager Documentation
have been removed. Additionally, some files have been enhanced with
improved titles and added short descriptions.
2023-06-01 08:51:32 +02:00
Christian Lempa
0401217d95 cert-manager updates 2022-11-01 07:11:01 +01:00
Christian Lempa
f153104f87 reorganization 2022-05-19 15:06:21 +02:00
Christian
ebab652abf packer and kubernetes changes 2022-03-11 14:56:55 +01:00
Christian
6943697e7e cert-manager update 2022-02-22 16:25:36 +01:00
Christian
c9bdc58aa7 fix clusterissuer comment 2022-02-21 09:42:25 +01:00
Christian
c183de3803 Add readme for cert-manager
Fixes #35 and cipher security for traefik
2022-02-21 09:41:33 +01:00
Christian
ac32340c1e Insert cert-manager
Fixes #31
2022-02-10 12:37:21 +01:00
Christian
9428b0afe0 Insert cert-manager
Fixes #31
2022-02-01 09:31:40 +01:00