From 9686b124b9129f6fb365295d0117c575f3e979d9 Mon Sep 17 00:00:00 2001 From: Charlie Farrar Date: Tue, 1 Aug 2023 10:24:01 +0100 Subject: [PATCH 01/26] logo fix --- redoc/analysis_settings/redoc_template.json | 2 +- redoc/model_settings/redoc_template.json | 2 +- src/_templates/page.html | 2 +- update-redoc.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/redoc/analysis_settings/redoc_template.json b/redoc/analysis_settings/redoc_template.json index 8720694..cfc9042 100644 --- a/redoc/analysis_settings/redoc_template.json +++ b/redoc/analysis_settings/redoc_template.json @@ -5,7 +5,7 @@ "description": "", "version": "", "x-logo": { - "url": "https://oasislmf.github.io/_static/OASIS_LMF_COLOUR.png", + "url": "https://oasislmf.github.io/_images/OASIS_LMF_COLOUR.png", "backgroundColor": "#FFFFFF", "altText": "OasisLMF logo" } diff --git a/redoc/model_settings/redoc_template.json b/redoc/model_settings/redoc_template.json index 4b14e86..738042e 100644 --- a/redoc/model_settings/redoc_template.json +++ b/redoc/model_settings/redoc_template.json @@ -5,7 +5,7 @@ "description": "", "version": "", "x-logo": { - "url": "https://oasislmf.github.io/_static/OASIS_LMF_COLOUR.png", + "url": "https://oasislmf.github.io/_images/OASIS_LMF_COLOUR.png", "backgroundColor": "#FFFFFF", "altText": "OasisLMF logo" } diff --git a/src/_templates/page.html b/src/_templates/page.html index c0fb53c..aefeb61 100644 --- a/src/_templates/page.html +++ b/src/_templates/page.html @@ -53,7 +53,7 @@