Jack Baldry
f5220c12ba
[v10.0.x] [feat] docs; update admonition syntax ( #69005 )
...
* [v10.0.x] [feat] docs; update admonition syntax
* [feat] docs; update admonition syntax
- Standardizes according to style conventions: https://grafana.com/docs/writers-toolkit/style-guide/style-conventions/#admonitions
- Prepares docs for better, uniform admonition style.
* Remove false positives and irregularities
* false positive removal
* Update docs/sources/datasources/mysql/_index.md
* Update docs/sources/developers/angular_deprecation/angular-plugins.md
* fix link errors
* Prettify some nested blockquotes
* remoe unnecessary admonition
(cherry picked from commit 1c4bb9ca00 )
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
* Fix incorrect conflict resolution
---------
Co-authored-by: Matt Dodson <47385188+MattDodsonEnglish@users.noreply.github.com >
2023-05-24 22:14:24 +01:00
Jack Baldry
2f866cda62
Revert "[v10.0.x] [feat] docs; update admonition syntax" ( #68980 )
...
Revert "[v10.0.x] [feat] docs; update admonition syntax (#68857 )"
This reverts commit 1e8c28eff4 .
2023-05-24 14:54:52 +01:00
Grot (@grafanabot)
1e8c28eff4
[v10.0.x] [feat] docs; update admonition syntax ( #68857 )
...
[feat] docs; update admonition syntax (#68842 )
* [feat] docs; update admonition syntax
- Standardizes according to style conventions: https://grafana.com/docs/writers-toolkit/style-guide/style-conventions/#admonitions
- Prepares docs for better, uniform admonition style.
* Remove false positives and irregularities
* false positive removal
* Update docs/sources/datasources/mysql/_index.md
* Update docs/sources/developers/angular_deprecation/angular-plugins.md
* fix link errors
* Prettify some nested blockquotes
* remoe unnecessary admonition
(cherry picked from commit 1c4bb9ca00 )
Co-authored-by: Matt Dodson <47385188+MattDodsonEnglish@users.noreply.github.com >
2023-05-23 07:47:49 -05:00
Isabel
c94760e844
docs: nav updates for administration & licensing ( #65400 )
...
* navigation related updates text only
* fixed styling
2023-03-27 13:04:27 -07:00
Isabel
70116dc65f
docs: nav updates for various admin topics ( #64988 )
...
* navigation related updates
* fix typos
* removed manual navigation to home section and updated intro text for changing default dashboard
2023-03-20 10:43:22 -07:00
Jack Baldry
97f01c0d1a
Apply linting advice from doc-validator tool ( #59606 )
...
* Apply linting advice from doc-validator tool
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
* Prettier
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
2022-12-19 09:49:44 +00:00
Jack Baldry
c1c48dd610
Use relative aliases for all non-current Grafana aliases ( #60062 )
...
* 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 aliases from shared pages
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
* Rewrite all current latest aliases to be next
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
* Fix typo in latest alias
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 -Ez -i 's#\n((aliases:\n *-)|aliases:\n)#\n\2#' {} \;
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
* Prettier
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
2022-12-09 12:36:04 -04:00
Josh Hunt
b2fdf46820
Docs: Minor improvements to Preferences documentation ( #59498 )
...
Small improvements to Preferences documentation
2022-11-29 17:21:07 +00:00
Josh Hunt
37c14bd6bd
Internationalization: Preferences documentation ( #59203 )
...
* I18n: Preferences documentation
* Update docs/sources/setup-grafana/configure-grafana/_index.md
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com >
* Update docs/sources/administration/organization-preferences/index.md
Co-authored-by: Ursula Kallio <ursula.kallio@grafana.com >
* remove api spec
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com >
Co-authored-by: Ursula Kallio <ursula.kallio@grafana.com >
2022-11-29 14:02:11 +00:00
Christopher Moyer
0f549a44b0
changes _index files to index, adds aliases ( #54804 )
2022-09-06 12:58:07 -05:00