From 41ce9cea7c2aa1c7b0fe773597767c787ad47f73 Mon Sep 17 00:00:00 2001
From: Tobias <110702161+tobias-mintlify@users.noreply.github.com>
Date: Fri, 18 Nov 2022 14:58:03 -0500
Subject: [PATCH 1/2] Switch to new gradient syntax
---
docs/mint.json | 17 ++++++++++-------
1 file changed, 10 insertions(+), 7 deletions(-)
diff --git a/docs/mint.json b/docs/mint.json
index 718528717..231d0f862 100644
--- a/docs/mint.json
+++ b/docs/mint.json
@@ -26,12 +26,20 @@
{
"name": "Security",
"icon": "shield-halved",
- "url": "https://infisical.com/security"
+ "url": "https://infisical.com/security",
+ "color": {
+ "from": "#A1B659",
+ "to": "#F8B7BD"
+ }
},
{
"name": "Blog",
"icon": "newspaper",
- "url": "https://infisical.com/blog"
+ "url": "https://infisical.com/blog",
+ "color": {
+ "from": "#A1B659",
+ "to": "#F8B7BD"
+ }
}
],
"navigation": [
@@ -73,10 +81,5 @@
]
}
],
- "classes": {
- "topbarCtaButton": "bg-[#BADC58] hover:opacity-80 text-black rounded-md px-7 py-2.5 font-semibold",
- "anchors": "group-hover:bg-gradient-to-br from-sky-400 to-primary",
- "activeAnchors": "bg-gradient-to-br"
- },
"backgroundImage": "/docs/images/background.png"
}
From cf216dfbbfbf2a32c49eb7d621881f95f1e912f0 Mon Sep 17 00:00:00 2001
From: vlad-matsiiako <78047717+vlad-matsiiako@users.noreply.github.com>
Date: Fri, 18 Nov 2022 18:06:21 -0500
Subject: [PATCH 2/2] Added a new contributor
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index d72b824c8..9b66ed6ba 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
-
Open-source, end-to-end encrypted, 1-line-of-code tool to sync environment variables across you team and infrastructure.
+Open-source, end-to-end encrypted, easy-to-use tool to auto-sync environment variables across you team and infrastructure.