Commit d894647a authored by Evan Read's avatar Evan Read

Merge branch '328348-vale-fix-elasticsearch-acronyms' into 'master'

Docs: Fix Vale issues (acronyms) for elasticsearch.md

See merge request gitlab-org/gitlab!63122
parents c22637b5 f4177d29
...@@ -27,14 +27,13 @@ exceptions: ...@@ -27,14 +27,13 @@ exceptions:
- CNA - CNA
- CNAME - CNAME
- CORE - CORE
- CVS
- FREE
- CPU - CPU
- CRIME - CRIME
- CSRF - CSRF
- CSS - CSS
- CSV - CSV
- CVE - CVE
- CVS
- DAG - DAG
- DAST - DAST
- DHCP - DHCP
...@@ -43,6 +42,7 @@ exceptions: ...@@ -43,6 +42,7 @@ exceptions:
- DSA - DSA
- DVCS - DVCS
- ECDSA - ECDSA
- ECS
- EFS - EFS
- EKS - EKS
- EOL - EOL
...@@ -63,6 +63,7 @@ exceptions: ...@@ -63,6 +63,7 @@ exceptions:
- GPL - GPL
- GUI - GUI
- HAML - HAML
- HDD
- HEAD - HEAD
- HIPAA - HIPAA
- HTML - HTML
...@@ -80,6 +81,7 @@ exceptions: ...@@ -80,6 +81,7 @@ exceptions:
- JPEG - JPEG
- JPG - JPG
- JSON - JSON
- JVM
- JWT - JWT
- LAN - LAN
- LDAP - LDAP
...@@ -119,9 +121,10 @@ exceptions: ...@@ -119,9 +121,10 @@ exceptions:
- RSA - RSA
- RSS - RSS
- RVM - RVM
- SAML
- SAAS - SAAS
- SAML
- SAST - SAST
- SATA
- SCIM - SCIM
- SCP - SCP
- SCSS - SCSS
......
...@@ -120,7 +120,7 @@ The former Ruby-based indexer was removed in [GitLab 12.3](https://gitlab.com/gi ...@@ -120,7 +120,7 @@ The former Ruby-based indexer was removed in [GitLab 12.3](https://gitlab.com/gi
First, we need to install some dependencies, then we build and install First, we need to install some dependencies, then we build and install
the indexer itself. the indexer itself.
This project relies on [ICU](http://site.icu-project.org/) for text encoding, This project relies on [International Components for Unicode](http://site.icu-project.org/) (ICU) for text encoding,
therefore we need to ensure the development packages for your platform are therefore we need to ensure the development packages for your platform are
installed before running `make`. installed before running `make`.
...@@ -140,7 +140,7 @@ To install on CentOS or RHEL, run: ...@@ -140,7 +140,7 @@ To install on CentOS or RHEL, run:
sudo yum install libicu-devel sudo yum install libicu-devel
``` ```
#### Mac OSX #### macOS
To install on macOS, run: To install on macOS, run:
......
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