Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions demo/themed/anypoint.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class ApicApplication extends DemoBase {
constructor() {
super();
this.apis = [
['product-order-minimal-compact', 'Product Order Minimal'],
['nested-examples-oas3', 'Nested Examples'],
['grpc-test', 'gRPC API'],
['agents-api', 'Agents API'],
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "api-console",
"description": "The API Console to automatically generate API documentation from RAML and OAS files.",
"version": "6.6.59",
"version": "6.6.60",
"license": "CPAL-1.0",
"main": "index.js",
"module": "index.js",
Expand Down