From a109b1cb32e23d2c7fac9a2e7947a52f4db9316d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Frank=20J=2E=20G=C3=B3mez?= <frank@ginkgostreet.com>
Date: Wed, 12 Dec 2018 11:40:40 -0500
Subject: [PATCH] Added additional headings to facilitate more precise linking

---
 docs/framework/setting.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docs/framework/setting.md b/docs/framework/setting.md
index 4bf400fc..69e1181e 100644
--- a/docs/framework/setting.md
+++ b/docs/framework/setting.md
@@ -49,6 +49,8 @@ Each file consists of a php snippet which returns an array. Array keys are strin
   ),
 ```
 
+### Supported Properties
+
 The Supported Properties for settings are:
 
 | property | Usage | Example Notes |
@@ -74,6 +76,8 @@ The Supported Properties for settings are:
 | `is_domain` | Domain setting| see `civicrm_setting` table |
 | `is_contact` | Contact setting| see `civicrm_setting` table |
 
+### Deprecated Properties
+
 Deprecated settings properties are :
 
 | property | Usage | Example /Notes |
-- 
GitLab