Use implicit Markdown list numbering
This commit is contained in:
parent
8aeef2f30c
commit
e9d5d8f97b
10
README.md
10
README.md
|
@ -33,7 +33,7 @@ Other available stack variants:
|
||||||
* [Docker for Desktop](#docker-for-desktop)
|
* [Docker for Desktop](#docker-for-desktop)
|
||||||
* [Windows](#windows)
|
* [Windows](#windows)
|
||||||
* [macOS](#macos)
|
* [macOS](#macos)
|
||||||
2. [Usage](#usage)
|
1. [Usage](#usage)
|
||||||
* [Version selection](#version-selection)
|
* [Version selection](#version-selection)
|
||||||
* [Bringing up the stack](#bringing-up-the-stack)
|
* [Bringing up the stack](#bringing-up-the-stack)
|
||||||
* [Cleanup](#cleanup)
|
* [Cleanup](#cleanup)
|
||||||
|
@ -41,20 +41,20 @@ Other available stack variants:
|
||||||
* [Setting up user authentication](#setting-up-user-authentication)
|
* [Setting up user authentication](#setting-up-user-authentication)
|
||||||
* [Injecting data](#injecting-data)
|
* [Injecting data](#injecting-data)
|
||||||
* [Default Kibana index pattern creation](#default-kibana-index-pattern-creation)
|
* [Default Kibana index pattern creation](#default-kibana-index-pattern-creation)
|
||||||
3. [Configuration](#configuration)
|
1. [Configuration](#configuration)
|
||||||
* [How to configure Elasticsearch](#how-to-configure-elasticsearch)
|
* [How to configure Elasticsearch](#how-to-configure-elasticsearch)
|
||||||
* [How to configure Kibana](#how-to-configure-kibana)
|
* [How to configure Kibana](#how-to-configure-kibana)
|
||||||
* [How to configure Logstash](#how-to-configure-logstash)
|
* [How to configure Logstash](#how-to-configure-logstash)
|
||||||
* [How to disable paid features](#how-to-disable-paid-features)
|
* [How to disable paid features](#how-to-disable-paid-features)
|
||||||
* [How to scale out the Elasticsearch cluster](#how-to-scale-out-the-elasticsearch-cluster)
|
* [How to scale out the Elasticsearch cluster](#how-to-scale-out-the-elasticsearch-cluster)
|
||||||
* [How to reset a password programmatically](#how-to-reset-a-password-programmatically)
|
* [How to reset a password programmatically](#how-to-reset-a-password-programmatically)
|
||||||
4. [Extensibility](#extensibility)
|
1. [Extensibility](#extensibility)
|
||||||
* [How to add plugins](#how-to-add-plugins)
|
* [How to add plugins](#how-to-add-plugins)
|
||||||
* [How to enable the provided extensions](#how-to-enable-the-provided-extensions)
|
* [How to enable the provided extensions](#how-to-enable-the-provided-extensions)
|
||||||
5. [JVM tuning](#jvm-tuning)
|
1. [JVM tuning](#jvm-tuning)
|
||||||
* [How to specify the amount of memory used by a service](#how-to-specify-the-amount-of-memory-used-by-a-service)
|
* [How to specify the amount of memory used by a service](#how-to-specify-the-amount-of-memory-used-by-a-service)
|
||||||
* [How to enable a remote JMX connection to a service](#how-to-enable-a-remote-jmx-connection-to-a-service)
|
* [How to enable a remote JMX connection to a service](#how-to-enable-a-remote-jmx-connection-to-a-service)
|
||||||
6. [Going further](#going-further)
|
1. [Going further](#going-further)
|
||||||
* [Plugins and integrations](#plugins-and-integrations)
|
* [Plugins and integrations](#plugins-and-integrations)
|
||||||
* [Swarm mode](#swarm-mode)
|
* [Swarm mode](#swarm-mode)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue