From 5f706793c53e330148f92021f4aa4440b34c1daf Mon Sep 17 00:00:00 2001 From: Tim Otten <totten@civicrm.org> Date: Wed, 5 Jul 2017 10:42:44 -0700 Subject: [PATCH] civibuild.md - Further simplify "settings.php; wp-config.php" We don't really need the two bulleted lists: * In context, the previous section should give hints about what this means. * If the context isn't clear enough, then the links provide more concrete description. --- docs/tools/civibuild.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/docs/tools/civibuild.md b/docs/tools/civibuild.md index d685f45e..72e98962 100644 --- a/docs/tools/civibuild.md +++ b/docs/tools/civibuild.md @@ -290,15 +290,9 @@ Each CMS includes a settings file that is analogous to `civicrm.settings.php`. These follow a parallel structure -- which means that you can put extra config files in: - * `/etc/backdrop.settings.d/*.php` (Backdrop) - * `/etc/drupal.settings.d/*.php` (Drupal) - * `/etc/wp-config.d/*.php` (WordPress) - -For further documentation, see - -* [`/app/backdrop.settings.d/README.txt`](https://github.com/civicrm/civicrm-buildkit/blob/master/app/backdrop.settings.d/README.txt) (Backdrop) -* [`/app/drupal.settings.d/README.txt`](https://github.com/civicrm/civicrm-buildkit/blob/master/app/drupal.settings.d/README.txt) (Drupal) -* [`/app/wp-config.d/README.txt`](https://github.com/civicrm/civicrm-buildkit/blob/master/app/wp-config.d/README.txt) (WordPress) + * [backdrop.settings.d](https://github.com/civicrm/civicrm-buildkit/blob/master/app/backdrop.settings.d/README.txt) (Backdrop) + * [drupal.settings.d](https://github.com/civicrm/civicrm-buildkit/blob/master/app/drupal.settings.d/README.txt) (Drupal) + * [wp-config.d](https://github.com/civicrm/civicrm-buildkit/blob/master/app/wp-config.d/README.txt) (WordPress) ### civibuild.conf {:#settings-civibuild} -- GitLab