From c231dd07b76c5987119572d95fb085a9683a93d6 Mon Sep 17 00:00:00 2001 From: Yevhen Pylyp Date: Wed, 12 Aug 2026 17:48:34 +0300 Subject: [PATCH 1/4] docs: update announcement banner content --- redocly.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/redocly.yaml b/redocly.yaml index 4c7c7a1c2..0a7459e6d 100644 --- a/redocly.yaml +++ b/redocly.yaml @@ -327,6 +327,7 @@ links: title: Redocly Blog RSS Feed banner: - - content: ✨ **Reviewer is here!** Expert review on every docs PR. [Get early access](/pages/reviewer/reviewer.page.tsx) + - content: | + New arrivals: ✨ **Reviewer** - [expert review on all docs](https://redocly.com/reviewer) and 📖 **Redoc 3.0** - [our rebuilt API reference](https://redocly.com/redoc-ce) target: '**' dismissible: true \ No newline at end of file From c8f99dd9e9a0d2b2dfff56c3da02676f9e678c71 Mon Sep 17 00:00:00 2001 From: Yevhen Pylyp Date: Thu, 13 Aug 2026 16:42:07 +0300 Subject: [PATCH 2/4] docs: update announcement text --- @theme/styles.css | 7 ++++++- images/icons/redoc-ce.svg | 8 ++++++++ redocly.yaml | 3 +-- 3 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 images/icons/redoc-ce.svg diff --git a/@theme/styles.css b/@theme/styles.css index 2973074b9..e8b3e8052 100644 --- a/@theme/styles.css +++ b/@theme/styles.css @@ -606,4 +606,9 @@ tr td:first-child code { .mermaid .label { line-height: 1.6 !important; -} \ No newline at end of file +} + +[data-component-name="Banner/Banner"] p img { + vertical-align: middle; + margin-top: -3px; +} diff --git a/images/icons/redoc-ce.svg b/images/icons/redoc-ce.svg new file mode 100644 index 000000000..69f1579cc --- /dev/null +++ b/images/icons/redoc-ce.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/redocly.yaml b/redocly.yaml index 0a7459e6d..b5939435c 100644 --- a/redocly.yaml +++ b/redocly.yaml @@ -327,7 +327,6 @@ links: title: Redocly Blog RSS Feed banner: - - content: | - New arrivals: ✨ **Reviewer** - [expert review on all docs](https://redocly.com/reviewer) and 📖 **Redoc 3.0** - [our rebuilt API reference](https://redocly.com/redoc-ce) + - content: ✨ **Reviewer** - expert feedback on every docs PR. [Get early access](https://redocly.com/reviewer) **·** {% img src="./images/icons/redoc-ce.svg" alt="Redoc" width=16 height=16 /%} Redoc 3.0 is coming. [Take a look](https://redocly.com/redoc-ce) target: '**' dismissible: true \ No newline at end of file From d30d39903a007ea37ad49c98872aa1343c31f6ec Mon Sep 17 00:00:00 2001 From: Yevhen Pylyp Date: Thu, 13 Aug 2026 16:48:27 +0300 Subject: [PATCH 3/4] docs: add requested changes --- redocly.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redocly.yaml b/redocly.yaml index b5939435c..701269e4c 100644 --- a/redocly.yaml +++ b/redocly.yaml @@ -327,6 +327,6 @@ links: title: Redocly Blog RSS Feed banner: - - content: ✨ **Reviewer** - expert feedback on every docs PR. [Get early access](https://redocly.com/reviewer) **·** {% img src="./images/icons/redoc-ce.svg" alt="Redoc" width=16 height=16 /%} Redoc 3.0 is coming. [Take a look](https://redocly.com/redoc-ce) + - content: ✨ **Reviewer** - expert feedback on every docs PR. [Get early access](/pages/reviewer/reviewer.page.tsx) **·** {% img src="./images/icons/redoc-ce.svg" alt="Redoc" width=16 height=16 /%} Redoc 3.0 is coming. [Take a look](/pages/redoc-ce/redoc-ce.page.tsx) target: '**' dismissible: true \ No newline at end of file From 5b6aa98fc07cacd4595ad7a41dece34846f1e31c Mon Sep 17 00:00:00 2001 From: Yevhen Pylyp Date: Fri, 14 Aug 2026 14:50:53 +0300 Subject: [PATCH 4/4] docs: update banner text --- @theme/styles.css | 14 ++++++++++++++ redocly.yaml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/@theme/styles.css b/@theme/styles.css index e8b3e8052..47c6ea10c 100644 --- a/@theme/styles.css +++ b/@theme/styles.css @@ -612,3 +612,17 @@ tr td:first-child code { vertical-align: middle; margin-top: -3px; } + +[data-component-name="Banner/Banner"] .banner-narrow { + display: none; +} + +@media only screen and (max-width: 768px) { + [data-component-name="Banner/Banner"] .banner-wide { + display: none; + } + + [data-component-name="Banner/Banner"] .banner-narrow { + display: inline; + } +} diff --git a/redocly.yaml b/redocly.yaml index 701269e4c..777b0ba2c 100644 --- a/redocly.yaml +++ b/redocly.yaml @@ -327,6 +327,6 @@ links: title: Redocly Blog RSS Feed banner: - - content: ✨ **Reviewer** - expert feedback on every docs PR. [Get early access](/pages/reviewer/reviewer.page.tsx) **·** {% img src="./images/icons/redoc-ce.svg" alt="Redoc" width=16 height=16 /%} Redoc 3.0 is coming. [Take a look](/pages/redoc-ce/redoc-ce.page.tsx) + - content: target: '**' dismissible: true \ No newline at end of file