mirror of
https://github.com/AtHeartEngineering/bandada.git
synced 2026-01-10 00:28:09 -05:00
refactor: update page positions and add docs
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
sidebar_position: 2
|
||||
sidebar_position: 3
|
||||
---
|
||||
|
||||
import Tabs from "@theme/Tabs"
|
||||
11
apps/docs/docs/api.md
Normal file
11
apps/docs/docs/api.md
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
sidebar_position: 2
|
||||
---
|
||||
|
||||
# API
|
||||
|
||||
The API has a list of endpoints to interact with the Bandada infrastructure.
|
||||
|
||||
It is compatible with any programming language that supports REST API requests.
|
||||
|
||||
Read the documentation of the API and try it out: [Bandada API Docs](https://api.bandada.pse.dev/).
|
||||
@@ -1,4 +0,0 @@
|
||||
{
|
||||
"label": "API",
|
||||
"position": 2
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
---
|
||||
sidebar_position: 1
|
||||
---
|
||||
|
||||
# API Docs
|
||||
|
||||
Read the documentation of the API and try it out: [Bandada API Docs](https://api.bandada.pse.dev/).
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
sidebar_position: 3
|
||||
sidebar_position: 4
|
||||
---
|
||||
|
||||
# FAQ
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
sidebar_position: 4
|
||||
sidebar_position: 5
|
||||
---
|
||||
|
||||
import RenderArticles from "../src/components/RenderArticles"
|
||||
|
||||
Reference in New Issue
Block a user