From 5e45fec296faa20d9842f694f713e0d3ceb3692f Mon Sep 17 00:00:00 2001 From: virgile-dev Date: Sun, 25 May 2025 19:01:29 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D(doc)=20fix=20path=20to=20env=20doc?= =?UTF-8?q?=20on=20readme=20(#1007)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The path lead to a 404 Signed-off-by: virgile-dev --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63919089..1980c3dc 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Available methods: Helm chart, Nix package In the works: Docker Compose, YunoHost -⚠️ For some advanced features (ex: Export as PDF) Docs relies on XL packages from BlockNote. These are licenced under AGPL-3.0 and are not MIT compatible. You can perfectly use Docs without these packages by setting the environment variable `PUBLISH_AS_MIT` to true. That way you'll build an image of the application without the features that are not MIT compatible. Read the [environment variables documentation](/docs/docs/env.md) for more information. +⚠️ For some advanced features (ex: Export as PDF) Docs relies on XL packages from BlockNote. These are licenced under AGPL-3.0 and are not MIT compatible. You can perfectly use Docs without these packages by setting the environment variable `PUBLISH_AS_MIT` to true. That way you'll build an image of the application without the features that are not MIT compatible. Read the [environment variables documentation](/docs/env.md) for more information. ## Getting started 🔧