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
Eve Meelan
59e638acb9
Legal: CLA formatting update ( #53853 )
...
* Formatting
* linter
2022-08-17 14:37:25 -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
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
Jack Baldry
51dfcd7d37
Add current alias to all files ( #48635 )
...
* 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 >
2022-05-17 08:24:11 -07: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
Nicholas Auger
fa620c1c38
cla.md formatting update to match cla-assistant ( #33188 )
...
@RichiH
2021-04-20 19:56:12 +02:00
Robby Milo
9ef7770631
update cla ( #33180 )
...
Co-authored-by: kyle <kyle@grafana.com >
2021-04-20 19:16:34 +02: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
Marcus Olsson
fc0c717bfb
Restructure plugin docs ( #24381 )
2020-05-07 18:45:52 +02:00
Diana Payton
caac9d83ca
Docs: Added developer-resources.md ( #21806 )
...
* Added developer-resources.md
Added Developer resources and updated menu.yaml file
* Updated menu.yaml
Updated menu.yaml, changed folder name, and removed redundant file building_from_source.md and containing folder
* Removed links to deleted file
2020-02-04 13:40:25 -08:00