Skip to content

Commit 286e2f9

Browse files
authored
add doc on how to create api view in rlc quickstart (Azure#19907)
1 parent 3fe379f commit 286e2f9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

documentation/RLC-quickstart.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -550,3 +550,6 @@ extends:
550550
Please change the paths.include value as your own project path, and change the Artifacts name and safeName into yours.
551551
552552
If there's already a ci.yml file in your project path. then the only thing you need to do is to add the Artifacts name and safeName of yours into that ci.yml.
553+
554+
# Create API View
555+
You may also want to create API View when submitting a PR. You can do it easily by uploading a json file to [API View Website](https://apiview.dev/). The json file is under `<you-sdk-folder>/temp`, and its name ends with `api.json`. For example: `sdk/compute/arm-compute/temp/arm-compute.api.json`.

0 commit comments

Comments
 (0)