[DOCS] minor readme ordering change

Original commit: elastic/x-pack-elasticsearch@fc929b5b77
This commit is contained in:
Areek Zillur 2014-11-11 18:40:01 -05:00
parent a25e00b519
commit 1b25f8e72d
1 changed files with 10 additions and 9 deletions

View File

@ -3,6 +3,16 @@ elasticsearch-license
Internal Elasticsearch Licensing Plugin
## Licensing REST APIs [PUBLIC]
Licensing REST APIs enable users to:
- register signed license(s) to their deployment provided by elasticsearch
- view current status of signed and one-time-trial licenses effective in their deployment
see [Licensing REST APIs] (https://github.com/elasticsearch/elasticsearch-license/blob/es_integration/docs/public/license.asciidoc)
## License Tools [PRIVATE]
License tools are a collection of command-line tools to generate key-pair and signed license(s). It also provides
@ -16,15 +26,6 @@ Licensing Consumer Interface defines how consumer plugins should enforce licensi
see [Licensing Consumer Interface] (https://github.com/elasticsearch/elasticsearch-license/tree/es_integration/docs/private/license-consumer-interface.asciidoc)
## Licensing REST APIs [PUBLIC]
Licensing REST APIs enable users to:
- register signed license(s) to their deployment provided by elasticsearch
- view current status of signed and one-time-trial licenses effective in their deployment
see [Licensing REST APIs] (https://github.com/elasticsearch/elasticsearch-license/blob/es_integration/docs/public/license.asciidoc)
## Licensing Plugin Design [PRIVATE]
see [Licensing Plugin Design] (https://github.com/elasticsearch/elasticsearch-license/blob/es_integration/docs/private/license-plugin-design.asciidoc)