-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from mulesoft/DOCSINFRA-127-move-css-pr
DOCSINFRA-144 adding/updating files. [DO NOT MERGE]
- Loading branch information
Showing
2 changed files
with
64 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
= CSS and ASCIIdoc Tests | ||
|
||
This topic contains multiple test for changes to CSS and ASCIIdoc elements. | ||
|
||
== Test Callouts | ||
|
||
.XML element | ||
[source,xml,linenums] | ||
---- | ||
<api-platform-gw:api | ||
apiName="${apiName}" // <1> | ||
version="${apiVersion}" //<2> | ||
flowRef="proxy" //<3> | ||
apikitRef="api-config"/> //<4> | ||
---- | ||
|
||
<1> Configure the `${apiName}` with the UUID, which is the group ID and the Exchange asset ID assigned to your API by API Manager. | ||
<2> Configure the `${apiVersion}` with the API Version, which is the version name and the instance ID or the label assigned to your API by API Manager. | ||
<3> Set the `flowRef` element to point to the flow that you want to pair to the API in API Manager. | ||
<4> If you use APIKit and you would like to apply policies at a resource level, you must set this value. Otherwise said policies won't work at resource level. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters