From 08d09765c7f005b4aa13c935dd36bb303f20b50b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Kilchenmann?= Date: Tue, 8 Jun 2021 16:49:08 +0200 Subject: [PATCH 1/4] docs(icons): replace dasch logo --- docs/assets/icons/dasch-icon-white.svg | 42 +++++++++++++++++++++----- 1 file changed, 34 insertions(+), 8 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 + + + + + + + + + From bd998795ad86f79333b254c404d69e8c82e00ef5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Kilchenmann?= Date: Tue, 8 Jun 2021 16:49:29 +0200 Subject: [PATCH 2/4] docs: reduce site name --- mkdocs.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index e58f94ac16..a69f7daf84 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 @@ -130,8 +130,7 @@ nav: - Overview: 08-lucene/index.md - Lucene Query Parser Syntax: 08-lucene/lucene-query-parser-syntax.md - Frequently Asked Questions: faq/index.md - - Release Notes: - - Changelog: 00-release-notes/index.md + - Release Notes: 00-release-notes/index.md plugins: - include-markdown From 9dfafd09f04b6380acb9d1d751429e1965aec1a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Kilchenmann?= Date: Tue, 8 Jun 2021 17:01:49 +0200 Subject: [PATCH 3/4] docs(style): fix issue with new icon --- docs/assets/style/theme.css | 5 +++++ 1 file changed, 5 insertions(+) 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; +} From 29245191cd8ab81f2a8819c9a745c18e4ab53e13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Kilchenmann?= Date: Tue, 8 Jun 2021 17:12:07 +0200 Subject: [PATCH 4/4] docs: undo previous changes --- mkdocs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index a69f7daf84..f6496355a2 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -130,7 +130,8 @@ nav: - Overview: 08-lucene/index.md - Lucene Query Parser Syntax: 08-lucene/lucene-query-parser-syntax.md - Frequently Asked Questions: faq/index.md - - Release Notes: 00-release-notes/index.md + - Release Notes: + - Changelog: 00-release-notes/index.md plugins: - include-markdown