Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1 from frikandelworst/holocron/1705761073317
Browse files Browse the repository at this point in the history
Update `docs/development/apis.mdx`
  • Loading branch information
kyanvde authored Jan 20, 2024
2 parents fb3deb3 + 4a9d964 commit e533ab5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/development/apis.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ tags:
- Website
- Plot System
---
import { Button } from '@mantine/core';

import { Button } from '@mantine/core';

Here you can find a collection of publicly available BuildTheEarth APIs that build on the REST and OpenApi 3 standards.

Expand All @@ -24,7 +24,6 @@ The BuildTheEarth.net API is used on the [BuildTheEarth Website](https://buildth
Github Repository: [website-node-backend](https://github.com/BuildTheEarth/website-node-backend)<br />
Swagger File: [swagger.json](https://raw.githubusercontent.com/BuildTheEarth/website-node-backend/main/swagger.json)


<iframe src="https://buildtheearth.github.io/website-node-backend/" width="100%" height="700px" style={{backgroundColor:'#ffffff'}}></iframe>

<Button my="md" component="a" target="blank" href="https://buildtheearth.github.io/website-node-backend/">Open in new Tab</Button>
Expand All @@ -39,4 +38,4 @@ Postman File: [postman.json](https://raw.githubusercontent.com/BuildTheEarth/Plo

<iframe src="https://buildtheearth.github.io/network-api/" width="100%" height="700px" style={{backgroundColor:'#ffffff'}}></iframe>

<Button my="md" component="a" target="blank" href="https://buildtheearth.github.io/PlotSystemAPI/">Open in new Tab</Button>
<Button my="md" component="a" target="blank" href="https://buildtheearth.github.io/network-api/">Open in new Tab</Button>

0 comments on commit e533ab5

Please sign in to comment.