mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-05-27 15:18:26 +00:00
Add v3 API token deprecation notice (#2250)
* Add v3 API token deprecation warning shared file / Add warning to applicable pages * Update Deprecation of v3 API tokens warning * Update shared-files/_v3-api-tokens-deprecation-warning.md Co-authored-by: Billy Tat <btat@suse.com> * Update src/theme/MDXComponents.js Co-authored-by: Billy Tat <btat@suse.com> * Fix/update typo in shared file name (v3APITokensDeprecationWarning) * Fix wording in Deprecation of v3 API tokens warning --------- Co-authored-by: Billy Tat <btat@suse.com>
This commit is contained in:
@@ -16,6 +16,7 @@ import ConfigureSLOOidc from '/shared-files/_configure-slo-oidc.md';
|
||||
import EOLRKE1Warning from '/shared-files/_eol-rke1-warning.md';
|
||||
import PermissionsWarning from '/shared-files/_permissions-warning.md';
|
||||
import SamlOpenLDAPGroupPermissions from '/shared-files/_saml-openldap-group-permissions.md';
|
||||
import v3APITokensDeprecationWarning from '/shared-files/_v3-api-tokens-deprecation-warning.md';
|
||||
import OIDCPKCESupport from '/shared-files/_oidc-pkce-support.md';
|
||||
|
||||
|
||||
@@ -39,5 +40,6 @@ export default {
|
||||
EOLRKE1Warning,
|
||||
PermissionsWarning,
|
||||
SamlOpenLDAPGroupPermissions,
|
||||
v3APITokensDeprecationWarning,
|
||||
OIDCPKCESupport,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user