Update docs base for 2.7 (#7309)

This commit is contained in:
Neil MacDougall 2022-10-31 21:10:48 +00:00 committed by GitHub
parent e8269d603f
commit f94d88b9d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import { SETTING } from './settings';
export const ANY = 0; export const ANY = 0;
export const STANDARD = 1; export const STANDARD = 1;
export const CUSTOM = 2; export const CUSTOM = 2;
export const DOCS_BASE = 'https://rancher.com/docs/rancher/v2.6/en'; export const DOCS_BASE = 'https://rancher.com/docs/rancher/v2.7/en';
const STANDARD_VENDOR = 'Rancher'; const STANDARD_VENDOR = 'Rancher';
const STANDARD_PRODUCT = 'Explorer'; const STANDARD_PRODUCT = 'Explorer';