Updated documentation to new parenting format

This commit is contained in:
Thaum Rystra
2024-05-28 13:05:19 +02:00
parent 772e55ece5
commit b98a8b1ddf
12 changed files with 570 additions and 574 deletions

View File

@@ -183,7 +183,7 @@ export default {
parentId: this.docId,
}, ack);
},
remove({ ack } = {}) {
remove({ ack }) {
const _id = this.docId;
const docName = this.doc.name;
let parentHref = '/docs';