docs: Documentation for api endpoints
Some checks failed
Create and publish a Docker image / build-and-push-server (push) Has been cancelled
Create and publish a Docker image / build-and-push-chart (push) Has been cancelled
Create and publish a Docker image / build-and-push-CR (push) Has been cancelled
Deploy docs / deploy (push) Has been cancelled

This commit is contained in:
Данил 2024-11-08 20:26:48 +03:00
parent cd01af2eac
commit 7157920e1e
3 changed files with 297 additions and 1 deletions

View file

@ -14,6 +14,9 @@ nav:
- Docker [Recommended]: getting-started/docker.md
- Manual: getting-started/manual.md
- Contributing: getting-started/contributing.md
- Endpoints:
- Get currency rate - /api/getRate: endpoints/get-rate.md
- Create Charts - /api/getChart: endpoints/create-chart.md
- Config:
- Configure config.yaml: config/config-yaml.md
- Configure .env: config/config-env.md
@ -39,8 +42,11 @@ theme:
features:
- content.code.copy
- content.tabs.link
markdown_extensions:
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
@ -50,4 +56,5 @@ markdown_extensions:
- pymdownx.superfences
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.superfences
- tables