From 91eef332b72f2dbe898bff02335cdcc59edd0745 Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Tue, 3 Jan 2017 11:57:46 +0100 Subject: [PATCH] Removed steps to test product build from readme --- README.adoc | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/README.adoc b/README.adoc index 7341aefd57..d53e2b6eb2 100755 --- a/README.adoc +++ b/README.adoc @@ -6,26 +6,3 @@ image:images/keycloak_logo.png[alt="Keycloak"] {{book.project.name}} {{book.project.version}} http://www.keycloak.org - - -== Test the Product Build - -Follow the steps below to test that this documentation for the product build. - -. In a terminal, navigate to the root folder of this project source. -. Run the following Python command to convert the content and put it in the the `target/` directory. -+ -[source,options="nowrap"] ----- -$ python gitlab-conversion.py ----- - -. Build the documentation to be sure there are no errors. -+ -[source,options="nowrap"] ----- -./buildGuide.sh ----- -. Open the link provided as a result of the build and visually check the guide to make sure it is correctly formatted. -* Search for '<<' to find links that were not converted. -* Search for '==' to find titles that are not rendered correctly.