Skip to content

Commit fffafab

Browse files
committed
chore: fix location of open api spec and add link to swagger
1 parent fe95594 commit fffafab

File tree

2 files changed

+18
-10
lines changed

2 files changed

+18
-10
lines changed

docusaurus/docs/explore/api.md

Lines changed: 0 additions & 10 deletions
This file was deleted.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: Open API Spec
3+
sidebar_position: 4
4+
---
5+
6+
import OpenAPI from '@site/src/components/OpenAPI';
7+
8+
# API Documentation
9+
10+
The below OpenAPI spec for the Shannon protocol is autogenerated by the [Ignite CLI](https://docs.ignite.com/).
11+
12+
:::note
13+
14+
This spec may also be viewed in the online [Swagger UI editor](https://editor.swagger.io/?url=https://raw.githubusercontent.com/pokt-network/poktroll/refs/heads/main/docs/static/openapi.yml).
15+
16+
:::
17+
18+
<OpenAPI />

0 commit comments

Comments
 (0)