Skip to content

Commit

Permalink
Add new logo and favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
gvdongen committed Jul 20, 2023
1 parent a81257d commit 43e623f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const redocusaurus = [
const config = {
title: 'Restate documentation',
tagline: 'Distributed application development made simple',
favicon: 'img/favicon.ico',
favicon: 'img/logo_only.png',

// Set the production url of your site here
url: 'https://restate.dev',
Expand Down
10 changes: 1 addition & 9 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
--ifm-color-primary-lighter: #7673a5;
--ifm-color-primary-lightest: #a3a2c3;
--ifm-code-font-size: 95%;
--ifm-link-color: #363CFF;
--ifm-link-color: #3065b3;
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
}

Expand All @@ -30,14 +30,6 @@
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
}


/* Make the Restate logo in the upper-left corner less big */
img.themedImage_node_modules-\@docusaurus-theme-classic-lib-theme-ThemedImage-styles-module.themedImage--light_node_modules-\@docusaurus-theme-classic-lib-theme-ThemedImage-styles-module {
width: 60%;
height: auto;
vertical-align: middle;
}

.bad-code-block {
background-color: #ff000020;
display: block;
Expand Down
Binary file added static/img/logo_only.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/img/restate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 43e623f

Please sign in to comment.