From be5f38973144c936a3e744f490f312f2ac1cc156 Mon Sep 17 00:00:00 2001 From: Animesh Pathak Date: Tue, 31 Dec 2024 18:43:54 +0530 Subject: [PATCH] feat: based on feedback iteration 1 Signed-off-by: Animesh Pathak --- docusaurus.config.js | 9 +- src/components/Community.js | 9 +- src/components/Intro.js | 64 +++--- src/components/Product.js | 5 +- src/components/QuickStart.js | 1 - src/css/custom.css | 189 ++++++++++++++++-- tailwind.config.js | 5 +- .../version-2.0.0-sidebars.json | 28 +-- 8 files changed, 242 insertions(+), 68 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 06bca5645..a34b43459 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -118,7 +118,7 @@ module.exports = { { to: "/server/installation", activeBasePath: "none", - label: "Start", + label: "Getting Started", }, // { // to: "/server/installation/", @@ -137,7 +137,7 @@ module.exports = { // }, { to: "/keploy-cloud/cloud-installation", - label: "Cloud", + label: "Enterprise", }, { label: "Resources", @@ -167,6 +167,11 @@ module.exports = { className: "header-github-link", "aria-label": "GitHub repository", }, + { + href: "https://app.keploy.io", + position: "right", + label: 'Pricing' + }, // TODO : Add Blogging Section // { // to: "/blog", diff --git a/src/components/Community.js b/src/components/Community.js index be1f14d70..86dc1cd39 100644 --- a/src/components/Community.js +++ b/src/components/Community.js @@ -10,7 +10,7 @@ export const Community = () => { Are you curious, πŸ€” or do you have questions burning in your mind? πŸ”₯ Look no further! Join our lively Community Forum where you can:

-