Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Commit 090fa7b

Browse files
Simran-Bnerpaula
andauthored
Consistency-2023-02-10 (#1266)
* Don't use tab stops, ```plain, ```text, ```yml and ```shell * Add remarks to README * Remove spaces * Fix markup error --------- Co-authored-by: Paula Mihu <97217318+nerpaula@users.noreply.github.com>
1 parent fe6cb4f commit 090fa7b

33 files changed

+76
-67
lines changed

3.10/arangosearch-fuzzy-search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Instead of considering only full _n_-gram matches, one can also consider
130130
partial matches where the characters are in the same positions and counting the
131131
longest common sequence.
132132

133-
avocado vocals
133+
avocado vocals
134134

135135
avo voc
136136
voc oca

3.10/arangosearch-phrase-and-proximity-search.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ FOR doc IN imdb
6262
| title | description |
6363
|:------|:------------|
6464
| Jurassic Park Series | … Steven Spielberg gives us on of the **biggest blockbusters** of the 1990’s |
65-
| Scary Movie| … some of Hollywood's **biggest blockbusters**, …
65+
| Scary Movie | … some of Hollywood's **biggest blockbusters**, …
6666

6767
The search phrase can be handed in via a bind parameter, but it can also be
6868
constructed dynamically using a subquery for instance:
@@ -108,7 +108,7 @@ FOR doc IN imdb
108108
|:------|:------------|
109109
| O thiasos | The Travelling Players is an **epic Greek film** from director Theo Angelopoulos …
110110
| On Your Mark | … The video feels like a very compressed version of an **epic Miyazaki film**. …
111-
| Double Decade| … It is with great pride that we present this **epic snowboarding film**. …
111+
| Double Decade | … It is with great pride that we present this **epic snowboarding film**. …
112112
| The Apocalypse | In this **epic disaster film** of faith, a mother and father search for their only child …
113113

114114
Analyzer pre-processing is applied automatically to `epic` and `film` based on

3.10/deployment-dc2dc-arango-sync-master.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on their own servers, equipped with sufficient CPU power and memory capacity.
1717

1818
To start an _ArangoSync Master_ using a `systemd` service, use a unit like this:
1919

20-
```text
20+
```conf
2121
[Unit]
2222
Description=Run ArangoSync in master mode
2323
After=network.target
@@ -49,7 +49,7 @@ If you want the service to create a TLS certificate & client authentication
4949
certificate, for authenticating with _ArangoSync Masters_ in another datacenter,
5050
for every start, add this to the `Service` section.
5151

52-
```text
52+
```conf
5353
ExecStartPre=/usr/bin/sh -c "mkdir -p ${CERTIFICATEDIR}"
5454
ExecStartPre=/usr/sbin/arangosync create tls keyfile \
5555
--cacert=${CERTIFICATEDIR}/tls-ca.crt \

3.10/deployment-dc2dc-arango-sync-workers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ restart.
1818

1919
To start an _ArangoSync Worker_ using a `systemd` service, use a unit like this:
2020

21-
```text
21+
```conf
2222
[Unit]
2323
Description=Run ArangoSync in worker mode
2424
After=network.target

3.10/deployment-dc2dc-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ for instructions how to create all certificates and keyfiles.
4242
To start the cluster using a `systemd` unit file (and start DC2DC replication
4343
later manually), use the following:
4444
45-
```text
45+
```conf
4646
[Unit]
4747
Description=Run the ArangoDB Starter
4848
After=network.target

3.10/deployment-dc2dc-prometheus-grafana.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ instructs it about which targets to scrape. For _ArangoSync_ you should configur
1515
scrape targets for all _sync masters_ and all _sync workers_. To do so, you can
1616
use a configuration such as this:
1717

18-
```text
18+
```yaml
1919
global:
2020
scrape_interval: 10s # scrape targets every 10 seconds.
2121

3.10/deployment-kubernetes-driver-configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ If your client application is running in the same Kubernetes cluster as
2323
the ArangoDB deployment, you should configure your driver to use the
2424
following endpoint:
2525

26-
```text
26+
```
2727
https://<deployment-name>.<namespace>.svc:8529
2828
```
2929

@@ -39,7 +39,7 @@ external-access configuration of your ArangoDB deployment.
3939
If the external-access of the ArangoDB deployment is of type `LoadBalancer`,
4040
then use the IP address of that `LoadBalancer` like this:
4141

42-
```text
42+
```
4343
https://<load-balancer-ip>:8529
4444
```
4545

@@ -49,7 +49,7 @@ combined with the `NodePort` that is used by the external-access service.
4949

5050
For example:
5151

52-
```text
52+
```
5353
https://<kubernetes-node-1-ip>:30123
5454
```
5555

3.10/deployment-kubernetes-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ minikube kubectl -- get pods --selector=arango_deployment=single-server
259259

260260
The result looks similar to this:
261261

262-
```plain
262+
```
263263
NAME READY STATUS RESTARTS AGE
264264
single-server-sngl-cjtdxrgl-fe06f0 1/1 Running 0 1m
265265
```

3.10/indexing-which-index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ different usage scenarios:
133133
Phrase search | Yes | No
134134
Relevance ranking | Yes | No
135135
Configurable Analyzers | Yes | No
136-
AQL composable language construct| Yes | No
136+
AQL composable language construct | Yes | No
137137
Indexed attributes per collection | Unlimited | 1
138138
Indexed collections | Unlimited | 1
139139
Consistency | Eventual | Immediate

3.10/monitoring-dc2dc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ command line option.
2929

3030
The Prometheus output (`/metrics`) looks like this:
3131

32-
```text
32+
```
3333
...
3434
# HELP arangosync_master_worker_registrations Total number of registrations
3535
# TYPE arangosync_master_worker_registrations counter

0 commit comments

Comments
 (0)