File tree 3 files changed +6
-9
lines changed
3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ const response = await makeCollection({
22
22
### Arguments
23
23
24
24
- ` url ` ** required** , url of the collection to create
25
- - ` props ` [ ElementCompact] ( ../types/ElementCompact.md ) prop for the collection
25
+ - ` props ` [ ElementCompact] ( ../../ types/ElementCompact.md ) prop for the collection
26
26
- ` depth ` [ DAVDepth] ( ../../types/DAVDepth.md )
27
27
- ` headers ` request headers
28
28
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ const result = await syncCollection({
25
25
### Arguments
26
26
27
27
- ` url ` ** required** , target collection url
28
- - ` props ` ** required** , [ ElementCompact] ( ../types/ElementCompact.md )
28
+ - ` props ` ** required** , [ ElementCompact] ( ../../ types/ElementCompact.md )
29
29
- ` syncLevel ` [ Indicates the "scope" of the synchronization report request] ( https://datatracker.ietf.org/doc/html/rfc6578#section-6.3 )
30
30
- ` syncToken ` [ The synchronization token provided by the server and returned by the client] ( https://datatracker.ietf.org/doc/html/rfc6578#section-6.2 )
31
31
- ` headers ` request headers
Original file line number Diff line number Diff line change @@ -69,6 +69,10 @@ module.exports = {
69
69
theme : {
70
70
customCss : require . resolve ( './src/css/custom.css' ) ,
71
71
} ,
72
+ sitemap : {
73
+ changefreq : 'weekly' ,
74
+ priority : 0.5 ,
75
+ } ,
72
76
} ,
73
77
] ,
74
78
] ,
@@ -79,13 +83,6 @@ module.exports = {
79
83
hashed : true ,
80
84
} ,
81
85
] ,
82
- [
83
- '@docusaurus/plugin-sitemap' ,
84
- {
85
- changefreq : 'weekly' ,
86
- priority : 0.5 ,
87
- } ,
88
- ] ,
89
86
require . resolve ( './docusuarusWebpack5Plugin' ) ,
90
87
] ,
91
88
} ;
You can’t perform that action at this time.
0 commit comments