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
Diana Payton
db29a8a8de
Docs: Replace next with latest in aliases ( #33054 )
2021-04-15 23:08:58 +02:00
Torkel Ödegaard
9873809547
Docs: Sync master docs against next version ( #32602 )
...
Co-authored-by: Robby Milo <robbymilo@gmail.com >
2021-04-12 09:42:10 +02:00
Robby Milo
abee02dbcd
Docs: updates for file-based menu ( #28500 )
...
* initial
* cleanup
* remove bad aliases
* cleanup, fix links
* add docs-file-based-command
* update docs
* update readme
* fix broken links
* fix spelling
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com >
2020-11-09 12:26:49 -08:00
Agnès Toulet
6dd109b927
API: return resource ID for auth key creation, folder permissions update and user invite complete endpoints ( #27419 )
...
* API: add ID to auth key and folder endpoints
* API: add test for folder permissions update
* API: add created user id for /invite/complete endpoint
2020-09-07 17:06:11 +02:00
Marcus Efraimsson
4835539248
Docs: Fix aliases/redirects ( #21241 )
...
Makes all aliases rooted to /docs/grafana/latest.
Fixes #21240
2019-12-30 08:17:03 +01:00
Mohammed Salman Khan
aa799c6f0b
Fixed Syntax for folder permission's JSON
2019-01-14 10:53:16 -05:00
Marcus Efraimsson
7d89f19f6f
docs: dashboard and folder permissions http api
2018-02-21 13:09:54 +01:00