You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: UPGRADE.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,15 @@ the following command inside your docker container:
16
16
17
17
## [Unreleased]
18
18
19
+
## [3.3.0] - 2025-05-22
20
+
21
+
β οΈ 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.
22
+
23
+
The footer is now configurable from a customization file. To override the default one, you can
24
+
use the `THEME_CUSTOMIZATION_FILE_PATH` environment variable to point to your customization file.
25
+
The customization file must be a JSON file and must follow the rules described in the
26
+
[theming documentation](docs/theming.md).
27
+
19
28
## [3.0.0] - 2025-03-28
20
29
21
30
We are not using the nginx auth request anymore to access the collaboration server (`yProvider`)
0 commit comments