Grot (@grafanabot)
ae50b74046
[v10.0.x] Auth: Update docs on use PKCE by default ( #69269 )
...
Auth: Update docs on use PKCE by default (#68638 )
* Auth: Update docs on use PKCE by default. (#68073 )
Signed-off-by: junya koyama <arukiidou@yahoo.co.jp >
* Fix: docs review - from introduces to provides https://github.com/grafana/grafana/pull/68638/files#r1200506006
Signed-off-by: junya koyama <arukiidou@yahoo.co.jp >
* Fix docs - Remove note about a version https://github.com/grafana/grafana/pull/68638/files#r1200508038
Signed-off-by: junya koyama <arukiidou@yahoo.co.jp >
* Update docs/sources/setup-grafana/configure-security/configure-authentication/azuread/index.md
---------
Signed-off-by: junya koyama <arukiidou@yahoo.co.jp >
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com >
(cherry picked from commit 345b7fadc9 )
Co-authored-by: arukiidou <arukiidou@yahoo.co.jp >
2023-05-30 11:49:49 -05:00
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
Grot (@grafanabot)
5ef56b2843
[v10.0.x] Enable doc-validator for specific directories ( #68724 )
...
* Enable doc-validator for specific directories (#63524 )
* Enable doc-validator for specific directories
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
* Fix one linting error to trigger CI
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
* Update doc-validator to latest release
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
* Update make-docs procedure
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
* Use doc-validator version from CI in local make target
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
* Revert to 1.11.0
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
* adds missing descriptions
* Fix titles and headings
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
* Fix link formats
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
* Fix easy to resolve anchors
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
* Remove broken anchor link
This anchor appears to have been broken for a long time.
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
* Use doc-validator image with support for numbered anchors
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
* Update make-docs procedure to support doc-validator 2.0.x
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
* Fix a bunch of broken anchors
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
* Ignore old whatsnew content
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
* Update doc-validator to v2.0.x and use reviewdog to report errors
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
* removes broken links
---------
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
Co-authored-by: Chris Moyer <chris.moyer@grafana.com >
(cherry picked from commit 560f49b3dc )
* Fix doc-validator linting
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
---------
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
2023-05-18 19:07:45 +02:00
Eric Leijonmarck
7019287f88
Auth: Add deprecation notice for oauth_skip_org_role_update_sync ( #62712 )
...
* add: deprecaation notice for overall setting
* add: deprecation notice for configuration files
* chore: update docs with deprecation notice
* refactor: change to note the new setting instead
* Update pkg/setting/setting.go
Co-authored-by: Gabriel MABILLE <gamab@users.noreply.github.com >
* refactor: based on review comments
---------
Co-authored-by: Gabriel MABILLE <gamab@users.noreply.github.com >
2023-02-07 15:28:40 +00:00
Eric Leijonmarck
143ee0c49f
Auth: Add skip_org_role_sync to GitLab OAuth ( #62055 )
...
* Auth: Add skip_org_role_sync to GitLab OAuth
- add: tests
- docs added
* Update pkg/login/social/gitlab_oauth.go
Co-authored-by: Karl Persson <kalle.persson@grafana.com >
* fix: for import
Co-authored-by: Karl Persson <kalle.persson@grafana.com >
2023-01-25 13:39:54 +01:00
Alexander Zobnin
60ef88c918
SAML: Support auto login ( #61685 )
...
* SAML: Support auto login
* Add individual auto_login option for each OAuth provider
* Docs: Describe new auto_login option
* Minor refactor
2023-01-19 15:53:02 +01:00
Alexander Zobnin
997105c20d
Config: Support JSON list syntax ( #61288 )
...
* Config: Separate lists either by spaces or by commas.
* Simplify space separation
* use separate function for the config strings
* Change behavior only if string contains quotes
* add test for invalid string
* Use JSON list syntax
* ignore leading spaces when process list
* Add notes about using JSON lists into the docs
* Fix typo
* Apply suggestions from code review
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com >
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com >
2023-01-16 16:03:20 +03: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
Misi
4915d21c25
OAuth: Feature toggle for access token expiration check and docs ( #58179 )
...
* Add feature toggle for access token expiration check
* Add docs for configuring refresh tokens
* Update docs
* Update docs based on review
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com >
* Improve documentation
* Change access_type default to Offline
* Update docs/sources/setup-grafana/configure-security/configure-authentication/gitlab/index.md
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com >
* Update docs/sources/setup-grafana/configure-security/configure-authentication/google/index.md
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com >
* Update pkg/services/featuremgmt/registry.go
Co-authored-by: Eric Leijonmarck <eric.leijonmarck@gmail.com >
* Regenerate toggles
* Update Generic OAuth docs
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com >
Co-authored-by: Eric Leijonmarck <eric.leijonmarck@gmail.com >
2022-11-14 16:47:46 +01:00
Jo
07991c76fe
Doc: Fix wrong default callback URL ( #57908 )
...
* doc: fix wrong default callback URL
* doc: fix gitlab typos
2022-10-31 16:13:27 +01:00
Christopher Moyer
d09d39ddd4
Docs/restructures setup ( #57125 )
...
* builds out configure grafana directory to align with hugo
* restructures configure authentication, corrects relrefs
* correct alias
* corrects final relrefs
2022-10-17 15:24:33 -05:00