summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanielgruesso <dgruesso@gitlab.com>2019-06-04 08:44:43 -0400
committerdanielgruesso <dgruesso@gitlab.com>2019-06-04 08:44:43 -0400
commitf2b60b3c4bbf5859a180f753716cbd84c5179d03 (patch)
tree29ac7c47baff4e2b10b9ca8c65e949e08abe247c
parentd60a6f4903c909ff2699eafcaa74338dbfd809ea (diff)
downloadgitlab-ce-f2b60b3c4bbf5859a180f753716cbd84c5179d03.tar.gz
Update verbiage and add clone screenshot
-rw-r--r--doc/user/clusters/applications.md13
-rw-r--r--doc/user/clusters/img/jupyter-git-clone.pngbin0 -> 50150 bytes
2 files changed, 6 insertions, 7 deletions
diff --git a/doc/user/clusters/applications.md b/doc/user/clusters/applications.md
index 3b1ca0a643d..ec28b9f4321 100644
--- a/doc/user/clusters/applications.md
+++ b/doc/user/clusters/applications.md
@@ -163,16 +163,15 @@ is automatically provisioned and configured using the authenticated user's:
- Email
- Newly created access token
-Once a user logs in to
-Jupyter, a post-start hook executes configuration of the extension by setting user's data as environment variables and running a
-script to configure the extension.
-
-JupyterLab's Git extension enables full version control of your notebooks as well as issuance of Git commands within Jupyter. Git commands
-can be issued via the **Git** tab on the left panel or via Jupyter's command line prompt.
-can be issued via the "Git" tab on the left panel or via Jupyter's command line prompt.
+JupyterLab's Git extension enables full version control of your notebooks as well as issuance of Git commands within Jupyter.
+Git commands can be issued via the **Git** tab on the left panel or via Jupyter's command line prompt.
![Jupyter's Git Extension](img/jupyter-git-extension.gif)
+Clone repositories from the files tab in Jupyter
+
+![Jupyter clone repository](img/jupyter-git-clone.png)
+
### Knative
> Available for project-level clusters since GitLab 11.5.
diff --git a/doc/user/clusters/img/jupyter-git-clone.png b/doc/user/clusters/img/jupyter-git-clone.png
new file mode 100644
index 00000000000..6cc07d7eabc
--- /dev/null
+++ b/doc/user/clusters/img/jupyter-git-clone.png
Binary files differ