We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f53c7b6 commit dfceb7aCopy full SHA for dfceb7a
.github/workflows/deploy-docs.yml
@@ -63,6 +63,7 @@ jobs:
63
cp -r cellsflows docs
64
cp -r developer-guide docs
65
cp -r knowledge-base docs
66
+ cp resources/pydio-favicon.png
67
68
- name: Debug contents
69
run: |
mkdocs.yml
@@ -7,7 +7,7 @@ repo_url: https://github.com/pydio/docs
7
theme:
8
name: material
9
custom_dir: overrides
10
- favicon: https://forum.pydio.com/favicon.ico
+ favicon: pydio-favicon.png
11
logo: https://pydio.com/sites/all/themes/pydio_theme/images/pydio-logo-grey-coral-sm.png
12
static_templates:
13
- 404.html
0 commit comments