Merge pull request #47 from stianst/master

Added script to build product guide
This commit is contained in:
Stian Thorgersen 2017-03-15 13:42:12 +01:00 committed by GitHub
commit 7317f9d5b9
7 changed files with 7 additions and 36 deletions

View file

@ -42,6 +42,10 @@ To build the documentation for RH-SSO go into the directory of the specific guid
cd target
asciidoctor master.adoc
On Linux you can also run build-product.sh DIR. For example:
./build-product.sh server_admin
You can then view the documentation by opening server_admin/target/master.html
This will not create documentation that looks exactly as the official Red Hat Single Sign-On documentation, but the content will be the same.

4
authorization_services/build.sh → build-product.sh Executable file → Normal file
View file

@ -1,7 +1,9 @@
#!/bin/bash
cd $(readlink -f `dirname $0`)
GUIDE=$1
cd $GUIDE
python gitlab-conversion.py
cd target
asciidoctor master.adoc

View file

@ -1,7 +0,0 @@
#!/bin/bash
cd $(readlink -f `dirname $0`)
python gitlab-conversion.py
cd target
asciidoctor master.adoc

View file

@ -1,7 +0,0 @@
#!/bin/bash
cd $(readlink -f `dirname $0`)
python gitlab-conversion.py
cd target
asciidoctor master.adoc

View file

@ -1,7 +0,0 @@
#!/bin/bash
cd $(readlink -f `dirname $0`)
python gitlab-conversion.py
cd target
asciidoctor master.adoc

View file

@ -1,7 +0,0 @@
#!/bin/bash
cd $(readlink -f `dirname $0`)
python gitlab-conversion.py
cd target
asciidoctor master.adoc

View file

@ -1,7 +0,0 @@
#!/bin/bash
cd $(readlink -f `dirname $0`)
python gitlab-conversion.py
cd target
asciidoctor master.adoc