From 7e54f67714fba7e88c9ebddeb88e2d7240939918 Mon Sep 17 00:00:00 2001
From: blavenie <benoit.lavenier@e-is.pro>
Date: Thu, 18 Oct 2018 15:21:12 +0200
Subject: [PATCH] fix web site doc

---
 src/site/markdown/index.md | 4 ++--
 src/site/site.xml          | 2 --
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md
index d4e02f81..c47b55f9 100644
--- a/src/site/markdown/index.md
+++ b/src/site/markdown/index.md
@@ -2,13 +2,13 @@
 
 Welcome to Duniter4j web site !
 
-Duniter4j is a Java Toolkit for [Duniter](http://duniter.org).
+Duniter4j is a Java Client API for [Duniter](http://duniter.org) network (e.g. crypto-crurency Äž1).
 
 <img src="./images/logos/logo_duniter.png"/>
 
 ## Modules
 
-Duniter4j has tree main modules :
+Duniter4j modules are:
 
 - `duniter4j-client`: [a command line tool](./CLI.html), to execute basic operation on a Duniter currency: transfer, view peers, ... 
   
diff --git a/src/site/site.xml b/src/site/site.xml
index 9314e0ed..0d03ce07 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -83,12 +83,10 @@
 
     <menu name="User manual" inherit="top">
       <item name="Command line tools" href="./CLI.html"/>
-      <item name="ES node" href="./ES.html"/>
     </menu>
 
     <menu name="Technical documentation" inherit="top">
       <item name="Java API" href="./Java_API.html"/>
-      <item name="ES API" href="./ES_API.html"/>
       <item name="Build from source" href="./build.html"/>
       <item name="Development tutorial (french)" href="./development_tutorial.html"/>
     </menu>
-- 
GitLab