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

Commit e7f2267

Browse files
authored
Always set lead paragraph in front matter (#1446)
1 parent acd6d56 commit e7f2267

File tree

9 files changed

+48
-45
lines changed

9 files changed

+48
-45
lines changed

3.10/analyzers.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
---
22
layout: default
3-
description: Analyzers parse input values and transform them into sets of sub-values, for example by breaking up text into words.
3+
description: >-
4+
Analyzers allow you to transform data, for sophisticated text processing and
5+
searching, either standalone or in combination with Views and inverted indexes
46
title: Transforming data with Analyzers
57
redirect_from:
68
- arangosearch-analyzers.html # 3.8 -> 3.8
79
---
810
Transforming data with Analyzers
911
================================
1012

11-
Analyzers allow you to transform data, for sophisticated text processing and
12-
searching, either standalone or in combination with Views
13+
{{ page.description }}
1314
{:class="lead"}
1415

1516
While AQL string functions allow for basic text manipulation, true text

3.10/highlights.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
---
22
layout: default
3-
description: List of top features in Community and Enterprise Edition by release series
3+
description: >-
4+
The most notable features in the Community and Enterprise Edition of ArangoDB,
5+
grouped by version
46
title: ArangoDB Highlights
57
---
68
# Highlights by Version
79

8-
The most notable features in the Community and Enterprise Edition of ArangoDB,
9-
grouped by version
10+
{{ page.description }}
1011
{:class="lead"}
1112

1213
## Version 3.10

3.10/index.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,23 @@
11
---
22
layout: default
33
description: >-
4-
ArangoDB is a scalable graph database system with native support for other
5-
data models and a built-in search engine, for the cloud and on-premises
4+
ArangoDB is a scalable graph database system to drive value from connected
5+
data, faster
66
title: Introduction to ArangoDB's Technical Documentation and Ecosystem
77
---
88
# What is ArangoDB?
99

10-
ArangoDB is a scalable database management system for graphs, with a broad range
11-
of features and a rich ecosystem
10+
{{ page.description }}
1211
{:class="lead"}
1312

1413
![ArangoDB Overview Diagram](images/arangodb-overview-diagram.png)
1514

16-
It supports a variety of data access patterns with a single, composable query
17-
language thanks to its multi-model approach that combines the analytical power
18-
of graphs with JSON documents, a key-value store, and a built-in search engine.
15+
ArangoDB combines the analytical power of native graphs with an integrated
16+
search engine, JSON support, and a variety of data access patterns via a single,
17+
composable query language.
1918

20-
ArangoDB is available in an open-source and a commercial [edition](features.html),
21-
you can use it for on-premises deployments, as well as a fully managed
19+
ArangoDB is available in an open-source and a commercial [edition](features.html).
20+
You can use it for on-premises deployments, as well as a fully managed
2221
cloud service, the [ArangoGraph Insights Platform](arangograph/).
2322

2423
## What are Graphs?

3.11/analyzers.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
---
22
layout: default
3-
description: Analyzers parse input values and transform them into sets of sub-values, for example by breaking up text into words.
3+
description: >-
4+
Analyzers allow you to transform data, for sophisticated text processing and
5+
searching, either standalone or in combination with Views and inverted indexes
46
title: Transforming data with Analyzers
57
redirect_from:
68
- arangosearch-analyzers.html # 3.8 -> 3.8
79
---
810
Transforming data with Analyzers
911
================================
1012

11-
Analyzers allow you to transform data, for sophisticated text processing and
12-
searching, either standalone or in combination with Views
13+
{{ page.description }}
1314
{:class="lead"}
1415

1516
While AQL string functions allow for basic text manipulation, true text

3.11/highlights.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
---
22
layout: default
3-
description: List of top features in Community and Enterprise Edition by release series
3+
description: >-
4+
The most notable features in the Community and Enterprise Edition of ArangoDB,
5+
grouped by version
46
title: ArangoDB Highlights
57
---
68
# Highlights by Version
79

8-
The most notable features in the Community and Enterprise Edition of ArangoDB,
9-
grouped by version
10+
{{ page.description }}
1011
{:class="lead"}
1112

1213
## Version 3.11

3.11/index.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,23 @@
11
---
22
layout: default
33
description: >-
4-
ArangoDB is a scalable graph database system with native support for other
5-
data models and a built-in search engine, for the cloud and on-premises
4+
ArangoDB is a scalable graph database system to drive value from connected
5+
data, faster
66
title: Introduction to ArangoDB's Technical Documentation and Ecosystem
77
---
88
# What is ArangoDB?
99

10-
ArangoDB is a scalable database management system for graphs, with a broad range
11-
of features and a rich ecosystem
10+
{{ page.description }}
1211
{:class="lead"}
1312

1413
![ArangoDB Overview Diagram](images/arangodb-overview-diagram.png)
1514

16-
It supports a variety of data access patterns with a single, composable query
17-
language thanks to its multi-model approach that combines the analytical power
18-
of graphs with JSON documents, a key-value store, and a built-in search engine.
15+
ArangoDB combines the analytical power of native graphs with an integrated
16+
search engine, JSON support, and a variety of data access patterns via a single,
17+
composable query language.
1918

20-
ArangoDB is available in an open-source and a commercial [edition](features.html),
21-
you can use it for on-premises deployments, as well as a fully managed
19+
ArangoDB is available in an open-source and a commercial [edition](features.html).
20+
You can use it for on-premises deployments, as well as a fully managed
2221
cloud service, the [ArangoGraph Insights Platform](arangograph/).
2322

2423
## What are Graphs?

3.12/analyzers.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
---
22
layout: default
3-
description: Analyzers parse input values and transform them into sets of sub-values, for example by breaking up text into words.
3+
description: >-
4+
Analyzers allow you to transform data, for sophisticated text processing and
5+
searching, either standalone or in combination with Views and inverted indexes
46
title: Transforming data with Analyzers
57
redirect_from:
68
- arangosearch-analyzers.html # 3.8 -> 3.8
79
---
810
Transforming data with Analyzers
911
================================
1012

11-
Analyzers allow you to transform data, for sophisticated text processing and
12-
searching, either standalone or in combination with Views
13+
{{ page.description }}
1314
{:class="lead"}
1415

1516
While AQL string functions allow for basic text manipulation, true text

3.12/highlights.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
---
22
layout: default
3-
description: List of top features in Community and Enterprise Edition by release series
3+
description: >-
4+
The most notable features in the Community and Enterprise Edition of ArangoDB,
5+
grouped by version
46
title: ArangoDB Highlights
57
---
68
# Highlights by Version
79

8-
The most notable features in the Community and Enterprise Edition of ArangoDB,
9-
grouped by version
10+
{{ page.description }}
1011
{:class="lead"}
1112

1213
## Version 3.12

3.12/index.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,23 @@
11
---
22
layout: default
33
description: >-
4-
ArangoDB is a scalable graph database system with native support for other
5-
data models and a built-in search engine, for the cloud and on-premises
4+
ArangoDB is a scalable graph database system to drive value from connected
5+
data, faster
66
title: Introduction to ArangoDB's Technical Documentation and Ecosystem
77
---
88
# What is ArangoDB?
99

10-
ArangoDB is a scalable database management system for graphs, with a broad range
11-
of features and a rich ecosystem
10+
{{ page.description }}
1211
{:class="lead"}
1312

1413
![ArangoDB Overview Diagram](images/arangodb-overview-diagram.png)
1514

16-
It supports a variety of data access patterns with a single, composable query
17-
language thanks to its multi-model approach that combines the analytical power
18-
of graphs with JSON documents, a key-value store, and a built-in search engine.
15+
ArangoDB combines the analytical power of native graphs with an integrated
16+
search engine, JSON support, and a variety of data access patterns via a single,
17+
composable query language.
1918

20-
ArangoDB is available in an open-source and a commercial [edition](features.html),
21-
you can use it for on-premises deployments, as well as a fully managed
19+
ArangoDB is available in an open-source and a commercial [edition](features.html).
20+
You can use it for on-premises deployments, as well as a fully managed
2221
cloud service, the [ArangoGraph Insights Platform](arangograph/).
2322

2423
## What are Graphs?

0 commit comments

Comments
 (0)