Tekton API documentation https://tekton59.ru/api/docs/
Find a file
2025-05-30 21:42:49 +05:00
.gitignore Initialize npm package 2025-05-30 21:38:13 +05:00
LICENSE.txt Initial commit 2025-05-30 21:38:12 +05:00
openapi.yaml Update repository URL 2025-05-30 21:42:49 +05:00
package-lock.json Initialize npm package 2025-05-30 21:38:13 +05:00
package.json Initialize npm package 2025-05-30 21:38:13 +05:00
README.md Mention installation of dependencies in README 2025-05-30 21:38:14 +05:00
redocly.yaml Disable no-path-trailing-slash rule 2025-05-30 21:38:14 +05:00

Tekton API

Tekton API documentation in OpenAPI format.

Getting started

Install dependencies:

npm install

Build static HTML page:

npm run build

Lint:

npm run lint