Skip to content

Commit e8c876f

Browse files
zhouop0thinkAfCod
authored andcommittedAug 19, 2024·
format
1 parent 2b465d1 commit e8c876f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
 

Diff for: ‎.cspell.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@
6666
"\\/img\\/socialCards\\/[\\w-]+\\.jpg"
6767
],
6868
"ignoreWords": [
69-
"Hildr"
69+
"Hildr",
70+
"meili",
71+
"Linea"
7072
]
7173
}

Diff for: ‎docs/super-proof-docs/introduction/installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem';
22

33
# Installation
44

5-
Super-proof is open source and you can run your own instance either locally or publically exposed on the Internet.
5+
Super-proof is open source and you can run your own instance either locally or publicly exposed on the Internet.
66

77
# Requirements
88

Diff for: ‎docusaurus.config.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,7 @@ const config = {
180180
"python",
181181
],
182182
},
183-
metadata: [
184-
{ name: "twitter:card", content: "summary_large_image" }
185-
],
183+
metadata: [{ name: "twitter:card", content: "summary_large_image" }],
186184
languageTabs: [
187185
{
188186
highlight: "bash",

0 commit comments

Comments
 (0)
Please sign in to comment.