File tree 4 files changed +7
-13
lines changed
4 files changed +7
-13
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ which are currently exclusively available to sponsors:
93
93
94
94
<div class =" mdx-columns " markdown >
95
95
96
- - [x] [ Navigation path] (Breadcrumbs): :material-alert-decagram:{ .mdx-pulse title="Added on january 14, 2023" }
96
+ - [x] [ Navigation path] (Breadcrumbs): :material-alert-decagram:{ .mdx-pulse title="Added on January 14, 2023" }
97
97
- [x] [ Typeset plugin] : :material-alert-decagram:{ .mdx-pulse title="Added on December 20, 2022" }
98
98
- [x] [ Privacy plugin: external links] :material-alert-decagram:{ .mdx-pulse title="Added on October 18, 2022" }
99
99
- [x] [ Navigation subtitles]
Original file line number Diff line number Diff line change 16
16
"properties" : {
17
17
"provider" : {
18
18
"title" : " Analytics provider" ,
19
- "oneOf " : [
19
+ "anyOf " : [
20
20
{
21
21
"title" : " Google Analytics" ,
22
22
"markdownDescription" : " https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-analytics/#google-analytics" ,
30
30
]
31
31
},
32
32
"property" : {
33
- "oneOf " : [
33
+ "anyOf " : [
34
34
{
35
35
"title" : " Google Analytics 4" ,
36
36
"markdownDescription" : " https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-analytics/#google-analytics" ,
370
370
]
371
371
},
372
372
"icon" : {
373
- "oneOf " : [
373
+ "anyOf " : [
374
374
{
375
375
"$ref" : " assets/icons.json"
376
376
},
Original file line number Diff line number Diff line change 4
4
"markdownDescription" : " https://www.mkdocs.org/user-guide/configuration/#nav" ,
5
5
"type" : " array" ,
6
6
"items" : {
7
- "oneOf " : [
7
+ "anyOf " : [
8
8
{
9
9
"title" : " Navigation item" ,
10
10
"markdownDescription" : " https://www.mkdocs.org/user-guide/configuration/#nav" ,
Original file line number Diff line number Diff line change 882
882
"scheme" : {
883
883
"title" : " Color scheme" ,
884
884
"markdownDescription" : " https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/#color-scheme" ,
885
- "oneOf " : [
885
+ "anyOf " : [
886
886
{
887
887
"enum" : [
888
888
" default" ,
892
892
{
893
893
"type" : " string"
894
894
}
895
- ],
896
- "defaultSnippets" : [
897
- {
898
- "label" : " default" ,
899
- "body" : " ${1:default}"
900
- }
901
895
]
902
896
},
903
897
"primary" : {
955
949
]
956
950
},
957
951
"icon" : {
958
- "oneOf " : [
952
+ "anyOf " : [
959
953
{
960
954
"$ref" : " assets/icons.json"
961
955
},
You can’t perform that action at this time.
0 commit comments