diff options
author | Marcel Amirault <mamirault@gitlab.com> | 2019-07-03 07:12:04 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-07-03 07:12:04 +0000 |
commit | 1464b1e0004c17ea56808514577233e95bd7fdd2 (patch) | |
tree | f5f8ca237389361f11cc2b1c02ab20bb1e9486ad /doc/integration | |
parent | ae7a43975805fa9bf7964afa832b71b53e9e0f59 (diff) | |
download | gitlab-ce-1464b1e0004c17ea56808514577233e95bd7fdd2.tar.gz |
Fix markdown to reduce number of kramdown warnings
Add backticks around square brackets, or fix links, as necessary.
Diffstat (limited to 'doc/integration')
-rw-r--r-- | doc/integration/elasticsearch.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/integration/elasticsearch.md b/doc/integration/elasticsearch.md index f64fdb1e28b..877330b8c44 100644 --- a/doc/integration/elasticsearch.md +++ b/doc/integration/elasticsearch.md @@ -167,7 +167,7 @@ To disable the Elasticsearch integration: 1. Find the 'Elasticsearch' section and uncheck 'Search with Elasticsearch enabled' and 'Elasticsearch indexing' 1. Click **Save** for the changes to take effect -1. [Optional] Delete the existing index by running the command `sudo gitlab-rake gitlab:elastic:delete_index` +1. (Optional) Delete the existing index by running the command `sudo gitlab-rake gitlab:elastic:delete_index` ## Adding GitLab's data to the Elasticsearch index |