Commit 7bf28453 authored by James Ramsay's avatar James Ramsay

Prefer underscore

parent 65abdef1
......@@ -72,7 +72,7 @@ Shortcuts to GitLab's most visited docs:
- [Wikis](user/project/wiki/index.md): Enhance your repository documentation with built-in wikis.
- [GitLab Pages](user/project/pages/index.md): Build, test, and deploy your static website with GitLab Pages.
- **(EEP)** [GitLab Service Desk](user/project/service_desk.md): A simple way to allow people to create issues in your GitLab instance without needing their own user account.
- **(EEU)** [Web IDE](user/project/web-ide/index.md)
- **(EEU)** [Web IDE](user/project/web_ide/index.md)
### Repository
......
......@@ -24,7 +24,7 @@ integrated platform
- [Protected tags](protected_tags.md): Control over who has
permission to create tags, and prevent accidental update or deletion
- [Signing commits](gpg_signed_commits/index.md): use GPG to sign your commits
- **(EEU)** [Web IDE](web-ide/index.md)
- **(EEU)** [Web IDE](web_ide/index.md)
**Issues and merge requests:**
......
......@@ -15,14 +15,14 @@ While in the early stages of the Beta, access to the Web IDE is by opting in.
To enable the Web IDE, click on your profile image in the top right corner and
navigate to **Settings > Preferences**, check **Enable Web IDE** and save.
![Enable Web IDE](img/enable-web-ide.png)
![Enable Web IDE](img/enable_web_ide.png)
## 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)
![Open Web IDE](img/open_web_ide.png)
## Commit changes
......@@ -30,6 +30,6 @@ 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)
![Commit changes](img/commit_changes.png)
[ee]: https://about.gitlab.com/gitlab-ee/
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment