Browse Source

Tweak GitHub repo icon & name in docs

jeremystretch 4 năm trước cách đây
mục cha
commit
49a596073e
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  1. 4 1
      mkdocs.yml

+ 4 - 1
mkdocs.yml

@@ -1,11 +1,14 @@
 site_name: NetBox Documentation
 site_url: https://netbox.readthedocs.io/
+repo_name: netbox-community/netbox
 repo_url: https://github.com/netbox-community/netbox
 python:
     install:
         - requirements: docs/requirements.txt
 theme:
-  name: material
+    name: material
+    icon:
+        repo: fontawesome/brands/github
 extra_css:
     - extra.css
 markdown_extensions: