Forráskód Böngészése

[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
Colleen McGinnis 6 hónapja
szülő
commit
162763bd13

+ 2 - 9
docs/docset.yml

@@ -1,4 +1,5 @@
 project: 'Elasticsearch'
+max_toc_depth: 2
 exclude:
   - README.md
   - internal/*
@@ -22,15 +23,7 @@ cross_links:
   - kibana
   - logstash
 toc:
-  - toc: reference/elasticsearch
-  - toc: reference/community-contributed
-  - toc: reference/enrich-processor
-  - toc: reference/search-connectors
-  - toc: reference/elasticsearch-plugins
-  - toc: reference/query-languages
-  - toc: reference/scripting-languages
-  - toc: reference/text-analysis
-  - toc: reference/aggregations
+  - toc: reference
   - toc: release-notes
   - toc: extend
 subs:

+ 18 - 1
docs/reference/elasticsearch/index.md

@@ -1 +1,18 @@
-# Elasticsearch and index management
+# Elasticsearch and index management
+
+% TO-DO: Add links to "Elasticsearch basics"%
+
+This section contains reference information for Elasticsearch and index management features, including:
+
+* Settings
+* Security roles and privileges
+* Index lifecycle actions
+* Mappings
+* Command line tools
+* Curator
+* Clients
+
+% TO-DO: Add links to "query language and scripting language sections"%
+
+Elasticsearch also provides REST APIs that are used by the UI components and can be called directly to configure and access Elasticsearch features.
+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).

+ 1 - 0
docs/reference/index.md

@@ -0,0 +1 @@
+# Reference

+ 11 - 0
docs/reference/toc.yml

@@ -0,0 +1,11 @@
+toc:
+  - file: index.md
+  - toc: elasticsearch
+  - toc: community-contributed
+  - toc: enrich-processor
+  - toc: search-connectors
+  - toc: elasticsearch-plugins
+  - toc: query-languages
+  - toc: scripting-languages
+  - toc: text-analysis
+  - toc: aggregations