File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 40
40
],
41
41
"default" : " bundle"
42
42
},
43
- "externals_directory " : {
43
+ "externals_dir " : {
44
44
"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 " ,
46
46
"type" : " string" ,
47
47
"default" : " assets/externals"
48
48
},
Original file line number Diff line number Diff line change 46
46
"cards_font" : {
47
47
"$ref" : " ../assets/fonts.json"
48
48
},
49
- "cards_directory " : {
49
+ "cards_dir " : {
50
50
"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 " ,
52
52
"type" : " string" ,
53
53
"default" : " assets/images/social"
54
54
}
Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ The following configuration options are available:
206
206
[customization] : ../customization.md
207
207
[strict mode] : https://www.mkdocs.org/user-guide/configuration/#strict
208
208
209
- ` externals_directory ` { # externals-directory }
209
+ ` externals_dir ` { # externals-dir }
210
210
211
211
: :octicons-milestone-24 : Default: `assets/externals` – This option
212
212
specifies where the downloaded [external assets] will be stored. It's
@@ -215,7 +215,7 @@ The following configuration options are available:
215
215
` ` ` yaml
216
216
plugins:
217
217
- privacy:
218
- externals_directory : assets/externals
218
+ externals_dir : assets/externals
219
219
` ` `
220
220
221
221
` externals_exclude` { # externals-exclude }
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ The following configuration options are available:
102
102
cards_font: Roboto
103
103
` ` `
104
104
105
- ` cards_directory ` { # cards-directory }
105
+ ` cards_dir ` { # cards-dir }
106
106
107
107
: :octicons-milestone-24 : Default: `assets/images/social` – This option
108
108
specifies where the generated social card images will be written to. It's
@@ -111,7 +111,7 @@ The following configuration options are available:
111
111
` ` ` yaml
112
112
plugins:
113
113
- social:
114
- cards_directory : assets/images/social
114
+ cards_dir : assets/images/social
115
115
` ` `
116
116
117
117
[Insiders] : ../insiders/index.md
You can’t perform that action at this time.
0 commit comments