Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
37 changes: 37 additions & 0 deletions templates/reference/template-api.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
title: TODO
summary: TODO
toc: true
---

## Overview

TODO: Write an overview describing what this API is and does.

## Resources

The following endpoints are available at ... TODO: fill this in.

For more information about the support policies for endpoints, see [API Support Policy]({% link {{ page.version.version }}/api-support-policy.md %}).

Endpoint | Name | Description | Support
--- | --- | --- | ---
`/databases` | List databases | Get all databases in the cluster. | Stable
`/foo` | List foo | Get all foo in the cluter | Unstable
`/bar` | List bar | Get all bar in the cluter | Unstable

## Requirements

TODO: Write about what properties of the user are required to use this API.

## Authentication

TODO: Write instructions for authenticating to this API.

## Versioning and stability

TODO: Write about whatever versioning and stability guarantees are offered for this API, if any.

## See also

- TODO: Add links to related topics
17 changes: 17 additions & 0 deletions templates/reference/template-ui.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: TODO
summary: TODO
toc: true
---

## Overview

TODO: Write an overview of this UI page's features and purpose.

TODO: To view this page, click...

TODO: Add sections for the various UI elements, etc.

## See also

- TODO: Add links to related pages
Loading