refactor: update page positions and add docs

This commit is contained in:
Vivian Plasencia
2024-04-12 01:14:01 +02:00
parent c8c2f9181f
commit ce5cad348e
6 changed files with 14 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
---
sidebar_position: 2
sidebar_position: 3
---
import Tabs from "@theme/Tabs"

11
apps/docs/docs/api.md Normal file
View 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/).

View File

@@ -1,4 +0,0 @@
{
"label": "API",
"position": 2
}

View File

@@ -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/).

View File

@@ -1,5 +1,5 @@
---
sidebar_position: 3
sidebar_position: 4
---
# FAQ

View File

@@ -1,5 +1,5 @@
---
sidebar_position: 4
sidebar_position: 5
---
import RenderArticles from "../src/components/RenderArticles"