Skip to content

Commit 162763b

Browse files
[docs] More updates for docs-assembler (#125509)
* update docset.yml, add reference/toc.yml, update reference/elasticsearch/index.md * Update docs/docset.yml * add index.md
1 parent 81ef7dd commit 162763b

File tree

4 files changed

+32
-10
lines changed

4 files changed

+32
-10
lines changed

docs/docset.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
project: 'Elasticsearch'
2+
max_toc_depth: 2
23
exclude:
34
- README.md
45
- internal/*
@@ -22,15 +23,7 @@ cross_links:
2223
- kibana
2324
- logstash
2425
toc:
25-
- toc: reference/elasticsearch
26-
- toc: reference/community-contributed
27-
- toc: reference/enrich-processor
28-
- toc: reference/search-connectors
29-
- toc: reference/elasticsearch-plugins
30-
- toc: reference/query-languages
31-
- toc: reference/scripting-languages
32-
- toc: reference/text-analysis
33-
- toc: reference/aggregations
26+
- toc: reference
3427
- toc: release-notes
3528
- toc: extend
3629
subs:
Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,18 @@
1-
# Elasticsearch and index management
1+
# Elasticsearch and index management
2+
3+
% TO-DO: Add links to "Elasticsearch basics"%
4+
5+
This section contains reference information for Elasticsearch and index management features, including:
6+
7+
* Settings
8+
* Security roles and privileges
9+
* Index lifecycle actions
10+
* Mappings
11+
* Command line tools
12+
* Curator
13+
* Clients
14+
15+
% TO-DO: Add links to "query language and scripting language sections"%
16+
17+
Elasticsearch also provides REST APIs that are used by the UI components and can be called directly to configure and access Elasticsearch features.
18+
Refer to [Elasticsearch API](https://www.elastic.co/docs/api/doc/elasticsearch) and [Elasticsearch Serverless API](https://www.elastic.co/docs/api/doc/elasticsearch-serverless).

docs/reference/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Reference

docs/reference/toc.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
toc:
2+
- file: index.md
3+
- toc: elasticsearch
4+
- toc: community-contributed
5+
- toc: enrich-processor
6+
- toc: search-connectors
7+
- toc: elasticsearch-plugins
8+
- toc: query-languages
9+
- toc: scripting-languages
10+
- toc: text-analysis
11+
- toc: aggregations

0 commit comments

Comments
 (0)