From 238a66d28c8f99f376f5d09c95ae09270b5e37b6 Mon Sep 17 00:00:00 2001 From: Daniel Pan Date: Thu, 14 Mar 2024 18:20:59 +0800 Subject: [PATCH] Update customization --- manual/config/seahub_customization.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/manual/config/seahub_customization.md b/manual/config/seahub_customization.md index fb8849e5..dbf5963d 100644 --- a/manual/config/seahub_customization.md +++ b/manual/config/seahub_customization.md @@ -43,7 +43,6 @@ Overwrite `BRANDING_CSS` in `seahub_settings.py` BRANDING_CSS = 'custom/custom.css' ``` -You can find a good example of customized css file here: ## Customize help page @@ -101,7 +100,7 @@ CUSTOM_NAV_ITEMS = [ ] ``` -**Note: The **`icon` **field currently only supports icons in Seafile that begin with **`sf2-icon`**. You can find the list of icons here: ** +**Note: The `icon` field currently only supports icons in Seafile that begin with `sf2-icon`. You can find the list of icons here: Then restart the Seahub service to take effect.