Răsfoiți Sursa

[DOCS] Add intro blurb to ES Ref TOC page (#44728)

debadair 6 ani în urmă
părinte
comite
c4b891907e
1 a modificat fișierele cu 13 adăugiri și 0 ștergeri
  1. 13 0
      docs/reference/index-docinfo.xml

+ 13 - 0
docs/reference/index-docinfo.xml

@@ -0,0 +1,13 @@
+<legalnotice>
+    <simpara>
+      Welcome to the official documentation for Elasticsearch:
+      the search and analytics engine that powers the Elastic Stack.
+      If you want to learn how to use Elasticsearch to search and analyze your
+      data, you've come to the right place. This guide shows you how to:
+    </simpara>
+    <itemizedlist>
+      <listitem><simpara>Install, configure, and administer an Elasticsearch cluster.</simpara></listitem>
+      <listitem><simpara>Index your data, optimize your indices, and search with the Elasticsearch query language.</simpara></listitem>
+      <listitem><simpara>Discover trends, patterns, and anomalies with aggregations and the machine learning APIs.</simpara></listitem>
+    </itemizedlist>
+</legalnotice>