From f247cd942523b1604df8eea6201f8c0a6b6128ff Mon Sep 17 00:00:00 2001 From: Jefferson Stachelski Date: Fri, 25 Oct 2019 17:49:25 -0300 Subject: [PATCH] Fix readme mardown to apply it's style at Github page --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 45cc2174..bba6691f 100644 --- a/README.md +++ b/README.md @@ -22,14 +22,14 @@ Installation ------------ You can either install a specific version(using its release tag) or the most up to date version from a given branch. -####Installing on an Elasticsearch instance: +#### Installing on an Elasticsearch instance: ```bash ./elasticsearch/bin/plugin install lmenezes/elasticsearch-kopf/{branch|version} open http://localhost:9200/_plugin/kopf ``` -####Run locally: +#### Run locally: ```bash git clone git://github.com/lmenezes/elasticsearch-kopf.git @@ -52,7 +52,7 @@ grunt server Browse to . -####Kopf behind a reverse proxy +#### Kopf behind a reverse proxy Example configuration for nginx: ``` server { @@ -80,12 +80,12 @@ Example configuration for kopf(kopf_external_settings.json): } ``` Access kopf at http://localhost:8080/kopf/ -####Try it online: +#### Try it online: ``` http://lmenezes.com/elasticsearch-kopf/?location=http://localhost:9200 ``` -####Basic HTTP Auth support: +#### Basic HTTP Auth support: ``` http://lmenezes.com/elasticsearch-kopf/?location=http://user:pwd@localhost:9200 ``` @@ -98,26 +98,26 @@ The plugin modifies the base elasticsearch response and therefore this workaroun Screenshots ------------ -####cluster overview +#### cluster overview ![cluster overview](imgs/cluster_view.png) -####header reflects cluster state +#### header reflects cluster state ![cluster state](imgs/cluster_state.png) -####REST Client +#### REST Client ![rest client](imgs/rest_client.png) -####aliases management +#### aliases management ![aliases management](imgs/aliases.png) -####warmers management +#### warmers management ![warmers management](imgs/warmer.png) -####percolator +#### percolator ![percolator](imgs/percolator.png) -####snapshots management +#### snapshots management ![snapshots management](imgs/snapshot.png) -####analysis api +#### analysis api ![analysis api](imgs/analysis.png)