From 3a7a4bafcf527a10fa4465527aa20c898368b678 Mon Sep 17 00:00:00 2001 From: Ekin Tertemiz <75415872+tertek@users.noreply.github.com> Date: Thu, 27 Jul 2023 16:33:21 +0200 Subject: [PATCH] Add step to enable offline sideloading See this issue for details: https://github.com/requarks/wiki/discussions/5339#discussioncomment-6566034 --- install/sideload.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/install/sideload.md b/install/sideload.md index 7f5f10622..9ebf2e2f4 100644 --- a/install/sideload.md +++ b/install/sideload.md @@ -40,7 +40,12 @@ The locale package file `xx.json` or `xx-zz.json` contains all the translations Place the file(s) inside the `sideload` folder created previously alongside the master file. You should now have `locales.json`, `en.json` and any additional languages in your folder. -## 3 - Sideload +## 3 - Edit config.yml to enable offline sideloading + +The config must be adjusted so that automatic sideload can work offline. +Therefore set `offline:true` within your `config.yml`. + +## 4 - Sideload Run Wiki.js (or restart the process if already running) to automatically sideload the files localed in the `data/sideload` folder. @@ -51,4 +56,4 @@ Run Wiki.js (or restart the process if already running) to automatically sideloa # Themes -*Coming soon* \ No newline at end of file +*Coming soon*