blob: 61c220b23e900844154088c1d1c643d2c810aa78 [file] [log] [blame]
You can contribute to this guide by following these steps:
* The guide uses AsciiDoctor to generate the final HTML/PDF so you should consult with its http://asciidoctor.org[syntax]
* Clone Apache Wicket's GIT repository https://github.com/apache/wicket.git[site]
[source,java]
----
git clone https://github.com/apache/wicket.git
----
* Edit the _.adoc_ files in `wicket/wicket-user-guide/src/main/asciidoctor` folder
* To preview your changes run _mvn clean package -P guide_ in the `wicket/wicket-user-guide` folder (in eclipse use a run configuration)
* Navigate to _wicket/wicket-user-guide/target/guide/8.x_ and open one of the following files a browser / pdf viewer:
** _guide/single.html_ (single page version)
** _guide/single.pdf_ (single page pdf version)
* Create a ticket in Apache Wicket's https://issues.apache.org/jira/browse/WICKET[JIRA]
* *Commit and push the changes* to your forked Apacke Wicket's GIT repository and *create a pull request* on github
*Thank you!*