Skip to content

Commit 6002dca

Browse files
committed
Add ids to Level 0 titles
We don't want html pages beginning with _ on the elastic.co site
1 parent 16588bd commit 6002dca

File tree

8 files changed

+16
-3
lines changed

8 files changed

+16
-3
lines changed

Diff for: docs/asciidoc/building.asciidoc

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
:github: https://github.com/elastic/elasticsearch-net
22

3+
[[building]]
34
== Building
45

56
Building `Elasticsearch.Net` and `NEST` should be super straightforward. Just fork and clone {github}[the repository on github]

Diff for: docs/asciidoc/nest/aggregations/handling.asciidoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
[[aggregations]]
2-
== Aggregations
1+
[[handling-aggregations]]
2+
== Handling Aggregations
33

44
For a good overview of what aggregations are, refer the {ref_current}/search-aggregations.html[Elasticsearch documentation] on the subject.
55

Diff for: docs/asciidoc/nest/aggregations/index.asciidoc

+8
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
1+
[[aggregations]]
12
= Aggregations
23

34
[partintro]
45
--
56

7+
The aggregations framework helps provide aggregated data based on a search query.
8+
It is based on simple building blocks called aggregations, that can be composed in order
9+
to build complex summaries of the data.
10+
11+
Check out how to <<handling-aggregations,handle aggregations with NEST>> and take a look at the Aggegrations available
12+
613
* <<avg-aggregation, Avg>>
714
* <<cardinality-aggregation, Cardinality>>
815
* <<date-histogram-aggregation, Date Histogram>>
@@ -31,6 +38,7 @@
3138

3239
--
3340

41+
include::handling.asciidoc[]
3442
include::avg.asciidoc[]
3543
include::cardinality.asciidoc[]
3644
include::date-histogram.asciidoc[]

Diff for: docs/asciidoc/nest/cluster/index.asciidoc

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
[[cluster]]
12
= Cluster
23

34
[partintro]

Diff for: docs/asciidoc/nest/core/index.asciidoc

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
[[core]]
12
= Core
23

34
[partintro]

Diff for: docs/asciidoc/nest/core/search.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[[search]]
1+
[[core-search]]
22
== Search
33

44
Search is _the_ call you'll probably use the most, as it exposes Elasticsearch's key functionality: **search!**

Diff for: docs/asciidoc/nest/indices/index.asciidoc

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
[[indices]]
12
= Indices
23

34
[partintro]

Diff for: docs/asciidoc/nest/search/index.asciidoc

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
[[search]]
12
= Search
23

34
[partintro]

0 commit comments

Comments
 (0)