-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: have a generic footer for usecases with rapidoc route
- Loading branch information
Showing
4 changed files
with
22 additions
and
11 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
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
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
## How to execute this use-case with the Connector? | ||
<h2>How to execute this use-case with the Connector?</h2> | ||
|
||
The Connector is our first-class citizen, thus we provide you with a detailed API description for every use-case. | ||
This use-case can be executed with the REST API of the Connector which you can [Access the Connector](/integrate/access-the-connector). | ||
This use-case can be executed with the REST API of the Connector which you can <a href="/integrate/access-the-connector">Access the Connector</a>. |
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,14 @@ | ||
--- | ||
layout: single | ||
--- | ||
|
||
{{ content }} | ||
|
||
|
||
{% if page.api_route_regex != "" %} | ||
|
||
{% include usecase_connector_intro %} | ||
|
||
{% include rapidoc %} | ||
|
||
{% endif %} |