Skip to content

Commit 934fbac

Browse files
DOC-1722 Rebrand docs site using new brand guidelines (#341)
* Add new favicon * Update logos * Remove lab pandas * Update src/partials/head-icons.hbs Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Update src/partials/head-info.hbs Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Check for image --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent d55545f commit 934fbac

12 files changed

+37
-9
lines changed

src/img/favicon.png

841 Bytes
Loading
Lines changed: 15 additions & 0 deletions
Loading

src/img/logo_Redpanda-Docs.png

40.3 KB
Loading

src/img/logo_Redpanda-Docs.svg

Lines changed: 15 additions & 0 deletions
Loading

src/img/redpanda_social-card.jpg

474 KB
Loading

src/img/webclip.png

5.2 KB
Loading

src/layouts/labs-search.hbs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
{{/with}}
2121
<p>Labs projects showcase what is possible with Redpanda as the centerpiece of your streaming data architecture. Some of these projects provide examples, guidance, best practices, and most importantly ideas for how you can use Redpanda in your own apps.</p>
2222
</div>
23-
<img src="{{{uiRootPath}}}/img/redpanda-lab-standing.png">
2423
</div>
2524
<div class="container">
2625
<div class="searchbox" id="searchbox"></div>

src/partials/component-home-v2.hbs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
<div class="paragraph home-intro">
44
<p>{{{page.attributes.home-intro}}} {{#with page.attributes.home-intro-learn-more}}<a href="{{{relativize (resolve-resource this)}}}">Learn more</a>{{/with}}
55
</p>
6+
{{#if page.attributes.home-image}}
67
<img style="max-height: 150px;min-height: 120px;" src="../_images/{{page.attributes.home-image}}" alt="{{{page.title}}}" loading="lazy"/>
8+
{{/if}}
79
</div>
810
</div>
911
</div>

src/partials/head-icons.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<link rel="icon" href="{{{uiRootPath}}}/img/Redpanda_Favicon_32px.svg" type="image/svg+xml">
1+
<link rel="icon" href="{{{uiRootPath}}}/img/favicon.png" type="image/png">

src/partials/head-info.hbs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
<meta property="og:type" content="website">
3838
{{/if}}
3939
<meta property="og:site_name" content="Redpanda Documentation">
40-
<meta property="og:image" content="{{#with @root.site.url}}{{{this}}}{{/with}}/_/img/redpanda_social-card.png">
41-
<meta property="og:image:type" content="image/png">
40+
<meta property="og:image" content="{{#with @root.site.url}}{{{this}}}{{/with}}/_/img/redpanda_social-card.jpg">
41+
<meta property="og:image:type" content="image/jpeg">
4242
<meta property="og:image:alt" content="Redpanda Documentation Social Card">
4343
<meta property="og:image:width" content="1200">
4444
<meta property="og:image:height" content="630">
4545
<meta name="twitter:card" content="summary_large_image">
46-
<meta name="twitter:image" content="{{#with @root.site.url}}{{{this}}}{{/with}}/_/img/redpanda_social-card.png">
46+
<meta name="twitter:image" content="{{#with @root.site.url}}{{{this}}}{{/with}}/_/img/redpanda_social-card.jpg">
4747
<meta name="twitter:image:alt" content="Redpanda Documentation Social Card">

0 commit comments

Comments
 (0)