I see that many sites are using the same template of documentation:
and more.
Is it a template that I can download somewhere? It’s so clear!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Both OCPSoft (the author of PrettyFaces) and Hibernate use DocBook for publishing the documentation. The entire site is (re)generated using Maven, via the Maven jDocBook plugin. The styles (which can include CSS styles, fonts and images) applied to the documentation are custom-made, but atleast the one for Hibernate appears to be available in the SVN repository.
NB: You’ll probably need to check the license before you can use the files in your projects.