diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-09-07 15:09:04 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-09-07 15:09:04 +0000 |
commit | cf24d183b3f71f091a02f12b211f3001be5b5085 (patch) | |
tree | f39e5c05483b1f9a2a34d06e52de52750ef5b08e /doc/user/project/web_ide | |
parent | a8653790086d284cecffdc35892bb422cd6c9a7b (diff) | |
download | gitlab-ce-cf24d183b3f71f091a02f12b211f3001be5b5085.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/user/project/web_ide')
-rw-r--r-- | doc/user/project/web_ide/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/web_ide/index.md b/doc/user/project/web_ide/index.md index 12ba55cafdc..d79e5a184ff 100644 --- a/doc/user/project/web_ide/index.md +++ b/doc/user/project/web_ide/index.md @@ -59,7 +59,7 @@ Single file editing is based on the [Ace Editor](https://ace.c9.io). > - It was deployed behind a feature flag, disabled by default. > - It's enabled on GitLab.com. > - It cannot be enabled or disabled per-project. -> - For GitLab self-managed instances, GitLab administrators can opt to [enable it](#enable-or-disable-schema-based-validation-core-only). +> - For GitLab self-managed instances, GitLab administrators can opt to [enable it](#enable-or-disable-schema-based-validation). The Web IDE provides validation support for certain JSON and YAML files using schemas based on the [JSON Schema Store](https://www.schemastore.org/json/). This feature is |