Skip to content

Commit 70ce244

Browse files
committed
Merge commit '08e1ea5c709d3d49bdc3ce3c21e8fa05a33150d0'
2 parents 65d43e1 + 08e1ea5 commit 70ce244

File tree

167 files changed

+1542
-1475
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

167 files changed

+1542
-1475
lines changed

‎docs/.cspell.json‎

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"**/emojis.md",
2424
"**/commands/*",
2525
"**/showcase/*",
26-
"**/tools/*"
26+
"**/tools/*",
27+
"data/docs.yaml"
2728
],
2829
"ignoreRegExpList": [
2930
"# cspell: ignore fenced code blocks",
@@ -59,12 +60,14 @@
5960
"marshal",
6061
"marshaling",
6162
"multihost",
62-
"multiplatfom",
63+
"multiplatform",
6364
"performantly",
6465
"preconfigured",
6566
"prerendering",
6667
"redirection",
6768
"redirections",
69+
"slugified",
70+
"slugify",
6871
"subexpression",
6972
"suppressible",
7073
"synchronisation",
@@ -113,7 +116,6 @@
113116
"libros",
114117
"mercredi",
115118
"miesiąc",
116-
"miesiąc",
117119
"miesiąca",
118120
"miesiące",
119121
"miesięcy",
@@ -144,6 +146,7 @@
144146
"Samsa",
145147
"Stucki",
146148
"Thénardier",
149+
"Vitter",
147150
"WASI",
148151
"# ----------------------------------------------------------------------",
149152
"# cspell: ignore operating systems and software packages",

‎docs/.markdownlint-cli2.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ config:
7777
full: true
7878
inline: true
7979
shortcut: true
80-
url_inline: true
80+
url_inline: false
8181
MD055:
8282
style: consistent
8383
MD056: true

‎docs/.textlintignore‎

Lines changed: 0 additions & 3 deletions
This file was deleted.

‎docs/assets/css/styles.css‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,3 +129,8 @@ body {
129129
text-decoration: none;
130130
padding-left: .0625em;
131131
}
132+
133+
/* Code spans within paragraphs, tables cells, list items, etc. */
134+
:not(pre) > code {
135+
white-space: nowrap;
136+
}

‎docs/assets/images/sponsors/cloudcannon-blue.svg‎

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)