Jack Baldry
4cacab01f4
[v8.5.x] Use relative aliases for all non-current Grafana aliases and remove current page latest aliases ( #60062 ) ( #61032 )
...
* Use relative aliases for all non-current Grafana aliases
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/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 >
2023-01-05 14:29:40 +00:00
Jack Baldry
88f730f062
Add current alias to all files ( #48635 ) ( #49102 )
...
* Add aliases to all files
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
* Prettify front matter
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
(cherry picked from commit 51dfcd7 )
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
2022-06-13 14:09:38 +02:00
Jack Baldry
3ea049fcae
Convert TOML front matter to YAML ( #49724 )
...
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
2022-05-26 12:38:05 -04:00
Grot (@grafanabot)
b31aaf444f
Add docs for service accounts 8.5 ( #46801 ) ( #47568 )
...
* initial doc for service accounts
* service account token calls complete
* service account tasks
* Update docs/sources/http_api/serviceaccount.md
* adding a token to the service account
* removed unused file
* refactor: review comments
* feat: add API key documentation
* fix: spelling
* Update docs/sources/administration/service-accounts/about-service-accounts.md
Co-authored-by: Jguer <joao.guerreiro@grafana.com >
* Update docs/sources/administration/service-accounts/about-service-accounts.md
Co-authored-by: Jguer <joao.guerreiro@grafana.com >
* Update docs/sources/http_api/serviceaccount.md
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com >
* Update docs/sources/administration/service-accounts/enable-service-accounts.md
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com >
* Update docs/sources/administration/service-accounts/enable-service-accounts.md
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com >
* Update docs/sources/administration/service-accounts/enable-service-accounts.md
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com >
* Update docs/sources/administration/service-accounts/enable-service-accounts.md
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com >
* Update docs/sources/administration/service-accounts/enable-service-accounts.md
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com >
* Apply suggestions from code review
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com >
* Update docs/sources/administration/api-keys/about-api-keys.md
* refactor: based on review
* removed the permissions for apikeys, as they are not necessary
* Apply suggestions from code review
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com >
* Update docs/sources/administration/service-accounts/create-service-account.md
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com >
* Apply suggestions from code review
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com >
* update based on review
* Fix formatting of bullet points
* formatting
* refcator
Co-authored-by: Jguer <joao.guerreiro@grafana.com >
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com >
Co-authored-by: Vardan Torosyan <vardants@gmail.com >
(cherry picked from commit 7be8fe027f )
Co-authored-by: Eric Leijonmarck <eric.leijonmarck@gmail.com >
2022-04-11 16:51:03 +02:00