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
Teppo Kurki
5c69f899b5
doc: add missing LoadingState.Streaming ( #37903 )
...
The final query is missing this and does not work without it.
2021-08-14 09:35:33 -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
Fabien Wernli
af6893e41d
Fix documentation for streaming data sources ( #30704 )
...
The added code is now mandatory since 7.4.x
See https://github.com/grafana/grafana/issues/30686
2021-01-28 13:35:49 +01:00
Robby Milo
81d30615b4
Docs: fix relref ( #28977 )
2020-11-10 14:38:45 +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
6b29c11776
Add guide for streaming data sources ( #24786 )
2020-05-19 09:05:48 +02:00