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,7 +1,7 @@
{
"name": "mattermost-api-reference",
"version": "1.0.0",
"description": "This repository holds the API reference available at [https://api.mattermost.com](https://api.mattermost.com).",
"description": "This repository holds the API reference documentation for Mattermost available at https://developers.mattermost.com/api-reference",
"main": "index.js",
"dependencies": {
"@redocly/cli": "^1.13.0",
@@ -28,6 +28,5 @@
"license": "ISC",
"bugs": {
"url": "https://github.com/mattermost/mattermost/issues"
},
"homepage": "https://api.mattermost.com/"
}
}