Updated few links in order to point to che-7 docs (#15236)
Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>7.20.x
parent
fcc628fe0f
commit
2ea0f7cbcc
|
|
@ -20,10 +20,10 @@
|
|||
},
|
||||
"docs" : {
|
||||
"devfile" : "/docs/che-7/using-developer-environments-workspaces.html#making-a-workspace-portable-using-a-devfile_using-developer-environments-workspaces",
|
||||
"workspace" : "/docs/what-are-workspaces.html",
|
||||
"workspace" : "/docs/che-7/workspaces-overview/",
|
||||
"factory" : "/docs/factories-getting-started.html",
|
||||
"organization": "/docs/organizations.html",
|
||||
"converting": "/docs/che-7/converting-a-che-6-workspace-to-a-che-7-devfile/",
|
||||
"general": "/docs"
|
||||
"general": "/docs/che-7"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -59,10 +59,10 @@ const DEFAULT_OAUTH_DOCS = 'Configure OAuth in the che.properties file.';
|
|||
const DEFAULT_CLI_NAME = 'che.env';
|
||||
const DEFAULT_CLI_CONFIG_NAME = 'CHE';
|
||||
const DEFAULT_DOCS_DEVFILE = '/docs/che-7/using-developer-environments-workspaces.html#making-a-workspace-portable-using-a-devfile_using-developer-environments-workspaces';
|
||||
const DEFAULT_DOCS_WORKSPACE = '/docs/getting-started/intro/index.html';
|
||||
const DEFAULT_DOCS_WORKSPACE = '/docs/che-7/workspaces-overview/';
|
||||
const DEFAULT_DOCS_ORGANIZATION = '/docs/organizations.html';
|
||||
const DEFAULT_DOCS_FACTORY = '/docs/factories-getting-started.html';
|
||||
const DEFAULT_DOCS_GENERAL = '/docs';
|
||||
const DEFAULT_DOCS_GENERAL = '/docs/che-7';
|
||||
const DEFAULT_DOCS_CONVERTING = '/docs/che-7/converting-a-che-6-workspace-to-a-che-7-devfile/';
|
||||
const DEFAULT_WORKSPACE_PRIORITY_STACKS = ['Java', 'Java-MySQL', 'Blank'];
|
||||
const DEFAULT_WORKSPACE_DEFAULT_STACK = 'java-mysql';
|
||||
|
|
|
|||
Loading…
Reference in New Issue