From a98b504fd3563fecaa6d82e419ec65e16101d7d6 Mon Sep 17 00:00:00 2001 From: Animesh Pathak Date: Fri, 6 Sep 2024 11:57:54 +0530 Subject: [PATCH 1/6] feat: update slack urls Signed-off-by: Animesh Pathak --- CODE_OF_CONDUCT.md | 4 ++-- README.md | 4 ++-- docusaurus.config.js | 2 +- src/components/Community.js | 2 +- versioned_docs/version-2.0.0/concepts/support.md | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 165ab389a..589ba35c0 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -20,7 +20,7 @@ The following behaviors are expected and requested of all community members: - Show consideration and respect in all your actions and speech. Avoid any behavior that is demeaning, discriminatory, or harassing. - Seek collaboration as an initial step instead of conflict. - Refrain from demeaning, discriminatory, or harassing behavior and speech. -- Report any unsafe situations, distress or violations of the code of conduct to the maintainers through [Slack](https://join.slack.com/t/keploy/shared_invite/zt-2dno1yetd-Ec3el~tTwHYIHgGI0jPe7A). +- Report any unsafe situations, distress or violations of the code of conduct to the maintainers through [Slack](https://join.slack.com/t/keploy/shared_invite/zt-2poflru6f-_VAuvQfCBT8fDWv1WwSbkw). - Practice empathy and kindness towards other community members. - Respect diverse opinions, perspectives, and experiences. - Give and receive constructive feedback in a gracious manner. @@ -116,7 +116,7 @@ the community. ## Contact info -- [Slack](https://join.slack.com/t/keploy/shared_invite/zt-2dno1yetd-Ec3el~tTwHYIHgGI0jPe7A) +- [Slack](https://join.slack.com/t/keploy/shared_invite/zt-2poflru6f-_VAuvQfCBT8fDWv1WwSbkw) - [Mail](hello@keploy.io) ## Support 🙏 diff --git a/README.md b/README.md index 5b6840ac5..987b85570 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Page slugs (URLs), menu labels, and the location of information are a few of the The documentation in this repository is published to https://docs.keploy.io. -If information you are looking for seems to be missing, visit the [Keploy community](https://join.slack.com/t/keploy/shared_invite/zt-2dno1yetd-Ec3el~tTwHYIHgGI0jPe7A) forum for help. +If information you are looking for seems to be missing, visit the [Keploy community](https://join.slack.com/t/keploy/shared_invite/zt-2poflru6f-_VAuvQfCBT8fDWv1WwSbkw) forum for help. Please read the [CONTRIBUTING](/CONTRIBUTING.md) guide and the [STYLE](/STYLE.md) guide before you submit any pull requests. @@ -129,7 +129,7 @@ Keploy welcomes contributions to the docs website. If you have an idea for a new Reach out to us. We're here to help! -[![Slack](https://img.shields.io/badge/Slack-4A154B?style=for-the-badge&logo=slack&logoColor=white)](https://join.slack.com/t/keploy/shared_invite/zt-2dno1yetd-Ec3el~tTwHYIHgGI0jPe7A) +[![Slack](https://img.shields.io/badge/Slack-4A154B?style=for-the-badge&logo=slack&logoColor=white)](https://join.slack.com/t/keploy/shared_invite/zt-2poflru6f-_VAuvQfCBT8fDWv1WwSbkw) [![LinkedIn](https://img.shields.io/badge/linkedin-%230077B5.svg?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/company/keploy/) [![YouTube](https://img.shields.io/badge/YouTube-%23FF0000.svg?style=for-the-badge&logo=YouTube&logoColor=white)](https://www.youtube.com/channel/UC6OTg7F4o0WkmNtSoob34lg) [![Twitter](https://img.shields.io/badge/Twitter-%231DA1F2.svg?style=for-the-badge&logo=Twitter&logoColor=white)](https://twitter.com/Keployio) diff --git a/docusaurus.config.js b/docusaurus.config.js index 9b56db547..65e5099b6 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -171,7 +171,7 @@ module.exports = { - + diff --git a/src/components/Community.js b/src/components/Community.js index 78a6be4cf..be1f14d70 100644 --- a/src/components/Community.js +++ b/src/components/Community.js @@ -137,7 +137,7 @@ export const Community = () => {
  • Date: Fri, 27 Dec 2024 19:16:51 +0530 Subject: [PATCH 2/6] feat: revamp docs Signed-off-by: Animesh Pathak --- docusaurus.config.js | 23 +- .../{GitTogether.js => DevScribe.js} | 10 +- src/components/Intro.js | 10 +- src/components/Product.js | 134 ++++++++++ src/components/QuickStart.js | 59 ++--- src/components/SDKs.js | 15 +- src/pages/index.js | 9 +- static/img/DevScribe.png | Bin 0 -> 42592 bytes static/img/api.svg | 9 + versioned_docs/version-2.0.0/ci-cd/github.md | 4 + versioned_docs/version-2.0.0/ci-cd/gitlab.md | 4 + versioned_docs/version-2.0.0/ci-cd/jenkins.md | 4 + .../version-2.0.0/concepts/installation.md | 7 +- .../concepts/what-are-keploy-features.md | 6 +- .../concepts/what-is-a-keploy-ebpf.md | 6 +- .../version-2.0.0/concepts/what-is-keploy.md | 4 + .../version-2.0.0/dependencies/http.md | 4 + .../version-2.0.0/dependencies/mongo.md | 4 + .../version-2.0.0/dependencies/postgresql.md | 4 + .../version-2.0.0/dependencies/redis.md | 4 + .../keploy-cloud/deduplication.md | 4 + .../keploy-cloud/installation.md | 4 + .../keploy-cloud/keploy-console.md | 4 + .../keploy-cloud/mock-registry.md | 6 +- .../keploy-cloud/new-application.md | 6 +- .../keploy-cloud/testgeneration.md | 4 + .../keploy-cloud/time-freezing.md | 6 +- versioned_docs/version-2.0.0/migrate/index.md | 14 ++ .../quickstart/csharp-dotnet-postgres.md | 25 +- .../quickstart/express-postgresql-prisma.md | 17 +- .../version-2.0.0/quickstart/flask-redis.md | 17 +- .../quickstart/go-fasthttp-postgres.md | 17 +- .../version-2.0.0/quickstart/go-gin-redis.md | 17 +- .../version-2.0.0/quickstart/go-mux-mysql.md | 17 +- .../version-2.0.0/quickstart/go-mux-sql.md | 14 +- .../quickstart/java-spring-boot-mongo.md | 23 +- .../quickstart/java-spring-postgres.md | 28 ++- .../quickstart/nextjs-postgres.md | 19 +- .../quickstart/node-express-mongoose.md | 17 +- .../version-2.0.0/quickstart/node-jwt-sql.md | 17 +- .../quickstart/python-django-sql.md | 14 +- .../quickstart/python-fastapi-sql.md | 14 +- .../quickstart/python-fastapi-twilio.md | 14 +- .../quickstart/python-flask-mongo.md | 14 +- .../quickstart/rust-wrap-mongo.md | 16 +- .../quickstart/sample-rust-crud-mongo.md | 16 +- .../version-2.0.0/quickstart/sample-ts.md | 18 +- .../version-2.0.0/quickstart/samples-bunjs.md | 19 +- .../version-2.0.0/quickstart/samples-echo.md | 15 +- .../quickstart/samples-express-mongoose.md | 17 +- .../quickstart/samples-go-gin-mongo.md | 15 +- .../quickstart/samples-go-sse-svelte.md | 15 +- .../version-2.0.0/quickstart/samples-java.md | 18 +- .../quickstart/samples-node-mongo.md | 20 +- .../version-2.0.0/quickstart/samples-rust.md | 17 +- .../version-2.0.0/quickstart/sanic-mongo.md | 26 +- .../running-keploy/cli-commands.md | 136 ++++++----- .../running-keploy/configuration-file.md | 5 + .../running-keploy/custom-mocks.md | 5 + .../running-keploy/docker-tls.md | 23 +- .../running-keploy/keploy-passthrough.md | 7 +- .../running-keploy/keploy-templatize.md | 7 +- .../running-keploy/rename-testcases.md | 6 +- .../running-keploy/unit-test-generator.md | 16 +- .../version-2.0.0/server/installation.md | 8 +- .../version-2.0.0-sidebars.json | 229 +++++++++--------- 66 files changed, 950 insertions(+), 356 deletions(-) rename src/components/{GitTogether.js => DevScribe.js} (85%) create mode 100644 src/components/Product.js create mode 100644 static/img/DevScribe.png create mode 100644 static/img/api.svg create mode 100644 versioned_docs/version-2.0.0/migrate/index.md diff --git a/docusaurus.config.js b/docusaurus.config.js index 65e5099b6..06bca5645 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -118,7 +118,7 @@ module.exports = { { to: "/server/installation", activeBasePath: "none", - label: "Installation", + label: "Start", }, // { // to: "/server/installation/", @@ -136,12 +136,25 @@ module.exports = { // label: "test SDKs", // }, { - to: "/keploy-explained/contribution-guide", - label: "Contribution Guide", + to: "/keploy-cloud/cloud-installation", + label: "Cloud", }, { - to: "https://keploy.io/blog", - label: "Blog", + label: "Resources", + items: [ + { + label: 'Blogs', + href:'https://keploy.io/blog', + }, + { + label: 'Contributing', + href: '/keploy-explained/contribution-guide', + }, + { + label: 'FAQ', + href:'/keploy-explained/faq/', + }, + ] }, { type: "docsVersionDropdown", diff --git a/src/components/GitTogether.js b/src/components/DevScribe.js similarity index 85% rename from src/components/GitTogether.js rename to src/components/DevScribe.js index d9557b3a8..5175ed79e 100644 --- a/src/components/GitTogether.js +++ b/src/components/DevScribe.js @@ -4,13 +4,13 @@ export const GitTogether = () => { return (

    - Attend GitTogether + Attend DevScribe

    -
    + {"GitTogether
    diff --git a/src/components/Intro.js b/src/components/Intro.js index 2abf0f594..94383b7e2 100644 --- a/src/components/Intro.js +++ b/src/components/Intro.js @@ -27,7 +27,7 @@ function Languages() { fill="currentColor" /> -

    Languages

    +

    QuickStart