Skip to content

Commit

Permalink
refactor: update page positions and add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vplasencia committed Apr 11, 2024
1 parent c8c2f91 commit ce5cad3
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 2
sidebar_position: 3
---

import Tabs from "@theme/Tabs"
Expand Down
11 changes: 11 additions & 0 deletions apps/docs/docs/api.md
Original file line number Diff line number Diff line change
@@ -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/).
4 changes: 0 additions & 4 deletions apps/docs/docs/api/_category_.json

This file was deleted.

7 changes: 0 additions & 7 deletions apps/docs/docs/api/api-docs.md

This file was deleted.

2 changes: 1 addition & 1 deletion apps/docs/docs/faq.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 3
sidebar_position: 4
---

# FAQ
2 changes: 1 addition & 1 deletion apps/docs/docs/resources.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 4
sidebar_position: 5
---

import RenderArticles from "../src/components/RenderArticles"
Expand Down

0 comments on commit ce5cad3

Please sign in to comment.