Commit 5b1ac780 by Brenda Harjala Committed by Marcus Olsson

Docs: Simplify headings and make active (#20163)

* Docs: Add additional capitalization rules

What this PR does / why we need it:

This updates the Documentation style guide to include more details on the capitalization rules. Capitalization rules get confused easily, especially between terms like Dashboards (menu title) and dashboards (plural).

Which issue(s) this PR fixes:

No fix, just an addition.

* Revert "Docs: Add additional capitalization rules"

This reverts commit 75cbc6303c9f77997b5fd8d26e48802e8e7a859e.

* Docs: Docs: Add additional capitalization rules

* Docs: Simplify headings and make active #19268
parent add0614a
...@@ -28,7 +28,7 @@ You can update all plugins using ...@@ -28,7 +28,7 @@ You can update all plugins using
grafana-cli plugins update-all grafana-cli plugins update-all
``` ```
## Database Backup ## Database backup
Before upgrading it can be a good idea to backup your Grafana database. This will ensure that you can always rollback to your previous version. During startup, Grafana will automatically migrate the database schema (if there are changes or new tables). Sometimes this can cause issues if you later want to downgrade. Before upgrading it can be a good idea to backup your Grafana database. This will ensure that you can always rollback to your previous version. During startup, Grafana will automatically migrate the database schema (if there are changes or new tables). Sometimes this can cause issues if you later want to downgrade.
......
+++ +++
title = "API Tutorial: How To Create API Tokens And Dashboards For A Specific Organization" title = "API Tutorial: Create API tokens and dashboards for an organization"
type = "docs" type = "docs"
keywords = ["grafana", "tutorials", "API", "Token", "Org", "Organization"] keywords = ["grafana", "tutorials", "API", "Token", "Org", "Organization"]
[menu.docs] [menu.docs]
...@@ -7,7 +7,7 @@ parent = "tutorials" ...@@ -7,7 +7,7 @@ parent = "tutorials"
weight = 10 weight = 10
+++ +++
# API Tutorial: How To Create API Tokens And Dashboards For A Specific Organization # API Tutorial: Create API tokens and dashboards for an organization
Use the Grafana API to setup new Grafana organizations or to add dynamically generated dashboards to an existing organization. Use the Grafana API to setup new Grafana organizations or to add dynamically generated dashboards to an existing organization.
...@@ -18,7 +18,7 @@ There are two authentication methods to access the API: ...@@ -18,7 +18,7 @@ There are two authentication methods to access the API:
- Basic authentication: A Grafana Admin user can access some parts of the Grafana API through basic authentication. - Basic authentication: A Grafana Admin user can access some parts of the Grafana API through basic authentication.
- API Tokens: All organization actions are accessed through an API Token. An API Token is associated with an organization. It can be used to create dashboards and other components specific for that organization. - API Tokens: All organization actions are accessed through an API Token. An API Token is associated with an organization. It can be used to create dashboards and other components specific for that organization.
## How To Create A New Organization and an API Token ## How to create a new organization and an API Token
The task is to create a new organization and then add a Token that can be used by other users. In the examples below which use basic auth, the user is `admin` and the password is `admin`. The task is to create a new organization and then add a Token that can be used by other users. In the examples below which use basic auth, the user is `admin` and the password is `admin`.
...@@ -48,7 +48,7 @@ The task is to create a new organization and then add a Token that can be used b ...@@ -48,7 +48,7 @@ The task is to create a new organization and then add a Token that can be used b
Save the key returned here in your password manager as it is not possible to fetch again it in the future. Save the key returned here in your password manager as it is not possible to fetch again it in the future.
## How To Add A Dashboard ## How to add a dashboard
Using the Token that was created in the previous step, you can create a dashboard or carry out other actions without having to switch organizations. Using the Token that was created in the previous step, you can create a dashboard or carry out other actions without having to switch organizations.
......
+++ +++
title = "Setup Grafana for High availability" title = "Setup Grafana for high availability"
type = "docs" type = "docs"
keywords = ["grafana", "tutorials", "HA", "high availability"] keywords = ["grafana", "tutorials", "HA", "high availability"]
[menu.docs] [menu.docs]
......
+++ +++
title = "How To integrate Hubot and Grafana" title = "How to integrate Hubot and Grafana"
type = "docs" type = "docs"
keywords = ["grafana", "tutorials", "hubot", "slack", "hipchat", "setup", "install", "config"] keywords = ["grafana", "tutorials", "hubot", "slack", "hipchat", "setup", "install", "config"]
[menu.docs] [menu.docs]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment