diff --git a/.github/deploy-heroku-20.png b/.github/deploy-heroku-20.png new file mode 100644 index 0000000000..cd4bb4a149 Binary files /dev/null and b/.github/deploy-heroku-20.png differ diff --git a/README.md b/README.md index 5d839d23f9..b3d0916945 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@
-[![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) diff --git a/websitev2/docusaurus.config.js b/websitev2/docusaurus.config.js index de9f9abd87..4fc4819776 100644 --- a/websitev2/docusaurus.config.js +++ b/websitev2/docusaurus.config.js @@ -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" }, diff --git a/websitev2/src/css/custom.css b/websitev2/src/css/custom.css index 10c5d02c59..0d5be36c23 100644 --- a/websitev2/src/css/custom.css +++ b/websitev2/src/css/custom.css @@ -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);