Skip to content

Commit a5ebb42

Browse files
committed
#820 - Update manual
1 parent b7c02ce commit a5ebb42

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

manual/docs/02-usages/07-adminusage/1-tenants.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,15 @@ A robot.txt file is serve on the path /robot.txt by default, the file is empty,
2121

2222
Tenants could be customized in Daikoku.
2323
Logo, title, description can be changed.
24+
2425
The client side can be customized with some CSS code or JS code, with overwriting CSS variables or with a CSS/JS file.
25-
Daikoku can be customized just by passing a new CSS color theme (this theme can be rewritten by using the dedicated page by clicking on the `Set color theme from UI` button)
26+
Daikoku can be customized just by passing a new CSS color theme.
27+
28+
:::warning
29+
Since **v18.3.0** the file to customize your tenant must be sync with the **CLI**. Daikoku do not provide anymore UI to update your css, color theme or js.
30+
31+
You can find all the information to use the CLI [here](../../04-cli/041-informations/index.mdx)
32+
:::
2633

2734
You can set a default message, visible for all users clicking on the message button, at the top of conversation modal.
2835

manual/docs/04-cli/041-informations/index.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,12 @@ daikoku environments add --name=<ENVIRONMENT_NAME> --server=<ENVIROMNENT_SERVER>
6464
> The Daikoku server has to be reachable and will be checked before saving the configuration
6565
6666

67-
you can sync the new project with your Daikoku instance and fetch mails and apis
67+
you can sync the new project with your Daikoku instance and fetch mails, apis & tenant customization
6868

6969
```sh
7070
daikoku pull apis
7171
daikoku pull mails
72+
daikoku pull customization
7273
```
7374

7475
you can start to develop and watch file changes
@@ -751,6 +752,7 @@ daikoku login
751752
```sh
752753
daikoku pull apis
753754
daikoku pull mails
755+
daikoku pull customization
754756
```
755757

756758
# VERSION commands

0 commit comments

Comments
 (0)