Skip to content

Commit c92bcc3

Browse files
committed
Merge branch 'master' of github.com:mulesoft/api-console
2 parents 6b9b805 + c4ead72 commit c92bcc3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ Select a topic
88
- [API Console configuration options](configuring-api-console.md)
99
- [Building API Console for GitHub pages on Travis](gh-pages.md)
1010
- [Handling CORS](cors.md)
11-
- [Passing RAML to the API Console](passing-raml-data.md)
11+
- [Passing API data to the API Console](passing-api-data.md)
1212
- [Rebuilding the api.json file in the CI process](rebuilding-api-json.md)
1313
- [Styling the API Console](theming.md)

docs/build-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ For more information, see [api-console-cli](https://github.com/mulesoft-labs/api
3434
Build API Console from the latest released version and use `path/to/api.raml` file as the data source. The API is a RAML 1.0 spec file.
3535

3636
```shell
37-
$ api-console -t "RAML 1.0" -a path/to/api.raml
37+
$ api-console build -t "RAML 1.0" -a path/to/api.raml
3838
```
3939

4040
Build API Console from local sources (`--local api-console-release.zip`) which is a zip file of a release.

0 commit comments

Comments
 (0)