Merge pull request #47 from stianst/master
Added script to build product guide
This commit is contained in:
commit
7317f9d5b9
7 changed files with 7 additions and 36 deletions
|
@ -42,6 +42,10 @@ To build the documentation for RH-SSO go into the directory of the specific guid
|
||||||
cd target
|
cd target
|
||||||
asciidoctor master.adoc
|
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
|
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.
|
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
4
authorization_services/build.sh → build-product.sh
Executable file → Normal file
|
@ -1,7 +1,9 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
cd $(readlink -f `dirname $0`)
|
GUIDE=$1
|
||||||
|
|
||||||
|
cd $GUIDE
|
||||||
python gitlab-conversion.py
|
python gitlab-conversion.py
|
||||||
cd target
|
cd target
|
||||||
asciidoctor master.adoc
|
asciidoctor master.adoc
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
cd $(readlink -f `dirname $0`)
|
|
||||||
|
|
||||||
python gitlab-conversion.py
|
|
||||||
cd target
|
|
||||||
asciidoctor master.adoc
|
|
|
@ -1,7 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
cd $(readlink -f `dirname $0`)
|
|
||||||
|
|
||||||
python gitlab-conversion.py
|
|
||||||
cd target
|
|
||||||
asciidoctor master.adoc
|
|
|
@ -1,7 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
cd $(readlink -f `dirname $0`)
|
|
||||||
|
|
||||||
python gitlab-conversion.py
|
|
||||||
cd target
|
|
||||||
asciidoctor master.adoc
|
|
|
@ -1,7 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
cd $(readlink -f `dirname $0`)
|
|
||||||
|
|
||||||
python gitlab-conversion.py
|
|
||||||
cd target
|
|
||||||
asciidoctor master.adoc
|
|
|
@ -1,7 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
cd $(readlink -f `dirname $0`)
|
|
||||||
|
|
||||||
python gitlab-conversion.py
|
|
||||||
cd target
|
|
||||||
asciidoctor master.adoc
|
|
Loading…
Reference in a new issue