Skip to content

Commit

Permalink
fix: styles to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarconr committed Jun 4, 2021
1 parent c8eff31 commit 88a51ee
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
Binary file added .github/deploy-heroku-20.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<div align="center">

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://www.heroku.com/deploy/?template=https://github.com/Unleash/unleash)

![Build & Tests](https://github.com/Unleash/unleash/workflows/Build%20%26%20Tests/badge.svg?branch=master) [![Coverage Status](https://coveralls.io/repos/github/Unleash/unleash/badge.svg?branch=master)](https://coveralls.io/github/Unleash/unleash?branch=master) [![npm](https://img.shields.io/npm/v/unleash-server)](https://www.npmjs.com/package/unleash-server) [![Docker Pulls](https://img.shields.io/docker/pulls/unleashorg/unleash-server)](https://hub.docker.com/r/unleashorg/unleash-server)
![Build & Tests](https://github.com/Unleash/unleash/workflows/Build%20%26%20Tests/badge.svg?branch=master) [![Coverage Status](https://coveralls.io/repos/github/Unleash/unleash/badge.svg?branch=master)](https://coveralls.io/github/Unleash/unleash?branch=master) [![Deploy](./.github/deploy-heroku-20.png)](https://www.heroku.com/deploy/?template=https://github.com/Unleash/unleash) [![npm](https://img.shields.io/npm/v/unleash-server)](https://www.npmjs.com/package/unleash-server) [![Docker Pulls](https://img.shields.io/docker/pulls/unleashorg/unleash-server)](https://hub.docker.com/r/unleashorg/unleash-server)

<a href="https://getunleash.io" title="Unleash - Create with freedom. Release with confidence">
<img src="./.github/Logo_DarkBlue_Transparent_Portrait.svg" width="200">
Expand Down
2 changes: 1 addition & 1 deletion websitev2/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = {
src: "img/logo.svg"
},
items: [
{ to: "/", label: "Documentation" },
{ to: "/", label: "Documentation", activeBaseRegex: '(user_guide|sdks|addons|advanced)', },
{ to: "deploy/getting_started", label: "Deploy and manage" },
{ to: "integrations/integrations", label: "Integrations" },
{ to: "/api", label: "API" },
Expand Down
3 changes: 2 additions & 1 deletion websitev2/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
--ifm-color-primary-lightest: #4a6c76;
--ifm-code-font-size: 95%;
--ifm-font-size-base: 16px;
--ifm-link-color: blue;
--ifm-link-color: #817afe;
--navbar-link-color: #122d33;
}
.docusaurus-highlight-code-line {
background-color: rgb(72, 77, 91);
Expand Down

0 comments on commit 88a51ee

Please sign in to comment.