diff --git a/README.rst b/README.rst index 21db2ac..a5de58a 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,3 @@ -.. _readme_intro_start: - Tutor: the Docker-based Open edX distribution designed for peace of mind ======================================================================== @@ -10,6 +8,8 @@ Tutor: the Docker-based Open edX distribution designed for peace of mind | +.. _readme_intro_start: + .. image:: https://img.shields.io/static/v1?logo=github&label=Git&style=flat-square&color=brightgreen&message=Source%20code :alt: Source code :target: https://github.com/overhangio/tutor diff --git a/docs/conf.py b/docs/conf.py index 38fb307..48d0516 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -85,7 +85,7 @@ html_context = { html_static_path = ["img"] # Custom settings -html_logo = "./img/tutor-logo.png" +html_logo = "https://overhang.io/static/img/tutor-logo.svg" html_favicon = "./img/favicon.png" html_show_sourcelink = False html_display_github = True diff --git a/docs/img/favicon.png b/docs/img/favicon.png index 662c446..3e169ce 100644 Binary files a/docs/img/favicon.png and b/docs/img/favicon.png differ diff --git a/docs/img/logo.png b/docs/img/logo.png deleted file mode 100644 index fa447e3..0000000 Binary files a/docs/img/logo.png and /dev/null differ diff --git a/docs/img/tutor-logo.png b/docs/img/tutor-logo.png deleted file mode 100644 index 59ea2c4..0000000 Binary files a/docs/img/tutor-logo.png and /dev/null differ diff --git a/docs/index.rst b/docs/index.rst index 7cabf55..4efaf54 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,3 +1,6 @@ +Tutor: the Docker-based Open edX distribution designed for peace of mind +======================================================================== + .. include:: ../README.rst :start-after: _readme_intro_start: :end-before: _readme_intro_end: