Skip to content

Commit 27c803e

Browse files
committed
feat(Dashboard): Updated the About view by adding a link to the API documentation page (Swagger)
Signed-off-by: Charles d'Avernas <[email protected]>
1 parent 2f93d0d commit 27c803e

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>
31.9 KB
Loading

0 commit comments

Comments
 (0)