From 09d9cdd3a5aefd6d6448d9d6c6a3a8f9018bfd84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Fournier?= Date: Sat, 18 Nov 2017 15:29:54 +0100 Subject: [PATCH] Update title, link and sidebar --- docs/_data/sidebars/pmd_sidebar.yml | 4 ++-- docs/pages/pmd/devdocs/info_for_developers.md | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/_data/sidebars/pmd_sidebar.yml b/docs/_data/sidebars/pmd_sidebar.yml index b001a0a3b8..504c4927b3 100644 --- a/docs/_data/sidebars/pmd_sidebar.yml +++ b/docs/_data/sidebars/pmd_sidebar.yml @@ -337,8 +337,8 @@ entries: - title: Rule Guidelines url: /pmd_devdocs_rule_guidelines.html output: web, pdf - - title: Info for Developers - url: /pmd_devdocs_info_for_developers.html + - title: Working with properties + url: /pmd_devdocs_working_with_properties.html output: web, pdf - title: Adding a New Language url: /pmd_devdocs_adding_new_language.html diff --git a/docs/pages/pmd/devdocs/info_for_developers.md b/docs/pages/pmd/devdocs/info_for_developers.md index 0de1d098cf..390ab9db82 100644 --- a/docs/pages/pmd/devdocs/info_for_developers.md +++ b/docs/pages/pmd/devdocs/info_for_developers.md @@ -1,11 +1,11 @@ --- -title: PMD Info for Developers -short_title: Info for Developers +title: Working with properties +short_title: Working with properties tags: [customizing, properties, property] -summary: Info for PMD Developers -last_updated: July 3, 2016 -permalink: pmd_devdocs_info_for_developers.html -author: Hooper Bloob , Romain Pelisse +summary: "Properties are a way to parameterise the behaviour of PMD rules and your own directly from the ruleset XML, which greatly improves their reusability. This page explains how to use existing properties, and how to define your own both for Java and XPath rules." +last_updated: November 2017 (6.0.0) +permalink: pmd_devdocs_working_with_properties.html +author: Hooper Bloob , Romain Pelisse , Clément Fournier --- # Working with properties