Skip to content

cloud104/tks-api-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

TKS API Documentation

Public documentation for the TKS API. The source of truth for this content lives in the private cloud104/tks-api repo under docs/; CI mirrors it here on every merge to main so the docs are publicly linkable.

What's here

Human-readable documentation for every problem type the TKS API may return in an application/problem+json response body (RFC 9457). TKS API uses RFC 4151 tag URIs as problem type identifiers and links to this documentation via the help_url field on problem responses.

The URI scheme is:

tag:tks.sh,2026:tks-api/<category>/<slug>

And maps to this repo as:

https://github.com/cloud104/tks-api-docs/blob/main/problems/<category>/<slug>.md

See problems/README.md for the full catalog and explanation.

Contributing

Do not edit files in this repo directly. Changes are overwritten by the automated sync from cloud104/tks-api. To update a problem type doc:

  1. Open a PR against cloud104/tks-api modifying the corresponding file under docs/problems/<category>/<slug>.md
  2. Once merged, CI will sync the change here automatically

About

Public documentation for TKS API — problem types, guides, reference

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors