chore(edit-docs): move Markdown documentation outside src for now

This commit is contained in:
Elian Doran
2025-03-11 16:11:16 +02:00
parent 971b388d1a
commit f67e2ebcd5
292 changed files with 1 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ import type { WriteStream } from "fs";
import debounce from "./src/public/app/services/debounce.js";
const NOTE_ID_USER_GUIDE = "pOsGYCXsbNQG";
const destRootPath = path.join("src", "public", "app", "doc_notes", "en", "User Guide");
const destRootPath = path.join("docs", "User Guide");
async function startElectron() {
await import("./electron-main.js");