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
Timur Olzhabayev
00a8542ecf
Adding migration guide for dashboard and fixing signing doc ( #46238 )
2022-03-07 13:12:13 +01:00
Jack Westbrook
e888a40531
Plugins: Add notices to docs to prevent NPX commands from hanging ( #44043 )
...
* docs(plugins): add notice about npm 7 flag to prevent commands from hanging
* Apply suggestions from code review
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
2022-01-17 15:58:36 +01:00
Matt Abrams
f76248cdbf
[docs] : fix broken link ( #37860 )
...
found a broken link. This PR points the hyperlink at the new URL 👍
2021-08-13 07:45:38 -04:00
Connor Lindsey
b78a67cec7
PackageJson: Prettify markdown/mdx on commit with lint-staged ( #37616 )
...
* Format md,mdx files with prettier on lint-staged
* Manually run prettier on docs/sources
2021-08-06 07:52:36 -06:00
Marcus Olsson
10a25ba4e5
Docs: Improve plugin signing docs ( #33562 )
...
* Improve plugin signing docs
* Remove reference to root_url config
2021-05-11 13:34:56 +02:00
Marcus Olsson
2096d25f9c
Update signing docs ( #30296 )
...
* Update signing docs
* Update docs/sources/developers/plugins/sign-a-plugin.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
* Update docs/sources/developers/plugins/sign-a-plugin.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
* Update docs/sources/developers/plugins/sign-a-plugin.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
2021-01-19 08:43:16 +01: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
Marcus Olsson
f39a8d630b
Docs: Plugin signing docs ( #28671 )
...
* WIP
* Update plugin signing docs
* Fix review comments
2020-11-05 16:40:33 +01:00
Diana Payton
035497c7bd
Docs: Edit plugin signature topics ( #25491 )
...
* Update sign-a-plugin.md
* Update plugin-signature-verification.md
* Update docs/sources/plugins/plugin-signature-verification.md
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com >
* Update docs/sources/plugins/plugin-signature-verification.md
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com >
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com >
2020-06-11 08:33:27 -07:00
Marcus Efraimsson
24673dc7d1
Docs: Adds plugin signature verification pages ( #25257 )
...
Co-authored-by: Kyle Brandt <kyle@grafana.com >
Co-authored-by: Marcus Olsson <accounts+github@marcus.se.net >
2020-06-02 16:44:02 +02:00