Grot (@grafanabot)
5860269b82
[v9.3.x] Add canonical URL to all HTTP API docs ( #62970 )
...
Add canonical URL to all HTTP API docs (#62957 )
Facilitates mounting these docs in the Grafana Cloud documentation set
without affecting SEO.
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
(cherry picked from commit 4037e5e325 )
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
2023-02-06 17:21:26 +00:00
Jack Baldry
9eb271207d
[v9.3.x] Use relative aliases for all non-current Grafana aliases ( #60111 )
...
* Use relative aliases for all non-current Grafana aliases
Prevents non-latest documentation "stealing" the page away from latest
and through permanent redirects for latest pages that no longer exist.
The redirected pages are indexed by search engines but our robots.txt
forbids them crawling the non-latest page.
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
* Remove all current page aliases
find docs/sources -type f -name '*.md' -exec sed -z -i 's#\n *- /docs/grafana/next/[^\n]*\n#\n#' {} \;
find docs/sources -type f -name '*.md' -exec sed -z -i 's#\n *- /docs/grafana/latest/[^\n]*\n#\n#' {} \;
find docs/sources -type f -name '*.md' -exec sed -Ez -i 's#\n((aliases:\n *-)|aliases:\n)#\n\2#' {} \;
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
2022-12-12 08:21:41 -04:00
Christopher Moyer
b9a0576638
docs: Refactors remaining enterprise topics, corrects relrefs ( #57707 )
...
* moves topics, correct relrefs
* Update docs/sources/dashboards/create-reports/index.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com >
* Update docs/sources/administration/data-source-management/index.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com >
* Update docs/sources/setup-grafana/configure-security/audit-grafana.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com >
* Update docs/sources/setup-grafana/configure-security/configure-request-security.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com >
* Update docs/sources/setup-grafana/configure-security/configure-team-sync.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com >
* Update docs/sources/administration/data-source-management/index.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com >
* Update docs/sources/dashboards/create-reports/index.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com >
* Update docs/sources/dashboards/create-reports/index.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com >
* Update docs/sources/administration/recorded-queries/index.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com >
* Update docs/sources/dashboards/create-reports/index.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com >
* Update docs/sources/dashboards/create-reports/index.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com >
* Update docs/sources/dashboards/create-reports/index.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com >
* Update docs/sources/dashboards/create-reports/index.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com >
* Update docs/sources/dashboards/create-reports/index.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com >
* Update docs/sources/dashboards/create-reports/index.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com >
* Update docs/sources/dashboards/create-reports/index.md
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com >
* removes link that goes nowhere
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com >
2022-10-28 07:13:40 -05:00
Tania
96cb415497
Docs: Describe applying a license ( #55078 )
...
* Docs: Describe adding a license via API
* Add missing word
2022-09-23 11:57:51 +02:00
Garrett Guillotte
1c6ee69c2d
Fix relrefs in devloper docs ( #51942 )
2022-07-08 12:21:29 -07:00
Ieva
5dbea9996b
RBAC: Make RBAC action names more consistent ( #49730 )
...
* update action names
* correctly retrieve teams for signed in user
* remove test
* undo swagger changes
* undo swagger changes pt2
* add migration from old action names to the new ones
* rename from list to read
* linting
* also update alertign actions
* fix migration
2022-06-02 13:14:48 +01:00
Christopher Moyer
8c84d62e3d
Docs: combines all SAML topics into one topic ( #49443 )
...
* combines all SAML topics
* resolves merge conflicts
* makes prettier
2022-05-27 07:42:51 -05:00
Jack Baldry
b84294dd27
Convert TOML front matter to YAML ( #49690 )
...
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
2022-05-26 11:06:25 -04:00
Karl Persson
0cbe4fe661
Docs: RBAC GA ( #49062 )
2022-05-20 21:48:52 +02:00
Jack Baldry
dea6fb4c1b
Add current aliases ( #49346 )
...
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
2022-05-20 13:35:28 -05:00
Christopher Moyer
ee9ea64834
Docs: Moves http api docs to the developer docs ( #49255 )
...
* updates relrefs after move
Co-authored-by: Chris Moyer <chris.moyer@grafana.com >
* applies weights
Co-authored-by: Chris Moyer <chris.moyer@grafana.com >
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
* updates developer _index page
* make prettier
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
2022-05-20 12:46:27 -05:00