1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

fix: styles to docs

This commit is contained in:
Ivar Conradi Østhus 2021-06-05 00:25:35 +02:00
parent c8eff31fbd
commit 88a51eed79
No known key found for this signature in database
GPG Key ID: 31AC596886B0BD09
4 changed files with 4 additions and 5 deletions

BIN
.github/deploy-heroku-20.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@ -1,8 +1,6 @@
<div align="center"> <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) [![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)
![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)
<a href="https://getunleash.io" title="Unleash - Create with freedom. Release with confidence"> <a href="https://getunleash.io" title="Unleash - Create with freedom. Release with confidence">
<img src="./.github/Logo_DarkBlue_Transparent_Portrait.svg" width="200"> <img src="./.github/Logo_DarkBlue_Transparent_Portrait.svg" width="200">

View File

@ -20,7 +20,7 @@ module.exports = {
src: "img/logo.svg" src: "img/logo.svg"
}, },
items: [ items: [
{ to: "/", label: "Documentation" }, { to: "/", label: "Documentation", activeBaseRegex: '(user_guide|sdks|addons|advanced)', },
{ to: "deploy/getting_started", label: "Deploy and manage" }, { to: "deploy/getting_started", label: "Deploy and manage" },
{ to: "integrations/integrations", label: "Integrations" }, { to: "integrations/integrations", label: "Integrations" },
{ to: "/api", label: "API" }, { to: "/api", label: "API" },

View File

@ -16,7 +16,8 @@
--ifm-color-primary-lightest: #4a6c76; --ifm-color-primary-lightest: #4a6c76;
--ifm-code-font-size: 95%; --ifm-code-font-size: 95%;
--ifm-font-size-base: 16px; --ifm-font-size-base: 16px;
--ifm-link-color: blue; --ifm-link-color: #817afe;
--navbar-link-color: #122d33;
} }
.docusaurus-highlight-code-line { .docusaurus-highlight-code-line {
background-color: rgb(72, 77, 91); background-color: rgb(72, 77, 91);