Skip to content

Commit ef02112

Browse files
prettier:write
1 parent a9e7c6f commit ef02112

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/MAINTAINERS.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,9 @@ This will output a new key, associated with your email address to /tmp/new-ssh-k
102102
This does not require a release. Users will simply copy the `kong` directory into their Kong image [see this guide](https://docs.konghq.com/gateway/latest/plugin-development/get-started/deploy/).
103103

104104
In the future:
105-
* We will build a Docker image for the plugin and release it to the Kong Community plugins site.
106-
* We will offer a zip file with the plugin code.
105+
106+
- We will build a Docker image for the plugin and release it to the Kong Community plugins site.
107+
- We will offer a zip file with the plugin code.
107108

108109
## 🧑‍🔬 Integration Testing
109110

packages/kong-plugin/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ curl -isX POST http://localhost:8001/plugins -d name=readme-plugin -d 'config.ap
2626
```
2727

2828
### 🧑‍🔬 Testing
29+
2930
Requires [pongo](https://github.com/Kong/kong-pongo) to test and develop.
3031

3132
```bash
@@ -37,7 +38,6 @@ kms
3738
curl -s localhost:8001 | jq '.plugins.available_on_server."readme-plugin"'
3839
```
3940

40-
4141
#### Enable for all services
4242

4343
```bash
@@ -61,6 +61,7 @@ curl -i http://localhost:8000/mock/anything
6161
```
6262

6363
### 🧙 Development tricks
64+
6465
```bash
6566
# Get plugin config
6667
curl -s http://localhost:8001/plugins | jq '.data | map(select(.name == "readme-plugin")) | first'

0 commit comments

Comments
 (0)