Skip to content

Commit db294a1

Browse files
committed
Updated schema and documentation
1 parent 0fea20f commit db294a1

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Diff for: docs/schema/plugins/privacy.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
],
4141
"default": "bundle"
4242
},
43-
"externals_directory": {
43+
"externals_dir": {
4444
"title": "External assets download directory",
45-
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/ensuring-data-privacy/#externals-directory",
45+
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/ensuring-data-privacy/#externals-dir",
4646
"type": "string",
4747
"default": "assets/externals"
4848
},

Diff for: docs/schema/plugins/social.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@
4646
"cards_font": {
4747
"$ref": "../assets/fonts.json"
4848
},
49-
"cards_directory": {
49+
"cards_dir": {
5050
"title": "Social card directory",
51-
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-social-cards/#cards-directory",
51+
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-social-cards/#cards-dir",
5252
"type": "string",
5353
"default": "assets/images/social"
5454
}

Diff for: docs/setup/ensuring-data-privacy.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ The following configuration options are available:
206206
[customization]: ../customization.md
207207
[strict mode]: https://www.mkdocs.org/user-guide/configuration/#strict
208208

209-
`externals_directory`{ #externals-directory }
209+
`externals_dir`{ #externals-dir }
210210

211211
: :octicons-milestone-24: Default: `assets/externals` – This option
212212
specifies where the downloaded [external assets] will be stored. It's
@@ -215,7 +215,7 @@ The following configuration options are available:
215215
``` yaml
216216
plugins:
217217
- privacy:
218-
externals_directory: assets/externals
218+
externals_dir: assets/externals
219219
```
220220

221221
`externals_exclude`{ #externals-exclude }

Diff for: docs/setup/setting-up-social-cards.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ The following configuration options are available:
102102
cards_font: Roboto
103103
```
104104

105-
`cards_directory`{ #cards-directory }
105+
`cards_dir`{ #cards-dir }
106106

107107
: :octicons-milestone-24: Default: `assets/images/social` – This option
108108
specifies where the generated social card images will be written to. It's
@@ -111,7 +111,7 @@ The following configuration options are available:
111111
``` yaml
112112
plugins:
113113
- social:
114-
cards_directory: assets/images/social
114+
cards_dir: assets/images/social
115115
```
116116

117117
[Insiders]: ../insiders/index.md

0 commit comments

Comments
 (0)