diff --git a/plugins/insomnia-plugin-kong-declarative-config/README.md b/plugins/insomnia-plugin-kong-declarative-config/README.md index e3774c7bdd..4d55335243 100644 --- a/plugins/insomnia-plugin-kong-declarative-config/README.md +++ b/plugins/insomnia-plugin-kong-declarative-config/README.md @@ -4,22 +4,4 @@ This is a plugin for [Insomnia](https://insomnia.rest) to add the ability to generate Kong Declarative Config. -## Installation - -Install the `insomnia-plugin-kong-declarative-config` plugin from Preferences > Plugins. - -![plugins](./assets/plugins.png) - -## Usage - -Once this plugin is installed, open a document with an OpenAPI specification and navigate to the `Design` view. - -If installed correctly, a button titled `Generate Config` will appear in the header (you may need to reopen the document). - -![generate config](./assets/generateConfig.png) - -Click on this button to open a modal, showing all of the config generator plugins installed and their output. From here, you can copy the config to your clipboard and execute on your platform. - -![modal](./assets/modal.png) - -This config will regenerate each time you click on the button, so that changes in your specification are included. +This plugin is pre-installed within Insomnia, and usage documentation can be found [here](https://docs.insomnia.rest/insomnia/declarative-config). diff --git a/plugins/insomnia-plugin-kong-declarative-config/package.json b/plugins/insomnia-plugin-kong-declarative-config/package.json index 95c4d73029..8fe89e6203 100644 --- a/plugins/insomnia-plugin-kong-declarative-config/package.json +++ b/plugins/insomnia-plugin-kong-declarative-config/package.json @@ -14,7 +14,8 @@ }, "insomnia": { "name": "kong-declarative-config", - "description": "Generate Kong Declarative Config" + "description": "Generate Kong Declarative Config", + "unlisted": true }, "dependencies": { "openapi-2-kong": "2.4.0", diff --git a/plugins/insomnia-plugin-kong-kubernetes-config/README.md b/plugins/insomnia-plugin-kong-kubernetes-config/README.md index 299e6a2e37..3ec6dc8cf0 100644 --- a/plugins/insomnia-plugin-kong-kubernetes-config/README.md +++ b/plugins/insomnia-plugin-kong-kubernetes-config/README.md @@ -4,20 +4,4 @@ This is a plugin for [Insomnia](https://insomnia.rest) to add the ability to generate Kong for Kubernetes Config. -## Installation - -Install the `insomnia-plugin-kong-kubernetes-config` plugin from Preferences > Plugins. - -![plugins](./assets/plugins.png) - -## Usage - -Once this plugin is installed, open a document with an OpenAPI specification and navigate to the `Design` view. - -If installed correctly, a button titled `Generate Config` will appear in the header (you may need to reopen the document). - -![generate config](./assets/generateConfig.png) - -Click on this button to open a modal, showing all of the config generator plugins installed and their output. From here, you can copy the config to your clipboard and execute on your platform. This config will regenerate each time you click on the button, so that changes in your specification are included. - -![modal](./assets/modal.png) +This plugin is pre-installed within Insomnia, and usage documentation can be found [here](https://docs.insomnia.rest/insomnia/kong-for-kubernetes). diff --git a/plugins/insomnia-plugin-kong-kubernetes-config/package.json b/plugins/insomnia-plugin-kong-kubernetes-config/package.json index 7e764d14e7..650442a082 100644 --- a/plugins/insomnia-plugin-kong-kubernetes-config/package.json +++ b/plugins/insomnia-plugin-kong-kubernetes-config/package.json @@ -14,7 +14,8 @@ }, "insomnia": { "name": "kong-kubernetes-config", - "description": "Generate Kong For Kubernetes configuration" + "description": "Generate Kong For Kubernetes configuration", + "unlisted": true }, "dependencies": { "openapi-2-kong": "2.4.0", diff --git a/plugins/insomnia-plugin-kong-portal/README.md b/plugins/insomnia-plugin-kong-portal/README.md index 0b9e88c019..e447ce5595 100644 --- a/plugins/insomnia-plugin-kong-portal/README.md +++ b/plugins/insomnia-plugin-kong-portal/README.md @@ -4,20 +4,4 @@ This is a plugin for [Insomnia](https://insomnia.rest) to add the ability to deploy API specifications to Kong Portal. -## Installation - -Install the `insomnia-plugin-kong-portal` plugin from Preferences > Plugins. - -![plugins](./assets/plugins.png) - -## Usage - -Once this plugin is installed, navigate to the homepage and click `...` to open the menu for a document. - -If installed correctly, an option titled `Deploy to Dev Portal` will appear. - -![dropdown](./assets/dropdown.png) - -Click on this button and enter your URL, workspace name and RBAC token in order to connect to Kong. - -![connect](assets/connect.png) +This plugin is pre-installed within Insomnia, and usage documentation can be found [here](https://docs.insomnia.rest/insomnia/publish-to-dev-portal). diff --git a/plugins/insomnia-plugin-kong-portal/package.json b/plugins/insomnia-plugin-kong-portal/package.json index 95e43d2b79..a67d523d65 100644 --- a/plugins/insomnia-plugin-kong-portal/package.json +++ b/plugins/insomnia-plugin-kong-portal/package.json @@ -19,7 +19,8 @@ }, "insomnia": { "name": "kong-portal", - "description": "Deploy API specifications to Kong Portal" + "description": "Deploy API specifications to Kong Portal", + "unlisted": true }, "devDependencies": { "@babel/core": "^7.9.0",