From 66751a08a300a2b7e7b5725f0edc0d4bd97a7cac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Kilchenmann?= Date: Wed, 9 Jun 2021 09:37:13 +0200 Subject: [PATCH] docs: prepare documentation for docs.dasch.swiss (DSP-1721) (#1873) * docs(icons): replace dasch logo * docs: reduce site name * docs(style): fix issue with new icon * docs: undo previous changes --- docs/assets/icons/dasch-icon-white.svg | 42 +++++++++++++++++++++----- docs/assets/style/theme.css | 5 +++ mkdocs.yml | 2 +- 3 files changed, 40 insertions(+), 9 deletions(-) diff --git a/docs/assets/icons/dasch-icon-white.svg b/docs/assets/icons/dasch-icon-white.svg index 396dd5358d..12ef7de7f2 100644 --- a/docs/assets/icons/dasch-icon-white.svg +++ b/docs/assets/icons/dasch-icon-white.svg @@ -1,8 +1,34 @@ - - - - - - - - \ No newline at end of file + + + + + + + image/svg+xml + + + + + + + + + diff --git a/docs/assets/style/theme.css b/docs/assets/style/theme.css index 38339e095c..ad7e9d7b49 100644 --- a/docs/assets/style/theme.css +++ b/docs/assets/style/theme.css @@ -2,3 +2,8 @@ .md-tabs { background-color: rgb(89, 73, 167) !important; } + +.md-header-nav__button.md-logo img { + width: 1.5rem; + height: auto; +} diff --git a/mkdocs.yml b/mkdocs.yml index e58f94ac16..f6496355a2 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,4 +1,4 @@ -site_name: DSP-API documentation +site_name: DSP-API repo_url: https://github.com/dasch-swiss/dsp-api repo_name: dasch-swiss/dsp-api