Skip to content

Commit ae21d32

Browse files
ctalledorodnymolina
authored andcommitted
Updated and extended documentation as per latest Sysbox features.
1 parent 0979b05 commit ae21d32

File tree

18 files changed

+2377
-559
lines changed

18 files changed

+2377
-559
lines changed

Diff for: .remarkrc

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"plugins": {
3+
"remark-toc": {
4+
"tight": true,
5+
"heading": "contents"
6+
},
7+
"remark-validate-links": {
8+
},
9+
"remark-lint": {
10+
"no-multiple-toplevel-headings": false,
11+
"maximum-line-length": 90,
12+
"table-pipe-alignment": true,
13+
"table-cell-padding": false
14+
}
15+
}
16+
}

0 commit comments

Comments
 (0)