Menu

Tree [315de4] main / docs /
 History

HTTPS access


File Date Author Commit
 _data 2025-09-26 Andreas Dangel Andreas Dangel [dce2c7] [doc] Remove topnav data
 _includes 2025-09-26 Andreas Dangel Andreas Dangel [dce2c7] [doc] Remove topnav data
 _layouts 2025-09-30 Andreas Dangel Andreas Dangel [8f8120] [doc] Make search working in local mode
 _plugins 2025-09-18 Andreas Dangel Andreas Dangel [59cc68] [doc] Display rule descriptions in search
 assets 2025-09-26 Andreas Dangel Andreas Dangel [5f0e6e] [doc] Remove jquery-ui
 css 2025-11-27 Zbynek Konecny Zbynek Konecny [f8da9c] [docs] Add button to copy configuration snippet
 images 2024-04-19 Andreas Dangel Andreas Dangel [e01074] [doc] Add small logo variant
 js 2025-11-27 Zbynek Konecny Zbynek Konecny [f8da9c] [docs] Add button to copy configuration snippet
 licenses unknown
 pages 2025-12-02 Clément Fournier Clément Fournier [791096] Update release notes, ref #6262
 report-examples 2025-04-18 Andreas Dangel Andreas Dangel [f9c3bc] [doc] Add defaultConfiguration to example sarif...
 .gitignore 2020-09-18 Andreas Dangel Andreas Dangel [6cd130] [doc] Add fontawesome 5.14.0 for self hosting
 404.md 2018-05-23 Clément Fournier Clément Fournier [c75a20] Fix some display issues with Bootstrap grid, re...
 Dockerfile 2017-12-15 Andreas Dangel Andreas Dangel [b31616] [doc] Update Ruby/Jekyll/Gems
 Gemfile 2025-01-31 Andreas Dangel Andreas Dangel [5766e7] [docs] Call render_release_notes.rb within docs
 Gemfile.lock 2025-12-04 dependabot[bot] dependabot[bot] [b237e7] chore(deps): bump webrick from 1.9.1 to 1.9.2 i...
 README.md 2023-03-30 Andreas Dangel Andreas Dangel [f7d044] Replace more old URLs
 _config.yml 2025-11-28 Andreas Dangel Andreas Dangel [7bf550] [release] Prepare next development version
 build-docs.sh 2020-07-31 Andreas Dangel Andreas Dangel [8a7ec4] [ci] Avoid bundle warnings about --path
 feed.xml unknown
 index.md 2025-10-24 Andreas Dangel Andreas Dangel [f110b5] [doc] Use emoji variants
 render_release_notes.rb 2025-01-31 Andreas Dangel Andreas Dangel [5766e7] [docs] Call render_release_notes.rb within docs
 sitemap.xml 2023-03-30 Andreas Dangel Andreas Dangel [910d31] [doc] Fix urls for documentation

Read Me

PMD Documentation

The snapshot documentation (build by github pages) is available at: https://pmd.github.io/pmd/.

The same documentation (build with our own scripts) is available at: https://docs.pmd-code.org/snapshot/.

The documentation for the latest release is at: https://docs.pmd-code.org/latest/

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 Script

bash build-docs.sh

This will run bundler to fetch and potentially update the ruby gems.
And then it will execute jekyll and build a offline site.
Open the file _site/index.html with your browser to see the site.

Building using Bundler

bundle install # once
bundle exec jekyll serve

Go to: http://localhost:4005/

This variant is useful to get constant updates: When you modify a file, jekyll will automatically rebuild
the site, so you just need to hit Refresh in the browser to see the update.

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/