From 64fc2ecb0e04032346133398361f6e1756789c76 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Fri, 21 Jan 2022 16:31:55 +0100 Subject: [PATCH] Docs: add API pages to HTTP API list (#42997) (#44328) * add API pages to HTTP API list * fix capitalization of page names (cherry picked from commit 8a213854816c3b3826f78e0b06e6d679a571ee91) Co-authored-by: JM --- docs/sources/http_api/_index.md | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) diff --git a/docs/sources/http_api/_index.md b/docs/sources/http_api/_index.md index 67b048d7bd8..0a8ad2c7487 100644 --- a/docs/sources/http_api/_index.md +++ b/docs/sources/http_api/_index.md @@ -13,25 +13,28 @@ dashboards, creating users, and updating data sources. ## HTTP APIs +- [Admin API]({{< relref "admin.md" >}}) +- [Alerting Notification Channels API]({{< relref "alerting_notification_channels.md" >}}) +- [Alerting API]({{< relref "alerting.md" >}}) +- [Annotations API]({{< relref "annotations.md" >}}) - [Authentication API]({{< relref "auth.md" >}}) - [Dashboard API]({{< relref "dashboard.md" >}}) -- [Dashboard versions API]({{< relref "dashboard_versions.md" >}}) -- [Dashboard permissions API]({{< relref "dashboard_permissions.md" >}}) -- [Folder API]({{< relref "folder.md" >}}) -- [Folder permissions API]({{< relref "folder_permissions.md" >}}) -- [Folder/dashboard search API]({{< relref "folder_dashboard_search.md" >}}) +- [Dashboard Permissions API]({{< relref "dashboard_permissions.md" >}}) +- [Dashboard Versions API]({{< relref "dashboard_versions.md" >}}) - [Data source API]({{< relref "data_source.md" >}}) +- [Folder API]({{< relref "folder.md" >}}) +- [Folder Permissions API]({{< relref "folder_permissions.md" >}}) +- [Folder/Dashboard Search API]({{< relref "folder_dashboard_search.md" >}}) +- [Library Element API]({{< relref "library_element.md" >}}) - [Organization API]({{< relref "org.md" >}}) -- [Snapshot API]({{< relref "snapshot.md" >}}) -- [Annotations API]({{< relref "annotations.md" >}}) -- [Playlists API]({{< relref "playlist.md" >}}) -- [Alerting API]({{< relref "alerting.md" >}}) -- [Alert notification channels API]({{< relref "alerting_notification_channels.md" >}}) -- [User API]({{< relref "user.md" >}}) -- [Team API]({{< relref "team.md" >}}) -- [Admin API]({{< relref "admin.md" >}}) -- [Preferences API]({{< relref "preferences.md" >}}) - [Other API]({{< relref "other.md" >}}) +- [Playlists API]({{< relref "playlist.md" >}}) +- [Preferences API]({{< relref "preferences.md" >}}) +- [Service account API]({{< relref "serviceaccount.md" >}}) +- [Short URL API]({{< relref "short_url.md" >}}) +- [Snapshot API]({{< relref "snapshot.md" >}}) +- [Team API]({{< relref "team.md" >}}) +- [User API]({{< relref "user.md" >}} ## Grafana Enterprise HTTP APIs