-
Notifications
You must be signed in to change notification settings - Fork 32
/
.markdownlint.yaml
116 lines (115 loc) · 2.19 KB
/
.markdownlint.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
default: true
MD003: # heading-style
style: atx
MD004: # ul-style
style: dash
MD007: # ul-indent
indent: 4
MD009: # no-trailing-spaces
strict: true
MD010: # no-hard-tabs
spaces_per_tab: 4
MD013: false # line-length - does not support editorconfig
MD024: # no-duplicate-heading
siblings_only: true
MD026: # no-trailing-punctuation
punctuation: .,:;
MD029: # ol-prefix
style: one
MD033: # no-inline-html
allowed_elements:
- a
- br
- dd
- details
- div
- dl
- dt
- embed
- figure
- figcaption
- img
- li
- nav
- section
- strong
- summary
- sup
- ul
MD034: false # no-bare-urls
MD044: # proper-names
code_blocks: false
html_elements: false
names:
- Alertmanager
- AMS
- Ansible
- ArgoCD
- AWS
- Azure
- cert-manager
- Cleura
- Cluster API
- Welkin Apps
- compliantkubernetes-apps
- compliantkubernetes-kubespray
- compliantkubernetes-postgresql
- compliantkubernetes-rabbitmq
- compliantkubernetes-redis
- ConfigMap
- DaemonSet
- Dex
- Elastisys
- "!!! elastisys"
- Elastx
- Exoscale
- Falco
- Fluentd
- GitHub
- Grafana
- Harbor
- Ingress
- Ingress Controller
- Jaeger
- jaeger-operator
- Kubernetes
- Kubernetes Service
- Kubernetes Secrets
- Kubespray
- kube-prometheus-stack
- LoadBalancer
- Network Policy
- Network Policies
- NetworkPolicy
- NetworkPolicies
- NGINX
- NodePort
- OpenSearch
- OpenSearch Dashboards
- Pod
- Pod Security Policy
- Pod Security Policies
- Pod Security Standard
- Pod Security Standards
- PostgreSQL
- postgres-operator
- Prometheus
- prometheus-operator
- RabbitMQ
- rabbitmq-operator
- Redis
- redis-operator
- Service type ClusterIP
- Service type LoadBalancer
- Service type NodePort
- ReplicaSet
- Safespring
- S3
- StatefulSet
- Thanos
MD046: false # code-block-style - does not support admonitions
MD048: false # code-fence-style - does not support admonitions
MD049: # emphasis-style
style: underscore
MD050: # strong-style
style: asterisk