From 28a42b88a90998046a31d0c315ba9aa2aaaecd5a Mon Sep 17 00:00:00 2001 From: Phil Hughes Date: Thu, 12 Apr 2018 16:52:06 +0100 Subject: Bring web IDE docs to CE --- doc/user/project/web_ide/img/commit_changes.png | Bin 0 -> 8527 bytes doc/user/project/web_ide/img/open_web_ide.png | Bin 0 -> 28574 bytes doc/user/project/web_ide/index.md | 23 +++++++++++++++++++++++ 3 files changed, 23 insertions(+) create mode 100644 doc/user/project/web_ide/img/commit_changes.png create mode 100644 doc/user/project/web_ide/img/open_web_ide.png create mode 100644 doc/user/project/web_ide/index.md 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 Binary files /dev/null and b/doc/user/project/web_ide/img/commit_changes.png 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 Binary files /dev/null and b/doc/user/project/web_ide/img/open_web_ide.png 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/ -- cgit v1.2.1