summaryrefslogtreecommitdiffhomepage
path: root/publicapi
AgeCommit message (Collapse)AuthorFilesLines
2024-09-13{api.md,publicapi}: remove old API docs (#13468)Mario Minardi5-2778/+0
Now that we have our API docs hosted at https://tailscale.com/api we can remove the previous (and now outdated) markdown based docs. The top level api.md has been left with the only content being the redirect to the new docs. Updates #cleanup Signed-off-by: Mario Minardi <mario@tailscale.com>
2024-07-10publicapi: add note that API docs have moved to existing docs files (#12770)Mario Minardi5-0/+15
Add note that API docs have moved to `https://tailscale.com/api` to the top of existing API docs markdown files. Updates https://github.com/tailscale/corp/issues/1301 Signed-off-by: Mario Minardi <mario@tailscale.com>
2024-05-20api.md: direct TOC links to new publicapi docs locationCharlotte Brandhorst-Satzkorn3-48/+0
This change updates the existing api.md TOC links to point at the new publicapi folder/files. It also removes the body of the docs from the file, to avoid the docs becoming out of sync. This change also renames overview.md to readme.md. Updates tailscale/corp#19526 Signed-off-by: Charlotte Brandhorst-Satzkorn <charlotte@tailscale.com>
2024-05-17publicapi: include device and user invites API documentation (#12168)Charlotte Brandhorst-Satzkorn5-0/+599
This change includes the device and user invites API docs in the new publicapi documentation structure. Updates tailscale/corp#19526 Signed-off-by: Charlotte Brandhorst-Satzkorn <charlotte@tailscale.com>
2024-05-16publicapi: create new home for API docs and split into catagory files (#12116)Charlotte Brandhorst-Satzkorn3-0/+2212
This change creates a new folder called publicapi that will become the future home to the Tailscale public API docs. This change also splits the existing API docs (still located in api.md) into separate files, for easier reading and contribution. Updates tailscale/corp#19526 Signed-off-by: Charlotte Brandhorst-Satzkorn <charlotte@tailscale.com>