Add Perl + MongoDB quickstart #774
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added quickstart for another language (Perl)
Summary
This PR adds a new Perl + MongoDB Quickstart to the Keploy documentation (latest version: v4.0.0).
The guide is written to be beginner-friendly and demonstrates how to integrate Keploy with a Perl-based
application using MongoDB for integration testing.
What This Quickstart Covers
The new quickstart includes:
keploy record)keploy replay)Docs Changes Included
This PR updates the docs website to properly surface the new quickstart:
Added quickstart page:
versioned_docs/version-4.0.0/quickstart/perl-mongo.mdAdded sidebar entry:
versioned_sidebars/version-4.0.0-sidebars.jsonAdded Perl as a supported language in QuickStart filtering UI:
src/components/QuickStartFilter.jsListed the quickstart in the QuickStart cards view (Local + Docker flows):
src/components/QuickStartList.jsAdded required images under:
static/img/quickstart/perl-mongo/Build and Validation
Thanks for opening this pull request! If the tests fail, please feel free to reach out to us by leaving a comment down below and we will be happy to take a look.