mirror of
https://github.com/haiwen/seafile-admin-docs.git
synced 2025-12-25 18:22:48 +00:00
This commit is contained in:
parent
9700a55bf2
commit
f915575463
|
|
@ -6,7 +6,7 @@ Create customize folder
|
||||||
|
|
||||||
=== "Deploy in Docker"
|
=== "Deploy in Docker"
|
||||||
```sh
|
```sh
|
||||||
mkdir -p /opt/seafile-data/seahub/media/custom
|
mkdir -p /opt/seafile-data/seafile/seahub-data/custom
|
||||||
```
|
```
|
||||||
=== "Deploy from binary packages"
|
=== "Deploy from binary packages"
|
||||||
```sh
|
```sh
|
||||||
|
|
@ -56,9 +56,9 @@ BRANDING_CSS = 'custom/custom.css'
|
||||||
|
|
||||||
=== "Deploy in Docker"
|
=== "Deploy in Docker"
|
||||||
```sh
|
```sh
|
||||||
mkdir -p /opt/seafile-data/seahub/media/custom/templates/help/
|
mkdir -p /opt/seafile-data/seafile/seahub-data/custom/templates/help/
|
||||||
cd /opt/seafile-data/seahub/media/custom
|
cd /opt/seafile-data/seafile/seahub-data/custom
|
||||||
cp ../../help/templates/help/base.html templates/help/
|
cp ../../help/templates/help/install.html templates/help/
|
||||||
```
|
```
|
||||||
=== "Deploy from binary packages"
|
=== "Deploy from binary packages"
|
||||||
```sh
|
```sh
|
||||||
|
|
@ -67,7 +67,7 @@ BRANDING_CSS = 'custom/custom.css'
|
||||||
cp ../../help/templates/help/base.html templates/help/
|
cp ../../help/templates/help/base.html templates/help/
|
||||||
```
|
```
|
||||||
|
|
||||||
For example, modify the `templates/help/base.html` file and save it. You will see the new help page.
|
For example, modify the `templates/help/install.html` file and save it. You will see the new help page.
|
||||||
|
|
||||||
!!! note
|
!!! note
|
||||||
There are some more help pages available for modifying, you can find the list of the html file [here](https://github.com/haiwen/seahub/tree/master/seahub/help/templates/help)
|
There are some more help pages available for modifying, you can find the list of the html file [here](https://github.com/haiwen/seahub/tree/master/seahub/help/templates/help)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue