[docs]
Signed-off-by: CHE Bot <che-bot@eclipse.org>
diff --git a/docs/che-7/end-user-guide/_images/git/git-config-identity.png b/docs/che-7/end-user-guide/_images/git/git-config-identity.png
index b05eb89..30e69a8 100644
--- a/docs/che-7/end-user-guide/_images/git/git-config-identity.png
+++ b/docs/che-7/end-user-guide/_images/git/git-config-identity.png
Binary files differ
diff --git a/docs/che-7/end-user-guide/_images/git/terminal-git-command.png b/docs/che-7/end-user-guide/_images/git/terminal-git-command.png
index 0d43359..30d6d91 100644
--- a/docs/che-7/end-user-guide/_images/git/terminal-git-command.png
+++ b/docs/che-7/end-user-guide/_images/git/terminal-git-command.png
Binary files differ
diff --git a/docs/che-7/end-user-guide/_images/loggingin/copy_login_command_menu.png b/docs/che-7/end-user-guide/_images/loggingin/copy_login_command_menu.png
new file mode 100644
index 0000000..85db5f1
--- /dev/null
+++ b/docs/che-7/end-user-guide/_images/loggingin/copy_login_command_menu.png
Binary files differ
diff --git a/docs/che-7/end-user-guide/_images/loggingin/copy_login_command_notification.png b/docs/che-7/end-user-guide/_images/loggingin/copy_login_command_notification.png
new file mode 100644
index 0000000..48297fd
--- /dev/null
+++ b/docs/che-7/end-user-guide/_images/loggingin/copy_login_command_notification.png
Binary files differ
diff --git a/docs/che-7/end-user-guide/accessing-che-from-openshift-developer-perspective/index.html b/docs/che-7/end-user-guide/accessing-che-from-openshift-developer-perspective/index.html
index eb31241..9ee1cbe 100644
--- a/docs/che-7/end-user-guide/accessing-che-from-openshift-developer-perspective/index.html
+++ b/docs/che-7/end-user-guide/accessing-che-from-openshift-developer-perspective/index.html
@@ -658,7 +658,7 @@
<div class="title">Prerequisites</div>
<ul>
<li>
-<p>Che is deployed on the same OpenShift 4.2 cluster or later.</p>
+<p>Che is deployed on the same OpenShift 4 cluster.</p>
</li>
<li>
<p>An existing workspace in Che.</p>
@@ -702,7 +702,7 @@
<div class="title">Prerequisites</div>
<ul>
<li>
-<p>The Che Operator is available in OpenShift 4.2 or later.</p>
+<p>The Che Operator is available in OpenShift 4.</p>
</li>
</ul>
</div>
diff --git a/docs/che-7/end-user-guide/configuring-a-workspace-using-a-devfile/index.html b/docs/che-7/end-user-guide/configuring-a-workspace-using-a-devfile/index.html
index e19ffac..4dab18d 100644
--- a/docs/che-7/end-user-guide/configuring-a-workspace-using-a-devfile/index.html
+++ b/docs/che-7/end-user-guide/configuring-a-workspace-using-a-devfile/index.html
@@ -940,6 +940,9 @@
</li>
<li>
<p>The devfile is available on the local filesystem in the current working directory. See <a href="../making-a-workspace-portable-using-a-devfile/" class="page">Making a workspace portable using a devfile</a> for detailed information about creating and using devfiles.</p>
+</li>
+<li>
+<p>You are logged in to Eclipse Che. See <a href="../navigating-che-using-the-dashboard/#logging-in-to-eclipse-che-using-chectl_navigating-che-using-the-dashboard" class="page">How to login into Che using chectl</a></p>
<div class="paragraph">
<div class="title">Example</div>
<p>Download the <code>devfile.yaml</code> file from the <a href="https://github.com/eclipse/che/blob/master/devfile.yaml">GitHub repository</a> to the current working directory.</p>
@@ -951,15 +954,37 @@
<div class="title">Procedure</div>
<ol class="arabic">
<li>
-<p>Run a workspace from a devfile using the <code>workspace:start</code> parameter with the <code>chectl</code> tool as follows:</p>
+<p>Run a workspace from a devfile using the <code>workspace:create</code> parameter with the <code>chectl</code> tool as follows:</p>
</li>
</ol>
</div>
<div class="listingblock">
<div class="content">
-<pre>$ chectl workspace:start --devfile=devfile.yaml</pre>
+<pre>$ chectl workspace:create --name=<em><WORKSPACE_NAME></em> \ <i class="conum" data-value="1"></i><b>(1)</b>
+--devfile=devfile.yaml --start \
+-n che</pre>
</div>
</div>
+<div class="colist arabic">
+<table>
+<tr>
+<td><i class="conum" data-value="1"></i><b>1</b></td>
+<td>The workspace name to create</td>
+</tr>
+</table>
+</div>
+<div class="admonitionblock note">
+<table>
+<tr>
+<td class="icon">
+<i class="fa icon-note" title="Note"></i>
+</td>
+<td class="content">
+If <code>--devfile</code> flag is omitted then chectl looks for <code>devfile.yaml</code> or <code>devfile.yml</code> files in the current directory to create a workspace from.
+</td>
+</tr>
+</table>
+</div>
</div>
</div>
<div class="sect1">
diff --git a/docs/che-7/end-user-guide/defining-custom-commands-for-che-theia/index.html b/docs/che-7/end-user-guide/defining-custom-commands-for-che-theia/index.html
index 722d3cf..c468cac 100644
--- a/docs/che-7/end-user-guide/defining-custom-commands-for-che-theia/index.html
+++ b/docs/che-7/end-user-guide/defining-custom-commands-for-che-theia/index.html
@@ -706,7 +706,7 @@
<p>Tasks of type <code>che</code>, also known as <code>exec</code> commands, can be executed from the <strong>Terminal→Run Task</strong> menu or by selecting them in the <strong>My Workspace</strong> panel. Other tasks are only available from <strong>Terminal→Run Task</strong>. Launch configurations are available in the Che-Theia debugger.</p>
</div>
<div class="ulist">
-<div class="title">Additional examples</div>
+<div class="title">Examples</div>
<ul>
<li>
<p><a href="https://github.com/eclipse/che-devfile-registry/blob/master/devfiles/quarkus-command-mode/devfile.yaml#L63-L71">An example of a theia task</a></p>
diff --git a/docs/che-7/end-user-guide/navigating-che-using-the-dashboard/index.html b/docs/che-7/end-user-guide/navigating-che-using-the-dashboard/index.html
index 741ac6d..4b2f8ef 100644
--- a/docs/che-7/end-user-guide/navigating-che-using-the-dashboard/index.html
+++ b/docs/che-7/end-user-guide/navigating-che-using-the-dashboard/index.html
@@ -724,10 +724,62 @@
</div>
</div>
<div class="sect1">
+<h2 id="logging-in-to-eclipse-che-using-chectl_navigating-che-using-the-dashboard"><a class="anchor" href="#logging-in-to-eclipse-che-using-chectl_navigating-che-using-the-dashboard"></a>Logging in to Che using chectl</h2>
+<div class="sectionbody">
+<div class="paragraph">
+<p>This section describes how to log in to Che using chectl tool by copying login command from Eclipse Che Dashboard.</p>
+</div>
+<div class="ulist">
+<div class="title">Prerequisites</div>
+<ul>
+<li>
+<p>A running instance of Eclipse Che. To install an instance of Eclipse Che, see <a href="../../installation-guide/installing-che/" class="page">Installing Che</a>.</p>
+</li>
+<li>
+<p>The Che CLI management tool. See <a href="../../installation-guide/using-the-chectl-management-tool/" class="page">Using the chectl management tool</a>.</p>
+</li>
+<li>
+<p>Eclipse Che Dashboard is opened in a browser.</p>
+</li>
+</ul>
+</div>
+<div class="olist arabic">
+<div class="title">Procedure</div>
+<ol class="arabic">
+<li>
+<p>Open the user’s context menu in the lower-left corner and select <code>Copy Login Command</code></p>
+<div class="imageblock">
+<div class="content">
+<img src="../_images/loggingin/copy_login_command_menu.png" alt="copy_login_command_menu.png">
+</div>
+</div>
+</li>
+<li>
+<p>Wait for the notification message:</p>
+<div class="imageblock">
+<div class="content">
+<img src="../_images/loggingin/copy_login_command_notification.png" alt="copy_login_command_notification.png">
+</div>
+</div>
+</li>
+<li>
+<p>Paste the login command into a terminal and observe a successful login:</p>
+<div class="listingblock">
+<div class="content">
+<pre class="highlightjs highlight"><code>$ chectl auth:login ...
+Successfully logged into <server> as <user></code></pre>
+</div>
+</div>
+</li>
+</ol>
+</div>
+</div>
+</div>
+<div class="sect1">
<h2 id="finding-che-cluster-url-using-openshift-4-cli-tools_navigating-che-using-the-dashboard"><a class="anchor" href="#finding-che-cluster-url-using-openshift-4-cli-tools_navigating-che-using-the-dashboard"></a>Finding Che cluster URL using the OpenShift 4 CLI</h2>
<div class="sectionbody">
<div class="paragraph">
-<p>This section describes how to obtain the Che cluster URL using the OpenShift 4 CLI (command line interface). The URL can be retrieved from the OpenShift logs or from the <code>checluster</code> Custom Resource.</p>
+<p>This section describes how to obtain the Che cluster URL using the OpenShift 4 command line interface (CLI). The URL can be retrieved from the OpenShift logs or from the <code>checluster</code> Custom Resource.</p>
</div>
<div class="ulist">
<div class="title">Prerequisites</div>
diff --git a/docs/che-7/end-user-guide/version-control/index.html b/docs/che-7/end-user-guide/version-control/index.html
index 8fee41b..36244ad 100644
--- a/docs/che-7/end-user-guide/version-control/index.html
+++ b/docs/che-7/end-user-guide/version-control/index.html
@@ -608,14 +608,15 @@
</li>
</ul>
</div>
-<div class="paragraph">
+<div class="ulist">
<div class="title">Procedure</div>
-<p>To configure Git identity using the Che user interface, go to in <strong>Preferences</strong>.</p>
-</div>
+<ul>
+<li>
+<p>To configure Git identity using the Che user interface:</p>
<div class="olist arabic">
<ol class="arabic">
<li>
-<p>Open <strong>File > Settings > Open Preferences</strong>:</p>
+<p>Open <strong>File > Settings > Open Preferences</strong> or press <span class="keyseq"><kbd>Ctrl</kbd>+<kbd>,</kbd></span>.</p>
<div class="imageblock">
<div class="content">
<a class="image" href="../_images/git/git-config-identity.png"><img src="../_images/git/git-config-identity.png" alt="git config identity"></a>
@@ -623,22 +624,13 @@
</div>
</li>
<li>
-<p>In the opened window, navigate to the <strong>Git</strong> section, and find:</p>
-<div class="listingblock">
-<div class="content">
-<pre> user.name
- user.email</pre>
-</div>
-</div>
-<div class="paragraph">
-<p>Configure the identity.</p>
-</div>
+<p>In the opened window, navigate to the <strong>Git → User</strong> sub-section and enter the User mail and User name values.</p>
</li>
</ol>
</div>
-<div class="paragraph">
+</li>
+<li>
<p>To configure Git identity using the command line, open the terminal of the Che-Theia container.</p>
-</div>
<div class="olist arabic">
<ol class="arabic">
<li>
@@ -660,8 +652,11 @@
</li>
</ol>
</div>
+</li>
+</ul>
+</div>
<div class="paragraph">
-<p>Che-Theia permanently stores this information and restores it on future workspace starts.</p>
+<p>Che-Theia permanently stores this information in the current container and restores it for other containers on future workspace starts.</p>
</div>
</div>
</div>
@@ -717,13 +712,13 @@
<div class="sect2">
<h3 id="_generating_an_ssh_key_using_the_che_command_palette"><a class="anchor" href="#_generating_an_ssh_key_using_the_che_command_palette"></a>Generating an SSH key using the Che command palette</h3>
<div class="paragraph">
-<p>The following section describes a generation of an SSH key using the Che command palette and its further use in Git provider communication. This SSH key restricts permissions for the specific Git provider; therefore, the user has to create a unique SSH key for each Git provider in use.</p>
+<p>The following section describes a generation of an SSH key using the Che command palette and its further use in Git provider communication. This SSH key restricts permissions for the specific Git provider, therefore, the user has to create a unique SSH key for each Git provider in use.</p>
</div>
<div class="ulist">
<div class="title">Prerequisites</div>
<ul>
<li>
-<p>A running instance of Che. To install an instance of Eclipse Che, <a href="../../installation-guide/installing-che/" class="page">Installing Che</a>.</p>
+<p>A running instance of Che. To install an instance of Eclipse Che, see <a href="../../installation-guide/installing-che/" class="page">Installing Che</a>.</p>
</li>
<li>
<p>An existing workspace defined on this instance of Che <a href="../creating-and-configuring-a-new-workspace/" class="page">Creating and configuring a new Che 7.19 workspace</a>.</p>
diff --git a/docs/che-7/installation-guide/advanced-configuration-options-for-the-che-server-component/index.html b/docs/che-7/installation-guide/advanced-configuration-options-for-the-che-server-component/index.html
index c90eb7e..75dff53 100644
--- a/docs/che-7/installation-guide/advanced-configuration-options-for-the-che-server-component/index.html
+++ b/docs/che-7/installation-guide/advanced-configuration-options-for-the-che-server-component/index.html
@@ -639,7 +639,7 @@
tlsSupport: true
selfSignedCert: false
customCheProperties:
- CHE_WORKSPACE_DEFAULT<em>MEMORY</em>LIMIT__MB: "2048"
+ CHE_WORKSPACE_DEFAULT__MEMORY__LIMIT__MB: "2048"
auth:
# [...]</code></pre>
</div>
diff --git a/docs/che-7/installation-guide/configuring-namespace-strategies/index.html b/docs/che-7/installation-guide/configuring-namespace-strategies/index.html
index 76cbd82..55c6833 100644
--- a/docs/che-7/installation-guide/configuring-namespace-strategies/index.html
+++ b/docs/che-7/installation-guide/configuring-namespace-strategies/index.html
@@ -849,6 +849,88 @@
</div>
</div>
</div>
+<div class="sect1">
+<h2 id="_labeling_the_namespaces"><a class="anchor" href="#_labeling_the_namespaces"></a>Labeling the namespaces</h2>
+<div class="sectionbody">
+<div class="paragraph">
+<p>Che updates the workspace’s namespace on workspace startup by adding the labels defined in <code>CHE_INFRA_KUBERNETES_NAMESPACE_LABELS</code>. To do so, <code>che</code> ServiceAccout has to have the following cluster-wide permissions to <code>update</code> and <code>get</code> <code>namespaces</code>:</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre>apiVersion: rbac.authorization.k8s.io/v1
+kind: ClusterRole
+metadata:
+ name: <cluster-role-name> <i class="conum" data-value="1"></i><b>(1)</b>
+rules:
+ - apiGroups:
+ - ""
+ resources:
+ - namespaces
+ verbs:
+ - update
+ - get</pre>
+</div>
+</div>
+<div class="colist arabic">
+<table>
+<tr>
+<td><i class="conum" data-value="1"></i><b>1</b></td>
+<td>name of the cluster role</td>
+</tr>
+</table>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre>apiVersion: rbac.authorization.k8s.io/v1
+kind: ClusterRoleBinding
+metadata:
+ name: <cluster-role-binding-name> <i class="conum" data-value="1"></i><b>(1)</b>
+subjects:
+ - kind: ServiceAccount
+ name: <service-account-name> <i class="conum" data-value="2"></i><b>(2)</b>
+ namespace: <service-accout-namespace> <i class="conum" data-value="3"></i><b>(3)</b>
+roleRef:
+ kind: ClusterRole
+ name: <cluster-role-name> <i class="conum" data-value="4"></i><b>(4)</b>
+ apiGroup: rbac.authorization.k8s.io</pre>
+</div>
+</div>
+<div class="colist arabic">
+<table>
+<tr>
+<td><i class="conum" data-value="1"></i><b>1</b></td>
+<td>name of the cluster role binding</td>
+</tr>
+<tr>
+<td><i class="conum" data-value="2"></i><b>2</b></td>
+<td>name of the che service account</td>
+</tr>
+<tr>
+<td><i class="conum" data-value="3"></i><b>3</b></td>
+<td>Che installation namespace</td>
+</tr>
+<tr>
+<td><i class="conum" data-value="4"></i><b>4</b></td>
+<td>name of the cluster role created in previous step</td>
+</tr>
+</table>
+</div>
+<div class="admonitionblock note">
+<table>
+<tr>
+<td class="icon">
+<i class="fa icon-note" title="Note"></i>
+</td>
+<td class="content">
+<div class="paragraph">
+<p>Che does not fail to start a workspace for lack of permissions, it only logs the warning. If you see the warnings in Che logs, consider disabling the feature with setting <code>CHE_INFRA_KUBERNETES_NAMESPACE_LABEL=false</code>.</p>
+</div>
+</td>
+</tr>
+</table>
+</div>
+</div>
+</div>
</article>
<aside class="toc sidebar" data-title="Contents" data-levels="2">
<div class="toc-menu"></div>
diff --git a/docs/sitemap.xml b/docs/sitemap.xml
index 2c6c314..0cc1b91 100644
--- a/docs/sitemap.xml
+++ b/docs/sitemap.xml
@@ -2,522 +2,522 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://www.eclipse.org/che/docs/che-7/administration-guide/authenticating-users/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/administration-guide/authorizing-users/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/administration-guide/backup-and-disaster-recovery/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/administration-guide/building-custom-registry-images/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/administration-guide/caching-images-for-faster-workspace-start/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/administration-guide/calculating-che-resource-requirements/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/administration-guide/che-architecture-overview/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/administration-guide/che-workspace-controller/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/administration-guide/che-workspaces-architecture/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/administration-guide/collecting-logs-using-chectl/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/administration-guide/configuring-authorization/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/administration-guide/customizing-the-registries/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/administration-guide/external-database-setup/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/administration-guide/managing-users/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/administration-guide/monitoring-che/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/administration-guide/persistent-volumes-backups/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/administration-guide/removing-user-data/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/administration-guide/retrieving-che-logs/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/administration-guide/running-custom-registries/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/administration-guide/tracing-che/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/administration-guide/viewing-che-server-logs/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/administration-guide/viewing-external-service-logs/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/administration-guide/viewing-kubernetes-events/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/administration-guide/viewing-operator-events/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/administration-guide/viewing-plug-in-broker-logs/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/contributor-guide/adding-support-for-a-new-debugger/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/contributor-guide/adding-support-for-a-new-language/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/contributor-guide/branding-che-theia/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/contributor-guide/che-extensibility-reference/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/contributor-guide/che-extension-points/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/contributor-guide/che-theia-plug-in-api/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/contributor-guide/debug-adapter-protocol/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/contributor-guide/developing-che-theia-plug-ins/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/contributor-guide/language-server-protocol/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/contributor-guide/publishing-che-theia-plug-ins/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/contributor-guide/testing-che-theia-plug-ins/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/end-user-guide/accessing-che-from-openshift-developer-perspective/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/end-user-guide/adding-a-vs-code-extension-to-a-workspace/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/end-user-guide/adding-tools-to-che-after-creating-a-workspace/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/end-user-guide/che-theia-ide-basics/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/end-user-guide/che-theia-troubleshooting/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/end-user-guide/configuring-a-workspace-using-a-devfile/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/end-user-guide/configuring-github-oauth/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/end-user-guide/configuring-oauth-authorization/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/end-user-guide/configuring-openshift-oauth/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/end-user-guide/creating-a-workspace-by-importing-source-code-of-a-project/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/end-user-guide/creating-a-workspace-from-code-sample/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/end-user-guide/creating-and-configuring-a-new-workspace/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/end-user-guide/customizing-developer-environments/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/end-user-guide/defining-custom-commands-for-che-theia/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/end-user-guide/editing-a-devfile-and-plug-in-at-runtime/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/end-user-guide/importing-a-kubernetes-application-into-a-workspace/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/end-user-guide/importing-certificates-to-browsers/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/end-user-guide/making-a-workspace-portable-using-a-devfile/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/end-user-guide/mounting-a-secret-as-a-file-or-an-environment-variable-into-a-workspace-container/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/end-user-guide/navigating-che-using-the-dashboard/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/end-user-guide/navigating-che/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/end-user-guide/publishing-metadata-for-a-vs-code-extension/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/end-user-guide/remotely-accessing-workspaces/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/end-user-guide/restarting-a-che-workspace-in-debug-mode-after-start-failure/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/end-user-guide/starting-a-che-workspace-in-debug-mode/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/end-user-guide/testing-a-visual-studio-code-extension-in-che/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/end-user-guide/troubleshooting-che/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/end-user-guide/troubleshooting-network-problems/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/end-user-guide/troubleshooting-slow-workspaces/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/end-user-guide/using-alternative-ides-in-che/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/end-user-guide/using-artifact-repositories-in-a-restricted-environment/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/end-user-guide/using-go-artifact-repositories/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/end-user-guide/using-gradle-artifact-repositories/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/end-user-guide/using-maven-artifact-repositories/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/end-user-guide/using-npm-artifact-repositories/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/end-user-guide/using-nuget-artifact-repositories/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/end-user-guide/using-python-artifact-repositories/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/end-user-guide/version-control/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/end-user-guide/viewing-che-workspaces-logs/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/end-user-guide/what-is-a-che-theia-plug-in/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/end-user-guide/workspaces-overview/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/extensions/authenticating-with-openshift-connector-from-che/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/extensions/connecting-source-code-from-github-to-a-openshift-component-using-openshift-connector/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/extensions/creating-a-telemetry-plugin/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/extensions/creating-components-with-openshift-connector-in-che/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/extensions/eclipse-che4z/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/extensions/features-of-openshift-connector/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/extensions/installing-openshift-connector-in-che/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/extensions/openshift-connector-overview/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/extensions/telemetry/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/extensions/the-woopra-telemetry-plugin/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/glossary/che-glossary/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/hosted-che/hosted-che/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/installation-guide/advanced-configuration-options-for-the-che-server-component/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/installation-guide/advanced-configuration/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/installation-guide/configuring-che-hostname/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/installation-guide/configuring-labels-for-ingresses/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/installation-guide/configuring-labels-for-routes/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/installation-guide/configuring-namespace-strategies/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/installation-guide/configuring-storage-types/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/installation-guide/configuring-the-che-installation/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/installation-guide/configuring-workspace-exposure-strategies/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/installation-guide/configuring-workspaces-nodeselector/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/installation-guide/deploying-che-with-support-for-git-repositories-with-self-signed-certificates/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/installation-guide/importing-tls-certificates-to-che-server-java-truststore/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/installation-guide/installing-che-in-a-restricted-environment/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/installation-guide/installing-che-in-cloud/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/installation-guide/installing-che-locally/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/installation-guide/installing-che-on-aws/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/installation-guide/installing-che-on-codeready-containers/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/installation-guide/installing-che-on-docker-desktop/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/installation-guide/installing-che-on-google-cloud-platform/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/installation-guide/installing-che-on-kind/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/installation-guide/installing-che-on-kubespray/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/installation-guide/installing-che-on-microsoft-azure/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/installation-guide/installing-che-on-minikube/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/installation-guide/installing-che-on-minishift/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/installation-guide/installing-che-on-openshift-3-using-the-operator/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/installation-guide/installing-che-on-openshift-4-using-operatorhub/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/installation-guide/installing-che-using-storage-classes/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/installation-guide/installing-che/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/installation-guide/running-more-than-one-workspace-at-a-time/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/installation-guide/supported-platforms/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/installation-guide/uninstalling-che-after-chectl-installation/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/installation-guide/uninstalling-che-after-operatorhub-installation-using-openshift-cli/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/installation-guide/uninstalling-che-after-operatorhub-installation-using-openshift-web-console/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/installation-guide/uninstalling-che/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/installation-guide/upgrading-che-using-operatorhub/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/installation-guide/upgrading-che-using-the-cli-management-tool-in-restricted-environment/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/installation-guide/upgrading-che-using-the-cli-management-tool/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/installation-guide/upgrading-che/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/installation-guide/using-the-chectl-management-tool/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/overview/che-architecture/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
<url>
<loc>https://www.eclipse.org/che/docs/che-7/overview/introduction-to-eclipse-che/</loc>
-<lastmod>2020-11-13T13:57:21.424Z</lastmod>
+<lastmod>2020-11-23T09:03:59.983Z</lastmod>
</url>
</urlset>