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
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
Torkel Ödegaard
e1909fe74b
AngularSupport: Update description for angular_support_enabled config option ( #49569 )
...
* AngularSupport: Update description for angular_support_enabled config option
* Update angular deprecration plan doc
* Update
* Update article
* Updated
2022-05-25 11:49:12 +02: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
Torkel Ödegaard
fed112ef3b
Angular: Add AngularJS plugin support deprecation plan to docs site ( #45149 )
...
* Angular: Add AngularJS plugin support deprecation plan to docs site
* Updated wording
* Update
* Update docs/sources/developers/angular_deprecation.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
* Update docs/sources/developers/angular_deprecation.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
* Update docs/sources/developers/angular_deprecation.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
* Update docs/sources/developers/angular_deprecation.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
* Update docs/sources/developers/angular_deprecation.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
* Update docs/sources/developers/angular_deprecation.md
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-02-11 12:35:04 +01:00