Skip to content

Commit 4787c0b

Browse files
authored
Merge pull request #529 from serverlessworkflow/feat-api-doc-link
Updated the About view by adding a link to the API documentation page (Swagger)
2 parents 2f93d0d + 27c803e commit 4787c0b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/dashboard/Synapse.Dashboard/Pages/About/View.razor

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@
3838
<a href="https://github.com/serverlessworkflow/synapse/releases" target="_blank"><span class="badge bg-primary">@typeof(MainLayout).Assembly.GetName().Version!.ToString(3)</span></a>
3939
</td>
4040
</tr>
41+
<tr>
42+
<td>API Documentation</td>
43+
<td><a href="/api/doc" target="_blank">OpenAPI</a></td>
44+
</tr>
4145
<tr>
4246
<td>License</td>
4347
<td><a href="https://raw.githubusercontent.com/serverlessworkflow/synapse/main/LICENSE" target="_blank">Apache 2.0</a></td>
Loading

0 commit comments

Comments
 (0)