updated references to userguide and API docs for Wicket 7
1 file changed
tree: f5c99d17e71e0a789b1d9b3fe20c7d7b3472da29
  1. _includes/
  2. _layouts/
  3. _plugins/
  4. _posts/
  5. _sass/
  6. apache/
  7. content/
  8. contribute/
  9. css/
  10. dtds.data/
  11. fonts/
  12. help/
  13. img/
  14. javascript/
  15. learn/
  16. news/
  17. start/
  18. .gitignore
  19. _config.yml
  20. atom.xml
  21. doap.rdf
  22. favicon.ico
  23. Gemfile
  24. index.md
  25. readme.md
readme.md

Wicket new site

This repository contains the site of Apache Wicket framework.

Project info

The site is based on Jekyll. So you have to be familiar with Markdown template language and have Jekyll (ver. 2+) installed to contribute to the project.

Run the project

Just go on project root folder and execute jekyll serve -w to generate the static HTML and start the local server. The project comes with all the dependencies you need (css, js, pictures, etc.) so you don't need any preliminary operation before running Jekyll.