From 5b9e2234ad80953b691b6de624e37d0aabf8897e Mon Sep 17 00:00:00 2001 From: jeremystretch Date: Wed, 28 Jul 2021 15:07:46 -0400 Subject: [PATCH] Tweak GitHub repo icon & name in docs --- mkdocs.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index d26799caf..d6e60b255 100644 --- a/mkdocs.yml +++ b/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: