You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# MD001/heading-increment : Heading levels should only increment by one level at a time : https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md001.md
# MD013/line-length Line length https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md013.md
34
+
MD013: false
35
+
36
+
# MD014/commands-show-output : Dollar signs used before commands without showing output : https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md014.md
37
+
MD014: true
38
+
39
+
# MD018/no-missing-space-atx : No space after hash on atx style heading : https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md018.md
40
+
MD018: true
41
+
42
+
# MD019/no-multiple-space-atx : Multiple spaces after hash on atx style heading : https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md019.md
43
+
MD019: true
44
+
45
+
# MD020/no-missing-space-closed-atx : No space inside hashes on closed atx style heading : https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md020.md
# MD022/blanks-around-headings : Headings should be surrounded by blank lines : https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md022.md
52
+
MD022: true
53
+
54
+
# MD023/heading-start-left : Headings must start at the beginning of the line : https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md023.md
55
+
MD023: true
56
+
57
+
# MD024/no-duplicate-heading : Multiple headings with the same content : https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md024.md
58
+
MD024:
59
+
siblings_only: true
60
+
61
+
# MD025/single-title/single-h1 : Multiple top-level headings in the same document : https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md025.md
62
+
MD025: true
63
+
64
+
# MD026/no-trailing-punctuation : Trailing punctuation in heading : https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md026.md
65
+
MD026: true
66
+
67
+
# MD027/no-multiple-space-blockquote : Multiple spaces after blockquote symbol : https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md027.md
68
+
MD027: true
69
+
70
+
# MD028/no-blanks-blockquote : Blank line inside blockquote : https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md028.md
71
+
MD028: true
72
+
73
+
# MD029/ol-prefix : Ordered list item prefix : https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md029.md
74
+
MD029:
75
+
style: "ordered"
76
+
77
+
# MD030/list-marker-space : Spaces after list markers : https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md030.md
78
+
MD030:
79
+
ul_single: 1
80
+
ol_single: 1
81
+
ul_multi: 3
82
+
ol_multi: 2
83
+
84
+
# MD031/blanks-around-fences : Fenced code blocks should be surrounded by blank lines : https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md031.md
85
+
MD031: true
86
+
87
+
# MD032/blanks-around-lists : Lists should be surrounded by blank lines : https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md032.md
88
+
MD032: true
89
+
90
+
# MD034/no-bare-urls : Bare URL used : https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md034.md
# MD038/no-space-in-code : Spaces inside code span elements : https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md038.md
103
+
MD038: true
104
+
105
+
# MD039/no-space-in-links : Spaces inside link text : https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md039.md
106
+
MD039: true
107
+
108
+
# MD040/fenced-code-language : Fenced code blocks should have a language specified : https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md040.md
109
+
MD040: true
110
+
111
+
# MD042/no-empty-links : No empty links : https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md042.md
112
+
MD042: true
113
+
114
+
# MD045/no-alt-text : Images should have alternate text (alt text) : https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md045.md
# MD047/single-trailing-newline : Files should end with a single newline character : https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md047.md
# MD051/link-fragments : Link fragments should be valid : https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md051.md
137
+
MD051: true
138
+
139
+
# MD053/link-image-reference-definitions : Link and image reference definitions should be needed : https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md053.md
140
+
MD053: true
141
+
142
+
# MD054/link-image-style : Link and image style : https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md054.md
Copy file name to clipboardExpand all lines: README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,12 +11,12 @@ The Genesis Core is an open source software that offers a one turnkey solution t
11
11
12
12
Refer to the [wiki](https://github.com/infraguys/genesis_core/wiki) for more detailed information.
13
13
14
-
15
-
# 📦 Installation
14
+
# 📦 Installation
16
15
17
16
There are several ways to install Genesis Core and depend on your purpose you can choose one of them.
18
17
19
18
## Try it out
19
+
20
20
**NOTE: Under development**
21
21
22
22
If you want to try Genesis Core in a few minutes, download the `all-in-one`[stand](https://github.com/infraguys/gci_dev_all_in_one). It's a ready-to-go virtual machine image with preinstalled Genesis Core and ability to get full functionality such as creating inner(nested) virtual machines, installation elements and many others.
@@ -29,6 +29,7 @@ In a case you would like to run Genesis Core on your own infrastructure, you can
Follow the development guide [here](https://github.com/infraguys/genesis_core/wiki/DevelopmentGuide) for more details.
56
58
57
59
# ⚙️ Tests
60
+
58
61
**NOTE:** Python version 3.12 is supposed to be used, but you can use other versions
59
62
60
63
```bash
@@ -82,12 +85,11 @@ export HS256_KEY="secret"
82
85
- Genesis SDK is a set of tools for developing Genesis elements. You can find it [here](https://github.com/infraguys/gcl_sdk).
83
86
- Genesis DevTools it's a set oftools to manager life cycle of genesis projects. You can find it [here](https://github.com/infraguys/genesis_devtools).
84
87
85
-
86
88
# 💡 Contributing
87
89
88
90
Contributing to the project is highly appreciated! However, some rules should be followed for successful inclusion of new changes in the project:
91
+
89
92
- All changes should be done in a separate branch.
90
93
- Changes should include not only new functionality or bug fixes, but also tests for the new code.
91
94
- After the changes are completed and **tested**, a Pull Request should be created with a clear description of the new functionality. And add one of the project maintainers as a reviewer.
92
95
- Changes can be merged only after receiving an approve from one of the project maintainers.
The Genesis Core is an open source software that offers a one turnkey solution to deal with infrastructure at all levels - from bare metal and virtual machines to applications and services.
8
+
9
+
Refer to the [wiki](https://github.com/infraguys/genesis_core/wiki) for more detailed information.
10
+
11
+
# 📦 Installation
12
+
13
+
There are several ways to install Genesis Core and depend on your purpose you can choose one of them.
14
+
15
+
## Try it out
16
+
17
+
**NOTE: Under development**
18
+
19
+
If you want to try Genesis Core in a few minutes, download the `all-in-one`[stand](https://github.com/infraguys/gci_dev_all_in_one). It's a ready-to-go virtual machine image with preinstalled Genesis Core and ability to get full functionality such as creating inner(nested) virtual machines, installation elements and many others.
20
+
This stand may be used for development purposes as well if you are focusing on a new element development.
21
+
22
+
## Basic usage
23
+
24
+
In a case you would like to run Genesis Core on your own infrastructure, you can use the [basic guide](https://github.com/infraguys/genesis_core/wiki/BasicUsage) for more details.
- Genesis SDK is a set of tools for developing Genesis elements. You can find it [here](https://github.com/infraguys/gcl_sdk).
77
+
- Genesis DevTools it's a set oftools to manager life cycle of genesis projects. You can find it [here](https://github.com/infraguys/genesis_devtools).
78
+
79
+
# 💡 Contributing
80
+
81
+
Contributing to the project is highly appreciated! However, some rules should be followed for successful inclusion of new changes in the project:
82
+
83
+
- All changes should be done in a separate branch.
84
+
- Changes should include not only new functionality or bug fixes, but also tests for the new code.
85
+
- After the changes are completed and **tested**, a Pull Request should be created with a clear description of the new functionality. And add one of the project maintainers as a reviewer.
86
+
- Changes can be merged only after receiving an approve from one of the project maintainers.
0 commit comments