diff --git a/data-docs/document.db b/data-docs/document.db index 9ca8c1516..198c7bfa8 100644 Binary files a/data-docs/document.db and b/data-docs/document.db differ diff --git a/docs/User Guide/!!!meta.json b/docs/User Guide/!!!meta.json index 07577b270..713fc8b90 100644 --- a/docs/User Guide/!!!meta.json +++ b/docs/User Guide/!!!meta.json @@ -4609,20 +4609,6 @@ } ] }, - { - "isClone": true, - "noteId": "pOsGYCXsbNQG", - "notePath": [ - "pOsGYCXsbNQG", - "pOsGYCXsbNQG" - ], - "title": "User Guide", - "prefix": null, - "dataFileName": "User Guide.clone.md", - "type": "text", - "format": "markdown", - "isExpanded": false - }, { "isClone": false, "noteId": "k2Gc17NbaAwb", diff --git a/electron-docs-main.ts b/electron-docs-main.ts index cd30568ec..288f0c10e 100644 --- a/electron-docs-main.ts +++ b/electron-docs-main.ts @@ -75,6 +75,10 @@ async function importData(input: Buffer) { const { importZip } = ((await import("./src/services/import/zip.js")).default); const context = new TaskContext("no-report"); await importZip(context, input, note, { preserveIds: true }); + + const { runOnDemandChecks } = (await import("./src/services/consistency_checks.js")).default; + await runOnDemandChecks(true); + } async function createImportZip() {