Browse Source

docs: Add logo and favicon to docs (#3206)

Signed-off-by: Peter Stolz <50801264+PeterStolz@users.noreply.github.com>
Peter Stolz 2 years ago
parent
commit
0f6db5bd22
2 changed files with 3 additions and 0 deletions
  1. 1 0
      docs/pictures/eso-round-logo.svg
  2. 2 0
      hack/api-docs/mkdocs.yml

File diff suppressed because it is too large
+ 1 - 0
docs/pictures/eso-round-logo.svg


+ 2 - 0
hack/api-docs/mkdocs.yml

@@ -12,6 +12,8 @@ theme:
     - navigation.indexes
     - navigation.expand
   custom_dir: ../../overrides
+  logo: pictures/eso-round-logo.svg
+  favicon: pictures/eso-round-logo.svg
 markdown_extensions:
   - attr_list
   - pymdownx.highlight