Files
pmd/docs
Andreas Dangel 6339cd42d4 [doc] Update ruby dependencies
Fixes potential security vulnerability in jekyll 3.7.3 -> 3.7.4
2018-10-03 10:35:11 +02:00
..
2018-08-08 10:59:41 +08:00
2018-06-29 22:33:45 +02:00
2018-08-19 00:19:02 +02:00
2018-06-29 22:33:45 +02:00
2018-05-27 20:08:43 +02:00
2018-09-30 11:04:46 +02:00
2018-09-30 10:47:07 +02:00
2018-10-03 10:35:11 +02:00
2018-05-27 20:10:15 +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/