Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
f4177d29
Commit
f4177d29
authored
Jun 03, 2021
by
Jonston Chan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Vale issues (acronyms) for elasticsearch.md
parent
83ecd3c1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
+8
-5
doc/.vale/gitlab/Acronyms.yml
doc/.vale/gitlab/Acronyms.yml
+6
-3
doc/integration/elasticsearch.md
doc/integration/elasticsearch.md
+2
-2
No files found.
doc/.vale/gitlab/Acronyms.yml
View file @
f4177d29
...
...
@@ -27,14 +27,13 @@ exceptions:
-
CNA
-
CNAME
-
CORE
-
CVS
-
FREE
-
CPU
-
CRIME
-
CSRF
-
CSS
-
CSV
-
CVE
-
CVS
-
DAG
-
DAST
-
DHCP
...
...
@@ -43,6 +42,7 @@ exceptions:
-
DSA
-
DVCS
-
ECDSA
-
ECS
-
EFS
-
EKS
-
EOL
...
...
@@ -63,6 +63,7 @@ exceptions:
-
GPL
-
GUI
-
HAML
-
HDD
-
HEAD
-
HIPAA
-
HTML
...
...
@@ -80,6 +81,7 @@ exceptions:
-
JPEG
-
JPG
-
JSON
-
JVM
-
JWT
-
LAN
-
LDAP
...
...
@@ -119,9 +121,10 @@ exceptions:
-
RSA
-
RSS
-
RVM
-
SAML
-
SAAS
-
SAML
-
SAST
-
SATA
-
SCIM
-
SCP
-
SCSS
...
...
doc/integration/elasticsearch.md
View file @
f4177d29
...
...
@@ -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
the indexer itself.
This project relies on
[
I
CU
](
http://site.icu-project.org/
)
for text encoding,
This project relies on
[
I
nternational Components for Unicode
](
http://site.icu-project.org/
)
(
ICU
)
for text encoding,
therefore we need to ensure the development packages for your platform are
installed before running
`make`
.
...
...
@@ -140,7 +140,7 @@ To install on CentOS or RHEL, run:
sudo
yum
install
libicu-devel
```
####
Mac OSX
####
macOS
To install on macOS, run:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment