Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sse docs #438

Merged
merged 12 commits into from
Aug 19, 2024
Merged

Sse docs #438

merged 12 commits into from
Aug 19, 2024

Conversation

Ishaanj18
Copy link
Contributor

@Ishaanj18 Ishaanj18 commented Aug 4, 2024

Pull Request Template

Description

Updated documentation

Fixes keploy/keploy#2164

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue).
  • New feature (non-breaking change which adds functionality).
  • Breaking change (fix or feature that would cause existing functionality to not work as expected).
  • This change requires a documentation update.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Additional Context (Please include any Screenshots/gifs if relevant)

...

Checklist:

  • My code follows the style guidelines of this project.
  • I have performed a self-review of my own code.
  • I have made corresponding changes to the documentation.
  • I have added corresponding tests.
  • Any dependent changes have been merged and published in downstream modules.

Signed-off-by: ishaanj18 <[email protected]>
Signed-off-by: ishaanj18 <[email protected]>
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you and congratulations 🎉 for opening your very first pull request in keploy

Copy link
Member

@Sonichigo Sonichigo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Ishaanj18 the changes will be made to version_2.0.0_sidebar.json as well

GauriBhandari and others added 2 commits August 19, 2024 10:56
…ocally (keploy#423)

* docs(configuration): added example for handling nested JSON fields

Added example for handling nested JSON fields

Closes #1892

Signed-off-by: GauriBhandari <[email protected]>

* docs: add instructions for using npm to run the Docusaurus site locally

Added instructions for using npm to run the Docusaurus site locally

Closes #2094

Signed-off-by: Gauri Bhandari <[email protected]>
Signed-off-by: GauriBhandari <[email protected]>

* docs: add instructions for using npm to run the Docusaurus site locally

Added note

Closes #2094

Signed-off-by: Gauri Bhandari <[email protected]>
Signed-off-by: GauriBhandari <[email protected]>

* Updated documentation to reflect npm migration

Revised the documentation to include instructions for using npm instead of yarn

Migration from using yarn to npm on docs website

Closes #2094

Signed-off-by: Gauri Bhandari <[email protected]>
Signed-off-by: GauriBhandari <[email protected]>

* docs: update npm migration instructions

Revised the documentation to include instructions for using npm instead of yarn. This change reflects the migration from using yarn to npm for building, testing, and deploying the docs website.

Closes #2094

Signed-off-by: GauriBhandari <[email protected]>

* ci: update lint.yml to ensure proper commit message formatting

This commit updates the lint.yml file to ensure that commit messages follow the required format.

Closes #2094

Signed-off-by: Gauri Bhandari <[email protected]>
Signed-off-by: GauriBhandari <[email protected]>

* docs: update npm migration instructions

Closes #2094

Signed-off-by: Gauri Bhandari <[email protected]>
Signed-off-by: GauriBhandari <[email protected]>

* docs: update installation instructions for npm migration

Revised the documentation to reflect the migration from Yarn to npm for building, testing, and deploying the docs website.

Closes #2094

Signed-off-by: GauriBhandari <[email protected]>

---------

Signed-off-by: GauriBhandari <[email protected]>
Signed-off-by: Gauri Bhandari <[email protected]>
Co-authored-by: Animesh Pathak <[email protected]>
@Sonichigo Sonichigo merged commit f0b1506 into keploy:main Aug 19, 2024
3 of 5 checks passed
github-actions bot pushed a commit that referenced this pull request Aug 19, 2024
* first commit

Signed-off-by: ishaanj18 <[email protected]>

* added documentation

Signed-off-by: ishaanj18 <[email protected]>

* added changes to version_2.0.0_sidebar.json

Signed-off-by: ishaanj18 <[email protected]>

* updated samples-go-sse-svelte.md

Signed-off-by: ishaanj18 <[email protected]>

* [docs]: Added instructions for using npm to run the Docusaurus site locally (#423)

* docs(configuration): added example for handling nested JSON fields

Added example for handling nested JSON fields

Closes #1892

Signed-off-by: GauriBhandari <[email protected]>

* docs: add instructions for using npm to run the Docusaurus site locally

Added instructions for using npm to run the Docusaurus site locally

Closes #2094

Signed-off-by: Gauri Bhandari <[email protected]>
Signed-off-by: GauriBhandari <[email protected]>

* docs: add instructions for using npm to run the Docusaurus site locally

Added note

Closes #2094

Signed-off-by: Gauri Bhandari <[email protected]>
Signed-off-by: GauriBhandari <[email protected]>

* Updated documentation to reflect npm migration

Revised the documentation to include instructions for using npm instead of yarn

Migration from using yarn to npm on docs website

Closes #2094

Signed-off-by: Gauri Bhandari <[email protected]>
Signed-off-by: GauriBhandari <[email protected]>

* docs: update npm migration instructions

Revised the documentation to include instructions for using npm instead of yarn. This change reflects the migration from using yarn to npm for building, testing, and deploying the docs website.

Closes #2094

Signed-off-by: GauriBhandari <[email protected]>

* ci: update lint.yml to ensure proper commit message formatting

This commit updates the lint.yml file to ensure that commit messages follow the required format.

Closes #2094

Signed-off-by: Gauri Bhandari <[email protected]>
Signed-off-by: GauriBhandari <[email protected]>

* docs: update npm migration instructions

Closes #2094

Signed-off-by: Gauri Bhandari <[email protected]>
Signed-off-by: GauriBhandari <[email protected]>

* docs: update installation instructions for npm migration

Revised the documentation to reflect the migration from Yarn to npm for building, testing, and deploying the docs website.

Closes #2094

Signed-off-by: GauriBhandari <[email protected]>

---------

Signed-off-by: GauriBhandari <[email protected]>
Co-authored-by: Animesh Pathak <[email protected]>

---------

Signed-off-by: ishaanj18 <[email protected]>
Signed-off-by: Animesh Pathak <[email protected]>
Signed-off-by: Gauri Bhandari <[email protected]>
Co-authored-by: Animesh Pathak <[email protected]>
Co-authored-by: Gauri Bhandari <[email protected]>
Co-authored-by: Animesh Pathak <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[docs]: add sse-svelte sample application on documentation website
3 participants