feat(insomnia): update git project setup with local folder option#5999
feat(insomnia): update git project setup with local folder option#5999juliamrch wants to merge 4 commits into
Conversation
✅ Deploy Preview for kongdeveloper ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Pull request overview
Updates the Insomnia Git Sync documentation to reflect a new “local folder” setup option (Insomnia 13.1) and adjusts the step-by-step cloning flows across Git providers.
Changes:
- Adds “local folder” as a documented Git Sync setup option and marks it as new in Insomnia 13.1.
- Updates GitHub/GitLab/generic Git setup steps to include the current “Clone from remote” + “Scan for files” + “Clone Project” flow.
- Adds Insomnia 13.1 to the product releases list.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| app/insomnia/storage.md | Expands Git Sync “provider flexibility” to include local folder. |
| app/insomnia/convert-project-storage.md | Updates conversion instructions to mention remote/local repository selection. |
| app/_includes/how-tos/steps/insomnia-gitlab.md | Adds “Clone from remote” + final clone steps. |
| app/_includes/how-tos/steps/insomnia-github.md | Adds “Clone from remote” + final clone steps. |
| app/_includes/how-tos/steps/insomnia-git.md | Adds “Clone from remote” + final clone steps. |
| app/_includes/how-tos/steps/insomnia-git-local-folder.md | Introduces local folder setup steps with a 13.1 badge. |
| app/_how-tos/insomnia/synchronize-with-git.md | Adds a Local folder tab and updates the provider-selection step text. |
| app/_data/products/insomnia.yml | Adds Insomnia 13.1 release metadata and marks it as latest. |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
lena-larionova
left a comment
There was a problem hiding this comment.
LGTM with two minor edits
| 1. In the **Project name** field, name your project. | ||
| 1. In the **Type** field, click **Git Sync**. | ||
| 1. Select whether you want to clone the repository from GitHub, GitLab, or Git: | ||
| 1. Select whether you want to clone the repository from GitHub, GitLab, another Git remote, or a local folder ({% new_in 13.1 %}): |
There was a problem hiding this comment.
| 1. Select whether you want to clone the repository from GitHub, GitLab, another Git remote, or a local folder ({% new_in 13.1 %}): | |
| 1. Select whether you want to clone the repository from GitHub, GitLab, another Git remote, or a local folder: |
I wouldn't put the new_in inline here, that can make the text tough to read.
| @@ -0,0 +1,4 @@ | |||
| {% new_in 13.1 %} | |||
There was a problem hiding this comment.
Can we do a line of lead-in text so the badge isn't floating? eg like this: https://developer.konghq.com/gateway/entities/vault/#vault-provider-specific-configuration-parameters - see file vault or azure certs.
Description
Insomnia Git Sync projects can now be set up from a local folder. This PR updates the relevant docs:
Fixes #issue
Preview Links
Checklist
descriptionentry in frontmatter.