summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-04-12 16:52:06 +0100
committerPhil Hughes <me@iamphill.com>2018-04-12 16:52:06 +0100
commit28a42b88a90998046a31d0c315ba9aa2aaaecd5a (patch)
tree0acf9d664a3b5c7f54d575f2f38f4f5191377384
parentda6595d45b42c826c883f6073aaf7baec4019cce (diff)
downloadgitlab-ce-docs-web-ide.tar.gz
Bring web IDE docs to CEdocs-web-ide
-rw-r--r--doc/user/project/web_ide/img/commit_changes.pngbin0 -> 8527 bytes
-rw-r--r--doc/user/project/web_ide/img/open_web_ide.pngbin0 -> 28574 bytes
-rw-r--r--doc/user/project/web_ide/index.md23
3 files changed, 23 insertions, 0 deletions
diff --git a/doc/user/project/web_ide/img/commit_changes.png b/doc/user/project/web_ide/img/commit_changes.png
new file mode 100644
index 00000000000..e014149e8b8
--- /dev/null
+++ b/doc/user/project/web_ide/img/commit_changes.png
Binary files differ
diff --git a/doc/user/project/web_ide/img/open_web_ide.png b/doc/user/project/web_ide/img/open_web_ide.png
new file mode 100644
index 00000000000..d1192daf506
--- /dev/null
+++ b/doc/user/project/web_ide/img/open_web_ide.png
Binary files differ
diff --git a/doc/user/project/web_ide/index.md b/doc/user/project/web_ide/index.md
new file mode 100644
index 00000000000..df9264b6ea5
--- /dev/null
+++ b/doc/user/project/web_ide/index.md
@@ -0,0 +1,23 @@
+# Web IDE
+
+> Introduced in [GitLab Ultimate][ee] 10.4.
+
+The Web IDE editor makes it faster and easier to contribute changes to your
+projects by providing an advanced editor with commit staging.
+
+## Open the Web IDE
+
+Once enabled, the Web IDE can be opened when viewing a file, from the
+repository file list.
+
+![Open Web IDE](img/open_web_ide.png)
+
+## Commit changes
+
+Changed files are shown on the right in the commit panel. All changes are
+automatically staged. To commit your changes, add a commit message and click
+the 'Commit Button'.
+
+![Commit changes](img/commit_changes.png)
+
+[ee]: https://about.gitlab.com/products/