Skip to content

Commit

Permalink
Add Simple Guide link to Swagger Abstraction
Browse files Browse the repository at this point in the history
  • Loading branch information
powerkimhub committed Sep 5, 2024
1 parent 4983446 commit ff2c855
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion api-runtime/rest-runtime/CBSpiderRuntime.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ var cblog *logrus.Logger

// @title CB-Spider REST API
// @version latest
// @description **🕷️ [User Guide](https://github.com/cloud-barista/cb-spider/wiki/features-and-usages)**
// @description **🕷️ [User Guide](https://github.com/cloud-barista/cb-spider/wiki/features-and-usages)** **🕷️ [Simple Guide](https://github.com/cloud-barista/cb-spider/wiki/Simple-Sample-API-Guide)**

// @contact.name API Support
// @contact.url http://cloud-barista.github.io
Expand Down
2 changes: 1 addition & 1 deletion api/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -11268,7 +11268,7 @@ var SwaggerInfo = &swag.Spec{
BasePath: "/spider",
Schemes: []string{"http"},
Title: "CB-Spider REST API",
Description: "**🕷️ [User Guide](https://github.com/cloud-barista/cb-spider/wiki/features-and-usages)**",
Description: "**🕷️ [User Guide](https://github.com/cloud-barista/cb-spider/wiki/features-and-usages)** **🕷️ [Simple Guide](https://github.com/cloud-barista/cb-spider/wiki/Simple-Sample-API-Guide)**",
InfoInstanceName: "swagger",
SwaggerTemplate: docTemplate,
LeftDelim: "{{",
Expand Down
2 changes: 1 addition & 1 deletion api/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"swagger": "2.0",
"info": {
"description": "**🕷️ [User Guide](https://github.com/cloud-barista/cb-spider/wiki/features-and-usages)**",
"description": "**🕷️ [User Guide](https://github.com/cloud-barista/cb-spider/wiki/features-and-usages)** **🕷️ [Simple Guide](https://github.com/cloud-barista/cb-spider/wiki/Simple-Sample-API-Guide)**",
"title": "CB-Spider REST API",
"contact": {
"name": "API Support",
Expand Down
3 changes: 2 additions & 1 deletion api/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2631,7 +2631,8 @@ info:
email: contact-to-cloud-barista@googlegroups.com
name: API Support
url: http://cloud-barista.github.io
description: "**\U0001F577️ [User Guide](https://github.com/cloud-barista/cb-spider/wiki/features-and-usages)**"
description: "**\U0001F577️ [User Guide](https://github.com/cloud-barista/cb-spider/wiki/features-and-usages)**
\ **\U0001F577️ [Simple Guide](https://github.com/cloud-barista/cb-spider/wiki/Simple-Sample-API-Guide)**"
license:
name: Apache 2.0
url: http://www.apache.org/licenses/LICENSE-2.0.html
Expand Down

0 comments on commit ff2c855

Please sign in to comment.