Create a new documentation
If you need to create a new documentation for a module for example, there is a template.
It's enough to do:
svn copy https://svn.jboss.org/repos/portal/docs/template https://svn.jboss.org/repos/portal/modules/test/trunk/docs
It will create a basic template for a user-guide, it will also link to the docbook-support and renaissance style which are located here:
http://anonsvn.jboss.org/repos/portal/tools/docbook/support/
http://anonsvn.jboss.org/repos/portal/tools/docbook/styles/renaissance
Use a new style
You can add a new style (CSS and images) in:
http://anonsvn.jboss.org/repos/portal/tools/docbook/styles
To reference it, use:
svn propedit svn:externals .
In the parent root of user-guide.
It should display:
docbook-support http://anonsvn.jboss.org/repos/portal/tools/docbook/support/
docbook-support/styles http://anonsvn.jboss.org/repos/portal/tools/docbook/styles/renaissance/
And modify the seconfd line accordingly
Comments