mirror of
https://github.com/RoboSats/robosats.git
synced 2025-01-18 12:11:35 +00:00
Add API v0.1 page to docs
This commit is contained in:
parent
36cf1569f0
commit
8e667a1010
@ -59,7 +59,7 @@ docs:
|
||||
- title: '<span class="side-bar-item"> <img id="side-icon-small" src="/assets/vector/telegram.svg"/>Telegram</span>'
|
||||
url: /docs/telegram/
|
||||
- title: '<span class="side-bar-item"> <img id="side-icon-small" src="/assets/vector/cloud.svg"/>API</span>'
|
||||
url: /docs/api-v1/
|
||||
url: /docs/api-v0.1/
|
||||
|
||||
- title: '<span class="side-bar-item"><img id="side-icon-big" src="/assets/vector/hand-peace.svg"/>Best Practices</span>'
|
||||
url: /docs/best-practices/
|
||||
|
21
docs/_includes/api-v0.1.html
Normal file
21
docs/_includes/api-v0.1.html
Normal file
@ -0,0 +1,21 @@
|
||||
<head>
|
||||
<title>RobotSats REST API v0.2</title>
|
||||
<meta charset="utf-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,700|Roboto:300,400,700" rel="stylesheet">
|
||||
|
||||
<style>
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<redoc
|
||||
spec-url='/assets/schemas/api-v0.1.yaml'
|
||||
expand-responses='200,201'
|
||||
>
|
||||
</redoc>
|
||||
<script src="https://cdn.redoc.ly/redoc/latest/bundles/redoc.standalone.js"> </script>
|
||||
</body>
|
11
docs/_pages/docs/03-understand/11-api-v0.1.md
Normal file
11
docs/_pages/docs/03-understand/11-api-v0.1.md
Normal file
@ -0,0 +1,11 @@
|
||||
---
|
||||
layout: default
|
||||
title: RoboSats API v0.1
|
||||
permalink: /docs/api-v0.1/
|
||||
sidebar:
|
||||
title: '<img id="side-icon-verybig" src="/assets/vector/cloud.svg"/>API'
|
||||
nav: docs
|
||||
src: "_pages/docs/03-understand/11-api-v0.1.md"
|
||||
---
|
||||
|
||||
{% include api-v0.1.html %}
|
@ -1,13 +0,0 @@
|
||||
---
|
||||
layout: single
|
||||
title: RoboSats API V1
|
||||
permalink: /docs/api-v1/
|
||||
sidebar:
|
||||
title: '<img id="side-icon-verybig" src="/assets/vector/cloud.svg"/>API'
|
||||
nav: docs
|
||||
toc: true
|
||||
toc_sticky: true
|
||||
src: "_pages/docs/03-understand/11-api.md"
|
||||
---
|
||||
|
||||
{% include wip %}
|
1776
docs/assets/schemas/api-v0.1.yaml
Normal file
1776
docs/assets/schemas/api-v0.1.yaml
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user