Skip to content

Commit 4adcd7e

Browse files
authored
chore: JR-317: Adds placeholder files to set up the repo for new service: API Designer (#510)
* chore: JR-317: Adds placeholder files to set up the repo * chore: JR-317: Adds new attributes for API Designer Rebase to latest upstream/main * chore: JR-317: Adds new service API Designer * chore: JR-317: Regenerates all files with latest attribute updates * chore: JR-317: Creates placeholder sections in Getting Started * chore: JR-317: Adds placeholder image details to Getting Started
1 parent eadac68 commit 4adcd7e

File tree

25 files changed

+480
-1
lines changed

25 files changed

+480
-1
lines changed

.github/workflows/modular-docs-publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,11 @@ jobs:
2222
- product: RHOAS
2323
branch: modular-docs-rhoas
2424
# - product: RHODA
25-
# branch: modular-docs-rhoda
25+
# branch: modular-docs-rhoda
2626
- product: RHOC
2727
branch: modular-docs-rhoc
28+
- product: RHOAD
29+
branch: modular-docs-rhoad
2830
steps:
2931
- uses: actions/checkout@v2
3032
name: Checkout Source

docs/.product-mapping.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@ products:
2020
RHOAS:
2121
directories:
2222
- rhoas
23+
RHOAD:
24+
directories:
25+
- api-designer

docs/_artifacts/document-attributes.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,10 @@
5353
:product-version-connectors: 1
5454
:service-url-connectors: https://console.redhat.com/application-services/connectors
5555
:getting-started-url-connectors: connectors/getting-started-connectors/README.adoc
56+
57+
//OpenShift API Designer
58+
:product-long-api-designer: OpenShift API Designer
59+
:product-api-designer: API Designer
60+
:product-version-api-designer: 1
61+
:service-url-api-designer: https://console.redhat.com/application-services/api-designer/
62+
:getting-started-url-api-designer: api-designer/getting-started-api-designer/README.adoc
Lines changed: 301 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,301 @@
1+
////
2+
START GENERATED ATTRIBUTES
3+
WARNING: This content is generated by running npm --prefix .build run generate:attributes
4+
////
5+
6+
//All OpenShift Application Services
7+
:org-name: Application Services
8+
:product-long-rhoas: OpenShift Application Services
9+
:community:
10+
:imagesdir: ./images
11+
:property-file-name: app-services.properties
12+
:samples-git-repo: https://github.com/redhat-developer/app-services-guides
13+
:base-url: https://github.com/redhat-developer/app-services-guides/tree/main/docs/
14+
15+
//OpenShift Application Services CLI
16+
:base-url-cli: https://github.com/redhat-developer/app-services-cli/tree/main/docs/
17+
:command-ref-url-cli: commands
18+
:installation-guide-url-cli: rhoas/rhoas-cli-installation/README.adoc
19+
20+
//OpenShift Streams for Apache Kafka
21+
:product-long-kafka: OpenShift Streams for Apache Kafka
22+
:product-kafka: Streams for Apache Kafka
23+
:product-version-kafka: 1
24+
:service-url-kafka: https://console.redhat.com/application-services/streams/
25+
:getting-started-url-kafka: kafka/getting-started-kafka/README.adoc
26+
:kafka-bin-scripts-url-kafka: kafka/kafka-bin-scripts-kafka/README.adoc
27+
:kafkacat-url-kafka: kafka/kcat-kafka/README.adoc
28+
:quarkus-url-kafka: kafka/quarkus-kafka/README.adoc
29+
:nodejs-url-kafka: kafka/nodejs-kafka/README.adoc
30+
:getting-started-rhoas-cli-url-kafka: kafka/rhoas-cli-getting-started-kafka/README.adoc
31+
:topic-config-url-kafka: kafka/topic-configuration-kafka/README.adoc
32+
:consumer-config-url-kafka: kafka/consumer-configuration-kafka/README.adoc
33+
:access-mgmt-url-kafka: kafka/access-mgmt-kafka/README.adoc
34+
:metrics-monitoring-url-kafka: kafka/metrics-monitoring-kafka/README.adoc
35+
:service-binding-url-kafka: kafka/service-binding-kafka/README.adoc
36+
37+
//OpenShift Service Registry
38+
:product-long-registry: OpenShift Service Registry
39+
:product-registry: Service Registry
40+
:registry: Service Registry
41+
:product-version-registry: 1
42+
:service-url-registry: https://console.redhat.com/application-services/service-registry/
43+
:getting-started-url-registry: registry/getting-started-registry/README.adoc
44+
:quarkus-url-registry: registry/quarkus-registry/README.adoc
45+
:getting-started-rhoas-cli-url-registry: registry/rhoas-cli-getting-started-registry/README.adoc
46+
:access-mgmt-url-registry: registry/access-mgmt-registry/README.adoc
47+
:content-rules-registry: https://access.redhat.com/documentation/en-us/red_hat_openshift_service_registry/1/guide/9b0fdf14-f0d6-4d7f-8637-3ac9e2069817[Supported Service Registry content and rules]
48+
:service-binding-url-registry: registry/service-binding-registry/README.adoc
49+
50+
//OpenShift Connectors
51+
:product-long-connectors: OpenShift Connectors
52+
:product-connectors: Connectors
53+
:product-version-connectors: 1
54+
:service-url-connectors: https://console.redhat.com/application-services/connectors
55+
:getting-started-url-connectors: connectors/getting-started-connectors/README.adoc
56+
57+
//OpenShift API Designer
58+
:product-long-api-designer: OpenShift API Designer
59+
:product-api-designer: API Designer
60+
:product-version-api-designer: 1
61+
:service-url-api-designer: https://console.redhat.com/application-services/api-designer/
62+
:getting-started-url-api-designer: api-designer/getting-started-api-designer/README.adoc
63+
64+
////
65+
END GENERATED ATTRIBUTES
66+
////
67+
68+
[id="chap-getting-started-api-designer"]
69+
= Getting started with {product-long-api-designer}
70+
ifdef::context[:parent-context: {context}]
71+
:context: getting-started-ad
72+
73+
// Purpose statement for the assembly
74+
[role="_abstract"]
75+
As a developer of applications and services, you can use {product-long-api-designer} to ...
76+
{product-long-api-designer} is a managed cloud service that enables you to design schema and API definitions without having to install, configure, run, and maintain your own {product-api-designer} clusters.
77+
78+
For more overview information, see the https://access.redhat.com/documentation/en-us/red_hat_openshift_api-designer/1[{product-long-api-designer} user documentation^]
79+
80+
ifndef::community[]
81+
.Prerequisites
82+
* You have a {org-name} account.
83+
* You have a subscription to {product-long-kafka}.
84+
//For more information about signing up, see *<@SME: Where to link?>*.
85+
endif::[]
86+
87+
// Condition out QS-only content so that it doesn't appear in docs.
88+
// All QS anchor IDs must be in this alternate anchor ID format `[#anchor-id]` because the ascii splitter relies on the other format `[id="anchor-id"]` to generate module files.
89+
ifdef::qs[]
90+
[#description]
91+
====
92+
Learn how to create your first {product-api-designer} design in {product-long-api-designer}.
93+
====
94+
95+
[#introduction]
96+
====
97+
Welcome to the quick start for {product-long-api-designer}.
98+
In this quick start, you'll learn how to ...
99+
====
100+
endif::[]
101+
102+
[id="proc-creating-schema-api-design_{context}"]
103+
== Creating an {product-api-designer} schema or API design
104+
105+
[role="_abstract"]
106+
Use the {product-long-api-designer} web console to create an {product-api-designer} schema or API design. ...
107+
108+
ifndef::qs[]
109+
.Prerequisites
110+
* You're logged in to the {product-api-designer} web console at {service-url-api-designer}[^].
111+
endif::[]
112+
113+
.Procedure
114+
. In the {service-url-api-designer}[{product-api-designer} web console], click ...
115+
. Click ...
116+
117+
[.screencapture]
118+
.{product-api-designer} placeholder image
119+
image::placeholder.png[Placeholder image for {product-api-designer} ]
120+
121+
.Verification
122+
ifdef::qs[]
123+
* Is the new {product-api-designer} design listed in the designs table?
124+
* Is ...
125+
endif::[]
126+
ifndef::qs[]
127+
. Verify that the new {product-api-designer} design is listed in the designs table.
128+
. Verify that ...
129+
endif::[]
130+
131+
[id="proc-importing-schema-api-design_{context}"]
132+
== Importing an {product-api-designer} schema or API design
133+
134+
[role="_abstract"]
135+
You can import an {product-api-designer} schema or API design from a URL, from a file, or from a {registry} instance.
136+
...
137+
138+
.Prerequisites
139+
* You're logged in to the {product-api-designer} web console at {service-url-api-designer}[^].
140+
141+
.Procedure
142+
. In the *{product-api-designer}* designs page of the web console, click ...
143+
. Click ...
144+
145+
146+
.Verification
147+
ifdef::qs[]
148+
* Is the imported {product-api-designer} design listed in the designs table?
149+
* Is ...
150+
endif::[]
151+
ifndef::qs[]
152+
. Verify that the imported {product-api-designer} design is listed in the designs table.
153+
. Verify that ...
154+
endif::[]
155+
156+
[id="proc-editing-schema-api-design_{context}"]
157+
== Editing an {product-api-designer} schema or API design
158+
159+
[role="_abstract"]
160+
After you create or import an {product-api-designer} design, you can edit the schema or API content.
161+
162+
.Prerequisites
163+
* You've created or uploaded an {product-api-designer} design.
164+
165+
.Procedure
166+
. In the *{product-api-designer}* designs page of the web console, select the {product-api-designer} design that you want to edit.
167+
. Click ...
168+
169+
170+
.Verification
171+
ifdef::qs[]
172+
* Is ...?
173+
endif::[]
174+
ifndef::qs[]
175+
* Verify that ...
176+
endif::[]
177+
178+
[id="proc-validating-schema-api-design_{context}"]
179+
== Validating an {product-api-designer} schema or API design
180+
181+
[role="_abstract"]
182+
After you edit an {product-api-designer} design, you can validate the schema or API content.
183+
184+
.Prerequisites
185+
* You've created, uploaded, or edited an {product-api-designer} design.
186+
187+
.Procedure
188+
. In the *{product-api-designer}* designs page of the web console, select the {product-api-designer} design that you want to validate.
189+
. Click ...
190+
191+
192+
.Verification
193+
ifdef::qs[]
194+
* Is ...?
195+
endif::[]
196+
ifndef::qs[]
197+
* Verify that ...
198+
endif::[]
199+
200+
[id="proc-exporting-schema-api-design-locally_{context}"]
201+
== Saving {product-api-designer} designs locally
202+
203+
[role="_abstract"]
204+
_*To confirm:* Not sure if we'll need this section -- perhaps the designs will be saved locally automatically: to the browser index.db in Phase 1, and to the backend database in later phases._
205+
To ...
206+
207+
.Prerequisites
208+
* You've created, uploaded, or edited an {product-api-designer} design.
209+
210+
.Procedure
211+
. In the *{product-api-designer}* designs page of the web console, select the {product-api-designer} design that you want to save locally.
212+
. Click ...
213+
214+
.Verification
215+
ifdef::qs[]
216+
* Is ...?
217+
endif::[]
218+
ifndef::qs[]
219+
* Verify that ...
220+
endif::[]
221+
222+
[id="proc-exporting-schema-api-design-to-file_{context}"]
223+
== Exporting {product-api-designer} designs to a file
224+
225+
[role="_abstract"]
226+
To ...
227+
228+
.Prerequisites
229+
* You've created, uploaded, or edited an {product-api-designer} design.
230+
231+
.Procedure
232+
. In the *{product-api-designer}* designs page of the web console, select the {product-api-designer} design that you want to save to a file.
233+
. Click ...
234+
235+
.Verification
236+
ifdef::qs[]
237+
* Is ...?
238+
endif::[]
239+
ifndef::qs[]
240+
* Verify that ...
241+
endif::[]
242+
243+
[id="proc-exporting-schema-api-design-to-registry_{context}"]
244+
== Exporting {product-api-designer} designs to {registry}
245+
246+
[role="_abstract"]
247+
To ...
248+
249+
.Prerequisites
250+
* You've created, uploaded, or edited an {product-api-designer} design.
251+
*
252+
253+
.Procedure
254+
. In the *{product-api-designer}* designs page of the web console, select the {product-api-designer} design that you want to save to {registry}.
255+
. Click ...
256+
257+
.Verification
258+
ifdef::qs[]
259+
* Did you ...?
260+
endif::[]
261+
ifndef::qs[]
262+
. Verify that ...
263+
endif::[]
264+
265+
266+
[id="proc-deleting-schema-api-design_{context}"]
267+
== Deleting {product-api-designer} designs
268+
269+
[role="_abstract"]
270+
To ...
271+
272+
.Prerequisites
273+
* You've created or uploaded an {product-api-designer} design.
274+
275+
.Procedure
276+
. In the *{product-api-designer}* designs page of the web console, select the {product-api-designer} design that you want to delete.
277+
. Click ...
278+
279+
.Verification
280+
ifdef::qs[]
281+
* Is ...?
282+
endif::[]
283+
ifndef::qs[]
284+
* Verify that ...
285+
endif::[]
286+
287+
[role="_additional-resources"]
288+
== Additional resources
289+
* https://access.redhat.com/documentation/en-us/red_hat_openshift_api_designer/1[{product-long-api-designer} user documentation^]
290+
* https://access.redhat.com/documentation/en-us/red_hat_openshift_service_registry/1[{product-long-registry} user documentation^]
291+
* https://access.redhat.com/documentation/en-us/red_hat_openshift_streams_for_apache_kafka/1[OpenShift Streams for Apache Kafka user documentation^]
292+
293+
ifdef::qs[]
294+
[#conclusion]
295+
====
296+
Congratulations! You successfully completed the {api-designer} Getting Started quick start, and are now ready to use the service.
297+
====
298+
endif::[]
299+
300+
ifdef::parent-context[:context: {parent-context}]
301+
ifndef::parent-context[:!context:]

docs/api-designer/getting-started-api-designer/images/placeholder.png

Loading
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
apiVersion: console.openshift.io/v1
2+
kind: QuickStarts
3+
metadata:
4+
name: getting-started-api-designer
5+
annotations:
6+
draft: true
7+
order: 1
8+
spec:
9+
version: 0.1
10+
type:
11+
text: Quick start
12+
color: green
13+
displayName: !snippet/title README.adoc#chap-getting-started-api-designer
14+
durationMinutes: 10
15+
icon: >-
16+
data:image/svg+xml;base64,PHN2ZyBpZD0iZTJlYjA1OWItNzYyNy00ODc1LWJlZDYtYmJhMzQ4OTJiZTFjIiBkYXRhLW5hbWU9IkxheWVyIDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjM4IiBoZWlnaHQ9IjM4IiB2aWV3Qm94PSIwIDAgMzggMzgiPjxkZWZzPjxzdHlsZT4uYmRmMjNjNWEtYmExZS00MDFiLTlhYjQtMjY3MDI5NDhhOGZhe2ZpbGw6I2ZmZjt9LmJmZDk5NGZmLWVhNjAtNGE2ZC05NjAwLWRjN2VkM2U5NWRmMXtmaWxsOnJlZDt9PC9zdHlsZT48L2RlZnM+PHBhdGggY2xhc3M9ImJkZjIzYzVhLWJhMWUtNDAxYi05YWI0LTI2NzAyOTQ4YThmYSIgZD0iTTI4LDIuNjA3MTRBNy40MDEyNCw3LjQwMTI0LDAsMCwxLDM1LjM5Mjg2LDEwVjI4QTcuNDAxMjMsNy40MDEyMywwLDAsMSwyOCwzNS4zOTI4NkgxMEE3LjQwMTI0LDcuNDAxMjQsMCwwLDEsMi42MDcxNCwyOFYxMEE3LjQwMTI0LDcuNDAxMjQsMCwwLDEsMTAsMi42MDcxNEgyOCIvPjxwYXRoIGQ9Ik0yOCwyLjYwNzE0QTcuNDAxMjQsNy40MDEyNCwwLDAsMSwzNS4zOTI4NiwxMFYyOEE3LjQwMTIzLDcuNDAxMjMsMCwwLDEsMjgsMzUuMzkyODZIMTBBNy40MDEyNCw3LjQwMTI0LDAsMCwxLDIuNjA3MTQsMjhWMTBBNy40MDEyNCw3LjQwMTI0LDAsMCwxLDEwLDIuNjA3MTRIMjhNMjgsMUgxMGE5LDksMCwwLDAtOSw5VjI4YTksOSwwLDAsMCw5LDlIMjhhOSw5LDAsMCwwLDktOVYxMGE5LDksMCwwLDAtOS05WiIvPjxwYXRoIGNsYXNzPSJiZmQ5OTRmZi1lYTYwLTRhNmQtOTYwMC1kYzdlZDNlOTVkZjEiIGQ9Ik0yNy40MzE2LDE0LjUxNzNhMi42NTc3NSwyLjY1Nzc1LDAsMSwxLDIuNjU4MDctMi42NTgwNkEyLjY2MTE4LDIuNjYxMTgsMCwwLDEsMjcuNDMxNiwxNC41MTczWm0wLTMuNzA4MzVhMS4wNTA2MSwxLjA1MDYxLDAsMSwwLDEuMDUwOTMsMS4wNTAyOUExLjA1MTIxLDEuMDUxMjEsMCwwLDAsMjcuNDMxNiwxMC44MDlaIi8+PHBhdGggY2xhc3M9ImJmZDk5NGZmLWVhNjAtNGE2ZC05NjAwLWRjN2VkM2U5NWRmMSIgZD0iTTIzLjkxNDcyLDMwLjA5NDY2YTQuODgzNTgsNC44ODM1OCwwLDEsMSw0Ljg4NDIxLTQuODgzQTQuODg5MTMsNC44ODkxMywwLDAsMSwyMy45MTQ3MiwzMC4wOTQ2NlptMC04LjE2YTMuMjc2NDQsMy4yNzY0NCwwLDEsMCwzLjI3NzA3LDMuMjc3MDdBMy4yOCwzLjI4LDAsMCwwLDIzLjkxNDcyLDIxLjkzNDY0WiIvPjxwYXRoIGQ9Ik0xNi45NzM4OCwyNi4zNzE4N0EuODAzNzguODAzNzgsMCwwLDEsMTYuOTIzLDI0Ljc2NmMuMTkyNzQtLjAxMjU2LjM4NDIxLS4wMzEzOS41NzMxOC0uMDU3NzZhLjgwMy44MDMsMCwxLDEsLjIyODUxLDEuNTg5NTdxLS4zNDU2LjA1MDg1LS42OTg3My4wNzI4MkMxNy4wMDg0LDI2LjM3MTg3LDE2Ljk5MDgzLDI2LjM3MTg3LDE2Ljk3Mzg4LDI2LjM3MTg3WiIvPjxwYXRoIGQ9Ik0xMy40MTQ5MywyNS43NTE2MWEuODE1MzUuODE1MzUsMCwwLDEtLjMxNzY2LS4wNjUyOSw4LjYzMDczLDguNjMwNzMsMCwwLDEtMS4xODMzOC0uNjI1MjhBLjgwNC44MDQsMCwwLDEsMTIuNzc0LDIzLjcwMjVhNi43NzcxOCw2Ljc3NzE4LDAsMCwwLC45NTk4OS41MDcyNi44MDM5Mi44MDM5MiwwLDAsMS0uMzE4OTIsMS41NDE4NVpNOS44MjIwOSwyMi42MTAxNWEuODA0LjgwNCwwLDAsMS0uNjg4NjktLjM4OCw4LjQ2MzEzLDguNDYzMTMsMCwwLDEtLjU5ODkxLTEuMTk3ODIuODAzMjMuODAzMjMsMCwxLDEsMS40ODkxMi0uNjAyNjgsNi45OTAxNiw2Ljk5MDE2LDAsMCwwLC40ODU5MS45NjkzMS44MDM0NS44MDM0NSwwLDAsMS0uNjg3NDMsMS4yMTkxN1ptLTEuMDg3MzMtNC42NDQ0Yy0uMDIxMzUsMC0uMDQyNjktLjAwMDYyLS4wNjQ2Ni0uMDAyNTFhLjgwMzQuODAzNCwwLDAsMS0uNzM3LS44NjUwOUE4LjUxMzc2LDguNTEzNzYsMCwwLDEsOC4xNDQsMTUuNzc3MjhhLjgwMzUxLjgwMzUxLDAsMSwxLDEuNTYxOTQuMzc3OTMsNi45MjIxNSw2LjkyMjE1LDAsMCwwLS4xNzA3NiwxLjA3MUEuODAzOTEuODAzOTEsMCwwLDEsOC43MzQ3NiwxNy45NjU3NVptMTQuODk1LTIuNTA0MjVhLjgwMy44MDMsMCwwLDEtLjczNTc3LS40ODA4OSw2Ljg4MDA3LDYuODgwMDcsMCwwLDAtLjUxMzU0LS45NTYxMi44MDM4Ni44MDM4NiwwLDAsMSwxLjM1MzUyLS44Njc2MSw4LjQ3OTcyLDguNDc5NzIsMCwwLDEsLjYzMTU2LDEuMTc4MzYuODAzNzMuODAzNzMsMCwwLDEtLjczNTc3LDEuMTI2MjZaTTEwLjU1OTEyLDEzLjU1NzQxYS44MDM1My44MDM1MywwLDAsMS0uNjEyMS0xLjMyNCw4LjYxMzkyLDguNjEzOTIsMCwwLDEsLjk0MjMxLS45NDguODAzNS44MDM1LDAsMSwxLDEuMDQ4NDEsMS4yMTc5MSw2Ljk4Nyw2Ljk4NywwLDAsMC0uNzY1MjcuNzcwOTNBLjgwMzIyLjgwMzIyLDAsMCwxLDEwLjU1OTEyLDEzLjU1NzQxWm05LjkwMjEzLTEuNjY1NTNhLjgwMzQ4LjgwMzQ4LDAsMCwxLS40MDkzMi0uMTEyMzcsNi44OTU3MSw2Ljg5NTcxLDAsMCwwLS45NzM3LS40NzgzOEEuODAzNjkuODAzNjksMCwwLDEsMTkuNjcwODYsOS44MDdhOC41OTE4NCw4LjU5MTg0LDAsMCwxLDEuMjAxNTkuNTkwMTMuODA0LjgwNCwwLDAsMS0uNDExMiwxLjQ5NDc2Wm0tNS44NDkxMi0uODUzNzlBLjgwMzQ3LjgwMzQ3LDAsMCwxLDE0LjQxOTQsOS40NTQ4YTguNjI4ODcsOC42Mjg4NywwLDAsMSwxLjMxNzczLS4yMTk3Mi44MDM1MS44MDM1MSwwLDAsMSwuMTQwNjIsMS42MDA4Niw3LjA3MDA5LDcuMDcwMDksMCwwLDAtMS4wNzE2My4xNzgyOUEuNzkyNDEuNzkyNDEsMCwwLDEsMTQuNjEyMTMsMTEuMDM4MDlaIi8+PHBhdGggZD0iTTI0LjIwODUzLDE5LjcwOTc2YS43OTQxNC43OTQxNCwwLDAsMS0uMTE1NTEtLjAwODE3LjgwMy44MDMsMCwwLDEtLjY4MDUzLS45MTAyOXEuMDM5NTYtLjI3OTY4LjA1NjUtLjU2ODE1YS44MTk5NC44MTk5NCwwLDAsMSwuODQ4NzgtLjc1NTIzLjgwMzY0LjgwMzY0LDAsMCwxLC43NTU4NS44NDk0cS0uMDIwNzEuMzU2LS4wNzE1Ni43MDM3NUEuODAzMTEuODAzMTEsMCwwLDEsMjQuMjA4NTMsMTkuNzA5NzZaIi8+PC9zdmc+
17+
description: !snippet README.adoc#description
18+
prerequisites:
19+
- A Red Hat identity
20+
- Access to the <a href="https://console.redhat.com/application-services/api-designer">Red Hat OpenShift API Designer web console</a>
21+
introduction: !snippet README.adoc#introduction
22+
tasks:
23+
- !snippet/proc README.adoc#proc-creating-schema-api-design
24+
- !snippet/proc README.adoc#proc-importing-schema-api-design
25+
- !snippet/proc README.adoc#proc-editing-schema-api-design
26+
- !snippet/proc README.adoc#proc-validating-schema-api-design
27+
- !snippet/proc README.adoc#proc-exporting-schema-api-design-locally
28+
- !snippet/proc README.adoc#proc-exporting-schema-api-design-to-file
29+
- !snippet/proc README.adoc#proc-exporting-schema-api-design-to-registry
30+
- !snippet/proc README.adoc#proc-deleting-schema-api-design
31+
conclusion: !snippet README.adoc#conclusion
32+
nextQuickStart:
33+
- 'service-registry-quarkus-dev'

docs/connectors/getting-started-connectors/README.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,13 @@ WARNING: This content is generated by running npm --prefix .build run generate:a
5454
:service-url-connectors: https://console.redhat.com/application-services/connectors
5555
:getting-started-url-connectors: connectors/getting-started-connectors/README.adoc
5656

57+
//OpenShift API Designer
58+
:product-long-api-designer: OpenShift API Designer
59+
:product-api-designer: API Designer
60+
:product-version-api-designer: 1
61+
:service-url-api-designer: https://console.redhat.com/application-services/api-designer/
62+
:getting-started-url-api-designer: api-designer/getting-started-api-designer/README.adoc
63+
5764
////
5865
END GENERATED ATTRIBUTES
5966
////

docs/kafka/access-mgmt-kafka/README.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,13 @@ WARNING: This content is generated by running npm --prefix .build run generate:a
5454
:service-url-connectors: https://console.redhat.com/application-services/connectors
5555
:getting-started-url-connectors: connectors/getting-started-connectors/README.adoc
5656

57+
//OpenShift API Designer
58+
:product-long-api-designer: OpenShift API Designer
59+
:product-api-designer: API Designer
60+
:product-version-api-designer: 1
61+
:service-url-api-designer: https://console.redhat.com/application-services/api-designer/
62+
:getting-started-url-api-designer: api-designer/getting-started-api-designer/README.adoc
63+
5764
////
5865
END GENERATED ATTRIBUTES
5966
////

0 commit comments

Comments
 (0)