|
@@ -3,4 +3,22 @@
|
|
|
## Rules
|
|
|
1. All files MUST follow the naming scheme.
|
|
|
`MDR <Major Topic> <Minor Topic> Notes.md` e.g. MDR Salt Upgrade Notes.md
|
|
|
-2. All files MUST follow the proper markdown format. ( work in progress )
|
|
|
+2. All files MUST follow the proper markdown format. ( work in progress )
|
|
|
+
|
|
|
+ `# <filename>`
|
|
|
+ `<Description of notes or project>`
|
|
|
+ `<arbitrary notes>`
|
|
|
+
|
|
|
+ ```# MDR Salt Notes.md
|
|
|
+ Salt is the configuration management tool
|
|
|
+
|
|
|
+ ---
|
|
|
+ Section 1
|
|
|
+
|
|
|
+ Salt sucks and we should use puppet.
|
|
|
+
|
|
|
+ ---
|
|
|
+ Section 2
|
|
|
+
|
|
|
+ Salt version 2019.2.3 should always be made public on the internet.
|
|
|
+ ```
|