Skip to content

Commit c730395

Browse files
committed
Slack Connector - documentation, swagger and AsyncApi specifications added
1 parent 2d2b583 commit c730395

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
apiVersion: cms.kyma-project.io/v1alpha1
2+
kind: ClusterDocsTopic
3+
metadata:
4+
labels:
5+
cms.kyma-project.io/view-context: service-catalog
6+
name: 093d9d37-e1b4-4523-bc7b-1798028cdf38
7+
spec:
8+
displayName: "Slack Connector Add-on"
9+
description: "Overall documentation, OpenAPI and AsyncAPI for Slack Connector Add-on"
10+
sources:
11+
- type: markdown
12+
name: markdown-slack
13+
mode: single
14+
url: https://raw.githubusercontent.com/slackapi/slack-api-specs/master/README.md
15+
- type: asyncapi
16+
name: asyncapi-slack
17+
mode: single
18+
url: https://raw.githubusercontent.com/slackapi/slack-api-specs/master/events-api/slack_events_api_async_v1.json
19+
- type: openapi
20+
name: openapi-slack
21+
mode: single
22+
url: https://raw.githubusercontent.com/slackapi/slack-api-specs/master/web-api/slack_web_openapi_v2.json

addons/slack-connector-0.1.0/meta.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ documentationURL: https://github.com/PK85/add-ons/addons/slack-connector-0.1.0/d
1111
supportURL: https://github.com/PK85/add-ons/addons/slack-connector-0.1.0/docs
1212
imageURL: https://avatars2.githubusercontent.com/u/6911160?s=200&v=4
1313
bindable: false
14+
provisionOnlyOnce: true

0 commit comments

Comments
 (0)