Clément Fournier 2c4958e462 Fix toc links
(cherry picked from commit 40f0c4d59b8da2064d185c09fe1423cb1cd87895)
2018-06-30 10:24:27 +02:00
..
2018-06-30 10:24:27 +02:00
2018-06-16 22:25:32 +02:00
2018-06-30 10:24:27 +02:00
2018-04-06 14:52:22 +02:00
2018-05-27 20:08:43 +02:00
2018-06-26 09:01:36 +02:00
2018-06-26 09:01:36 +02:00
2017-12-15 18:26:26 +01:00
2018-05-31 12:57:05 +02:00
2018-05-27 20:10:15 +02:00
2017-08-18 19:06:39 +02:00

PMD-New-Site

New Site For PMD Core Open Source Project

Site Theme

This site was built using the tomjohnson1492/documentation-theme-jekyll theme

A Jekyll-based theme designed for documentation and help systems. See the link for detailed instructions on setting up and configuring everything. http://idratherbewriting.com/documentation-theme-jekyll/

Building using Bundler

bundle install # once
bundle exec jekyll serve

Go to: http://localhost:4005/

Building using Docker

docker build --no-cache -t pmd-doc . # once
docker run --rm=true -v "$PWD:/src" -p 4005:4005 pmd-doc serve -H 0.0.0.0

Go to: http://localhost:4005/