Skip to content

Commit 6fcbc61

Browse files
committed
fixed doc issues
1 parent 94c9fba commit 6fcbc61

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

docs/docs/webdav/collection/makeCollection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const response = await makeCollection({
2222
### Arguments
2323

2424
- `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
2626
- `depth` [DAVDepth](../../types/DAVDepth.md)
2727
- `headers` request headers
2828

docs/docs/webdav/collection/syncCollection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const result = await syncCollection({
2525
### Arguments
2626

2727
- `url` **required**, target collection url
28-
- `props` **required**, [ElementCompact](../types/ElementCompact.md)
28+
- `props` **required**, [ElementCompact](../../types/ElementCompact.md)
2929
- `syncLevel` [Indicates the "scope" of the synchronization report request](https://datatracker.ietf.org/doc/html/rfc6578#section-6.3)
3030
- `syncToken` [The synchronization token provided by the server and returned by the client](https://datatracker.ietf.org/doc/html/rfc6578#section-6.2)
3131
- `headers` request headers

docs/docusaurus.config.js

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ module.exports = {
6969
theme: {
7070
customCss: require.resolve('./src/css/custom.css'),
7171
},
72+
sitemap: {
73+
changefreq: 'weekly',
74+
priority: 0.5,
75+
},
7276
},
7377
],
7478
],
@@ -79,13 +83,6 @@ module.exports = {
7983
hashed: true,
8084
},
8185
],
82-
[
83-
'@docusaurus/plugin-sitemap',
84-
{
85-
changefreq: 'weekly',
86-
priority: 0.5,
87-
},
88-
],
8986
require.resolve('./docusuarusWebpack5Plugin'),
9087
],
9188
};

0 commit comments

Comments
 (0)