mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-26 05:43:34 +03:00
Update learn docs API to v0.5.3
This commit is contained in:
parent
fe9ecbf140
commit
b6bbc8c2d0
@ -1,68 +0,0 @@
|
||||
<redoc
|
||||
spec-url='/assets/schemas/api-v0.1.yaml'
|
||||
expand-responses='200,201'
|
||||
theme='{
|
||||
"colors": {
|
||||
"primary": {
|
||||
"main": "#1976d2",
|
||||
"light": "#42a5f5"
|
||||
},
|
||||
"secondary": {
|
||||
"main": "#9c27b0",
|
||||
"light": "#ba68c8"
|
||||
},
|
||||
"error": {
|
||||
"main": "#d32f2f",
|
||||
"light": "#ef5350",
|
||||
"dark": "#c62828"
|
||||
},
|
||||
"success": {
|
||||
"main": "#2e7d32",
|
||||
"light": "#4caf50",
|
||||
"dark": "#1b5e20",
|
||||
"contrastText": "#9c27b0"
|
||||
},
|
||||
"text": {
|
||||
"primary": "rgba(0, 0, 0, 1)",
|
||||
"secondary": "rgba(0, 0, 0, 0.8)"
|
||||
},
|
||||
"http": {
|
||||
"get": "#42a5f5",
|
||||
"post": "#9c27b0",
|
||||
"put": "#ed6c02",
|
||||
"delete": "#d32f2f"
|
||||
}
|
||||
},
|
||||
"typography": {
|
||||
"fontSize": "16px",
|
||||
"fontFamily": "Fira Sans, Roboto, sans-serif",
|
||||
"optimizeSpeed": true,
|
||||
"smoothing": "antialiased",
|
||||
"headings": {
|
||||
"fontWeight": "bold",
|
||||
"lineHeight": "1em"
|
||||
},
|
||||
"code": {
|
||||
"fontWeight": "600",
|
||||
"color": "rgba(92, 62, 189, 1)",
|
||||
"wrap": true
|
||||
},
|
||||
"links": {
|
||||
"color": "#1976d2",
|
||||
"visited": "#9c27b0",
|
||||
"hover": "#42a5f5"
|
||||
}
|
||||
},
|
||||
"sidebar": {
|
||||
"backgroundColor": "#1976d2",
|
||||
"width": "18.75em",
|
||||
"textColor": "#ffffff"
|
||||
},
|
||||
"rightPanel": {
|
||||
"backgroundColor": "#22212c",
|
||||
"textColor": "#ffffff"
|
||||
}
|
||||
}'
|
||||
>
|
||||
</redoc>
|
||||
<script src="https://cdn.redoc.ly/redoc/latest/bundles/redoc.standalone.js"> </script>
|
68
docs/_includes/api-v0.5.3.html
Normal file
68
docs/_includes/api-v0.5.3.html
Normal file
@ -0,0 +1,68 @@
|
||||
<redoc
|
||||
spec-url='/assets/schemas/api-v0.5.3.yaml'
|
||||
expand-responses='200,201'
|
||||
theme='{
|
||||
"colors": {
|
||||
"primary": {
|
||||
"main": "#1976d2",
|
||||
"light": "#42a5f5"
|
||||
},
|
||||
"secondary": {
|
||||
"main": "#9c27b0",
|
||||
"light": "#ba68c8"
|
||||
},
|
||||
"error": {
|
||||
"main": "#d32f2f",
|
||||
"light": "#ef5350",
|
||||
"dark": "#c62828"
|
||||
},
|
||||
"success": {
|
||||
"main": "#2e7d32",
|
||||
"light": "#4caf50",
|
||||
"dark": "#1b5e20",
|
||||
"contrastText": "#9c27b0"
|
||||
},
|
||||
"text": {
|
||||
"primary": "rgba(0, 0, 0, 1)",
|
||||
"secondary": "rgba(0, 0, 0, 0.8)"
|
||||
},
|
||||
"http": {
|
||||
"get": "#42a5f5",
|
||||
"post": "#9c27b0",
|
||||
"put": "#ed6c02",
|
||||
"delete": "#d32f2f"
|
||||
}
|
||||
},
|
||||
"typography": {
|
||||
"fontSize": "16px",
|
||||
"fontFamily": "Fira Sans, Roboto, sans-serif",
|
||||
"optimizeSpeed": true,
|
||||
"smoothing": "antialiased",
|
||||
"headings": {
|
||||
"fontWeight": "bold",
|
||||
"lineHeight": "1em"
|
||||
},
|
||||
"code": {
|
||||
"fontWeight": "600",
|
||||
"color": "rgba(92, 62, 189, 1)",
|
||||
"wrap": true
|
||||
},
|
||||
"links": {
|
||||
"color": "#1976d2",
|
||||
"visited": "#9c27b0",
|
||||
"hover": "#42a5f5"
|
||||
}
|
||||
},
|
||||
"sidebar": {
|
||||
"backgroundColor": "#1976d2",
|
||||
"width": "18.75em",
|
||||
"textColor": "#ffffff"
|
||||
},
|
||||
"rightPanel": {
|
||||
"backgroundColor": "#22212c",
|
||||
"textColor": "#ffffff"
|
||||
}
|
||||
}'
|
||||
>
|
||||
</redoc>
|
||||
<script src="https://cdn.redoc.ly/redoc/latest/bundles/redoc.standalone.js"> </script>
|
@ -1,11 +0,0 @@
|
||||
---
|
||||
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 %}
|
11
docs/_pages/docs/03-understand/11-api.md
Normal file
11
docs/_pages/docs/03-understand/11-api.md
Normal file
@ -0,0 +1,11 @@
|
||||
---
|
||||
layout: default
|
||||
title: RoboSats API
|
||||
permalink: /docs/api/
|
||||
sidebar:
|
||||
title: '<img id="side-icon-verybig" src="/assets/vector/cloud.svg"/>API'
|
||||
nav: docs
|
||||
src: "_pages/docs/03-understand/11-api-v0.5.3.md"
|
||||
---
|
||||
|
||||
{% include api-v0.5.3.html %}
|
1960
docs/assets/schemas/api-v0.5.3.yaml
Normal file
1960
docs/assets/schemas/api-v0.5.3.yaml
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user