feat: Switch from Redoc to Stoplight Elements for API documentation (#30591)

Этот коммит содержится в:
Eva Sarafianou
2025-04-17 12:31:56 +03:00
коммит произвёл GitHub
родитель e00cccd33f
Коммит b548a8f336
7 изменённых файлов: 176 добавлений и 343 удалений

Просмотреть файл

@@ -1,6 +1,6 @@
# Mattermost API Documentation
This repository holds the API reference available at [https://api.mattermost.com](https://api.mattermost.com).
This repository holds the API reference documentation for Mattermost available at [https://developers.mattermost.com/api-reference](https://developers.mattermost.com/api-reference).
The Mattermost API reference uses the [OpenAPI standard](https://openapis.org/) and the [ReDoc document generator](https://github.com/Rebilly/ReDoc).
@@ -25,4 +25,4 @@ To test locally, run `make build`, `make run` and navigate to `http://127.0.0.1:
## Deployment
Deployment is handled automatically by our Jenkins CLI machine. When a pull request is merged it will automatically be deployed to [https://api.mattermost.com](https://api.mattermost.com).
Deployment is handled automatically by our Github Actions. When a pull request is merged, it will automatically be deployed to [https://developers.mattermost.com/api-reference](https://developers.mattermost.com/api-reference).