mirror of
https://github.com/Unleash/unleash.git
synced 2025-05-31 01:16:01 +02:00
fix: styles to docs
This commit is contained in:
parent
c8eff31fbd
commit
88a51eed79
BIN
.github/deploy-heroku-20.png
vendored
Normal file
BIN
.github/deploy-heroku-20.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.8 KiB |
@ -1,8 +1,6 @@
|
||||
<div align="center">
|
||||
|
||||
[](https://www.heroku.com/deploy/?template=https://github.com/Unleash/unleash)
|
||||
|
||||
 [](https://coveralls.io/github/Unleash/unleash?branch=master) [](https://www.npmjs.com/package/unleash-server) [](https://hub.docker.com/r/unleashorg/unleash-server)
|
||||
 [](https://coveralls.io/github/Unleash/unleash?branch=master) [](https://www.heroku.com/deploy/?template=https://github.com/Unleash/unleash) [](https://www.npmjs.com/package/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">
|
||||
|
@ -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" },
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user