Skip to content
Snippets Groups Projects
Commit 67af6769 authored by totten's avatar totten
Browse files

Partially normalize special headings in D8/D9 pages

parent 84fc5dc0
No related branches found
No related tags found
1 merge request!14Boatload of header cleanup
......@@ -29,7 +29,7 @@ To download CiviCRM on a Drupal 8 site we'll need to ask [Composer](https://www.
Best practice is to use `composer require` locally or in dev/test and then deploy your `composer.lock` to staging and use `composer install` which requires less memory and implements the changes you've tested and committed to your repo!
<!-- markdownlint-enable MD046 -->
### Expert Mode - Just the command
### Expert mode - Just the command
To require the CiviCRM libraries on a Drupal 8 site you can use the following one-line command:
......@@ -38,7 +38,7 @@ To require the CiviCRM libraries on a Drupal 8 site you can use the following on
* `composer require civicrm/civicrm-asset-plugin:'~1.0.0' civicrm/civicrm-{core,packages,drupal-8}:'~5.29'`
### Guided Mode - More context and information
### Guided mode - More context and information
!!! tip "Location, Location... Location"
You should always run `composer` commands from the top-level folder above the web and vendor folders, where in the same place as your `composer.json` file.
......@@ -280,7 +280,7 @@ See [TLS for MySQL](/general/mysql_tls/) for introductory concepts and the setti
),
```
### D8 <-> CiviCRM Integration modules {:#integration-modules}
### Integration modules {:#integration-modules}
__Webform CiviCRM module__
......
......@@ -37,7 +37,7 @@ To download CiviCRM on a Drupal 9 site we'll need to ask [Composer](https://www.
Best practice is to use `composer require` locally or in dev/test and then deploy your `composer.lock` to staging and use `composer install` which requires less memory and implements the changes you've tested and committed to your repo!
<!-- markdownlint-enable MD046 -->
### Expert Mode - Just the command
### Expert mode - Just the command
To require the CiviCRM libraries on a Drupal 9 site you can use the following one-line command:
......@@ -46,7 +46,7 @@ To require the CiviCRM libraries on a Drupal 9 site you can use the following on
* `composer require civicrm/civicrm-asset-plugin:'~1.0.0' civicrm/civicrm-{core,packages,drupal-8}:'~5.28'`
### Guided Mode - More context and information
### Guided mode - More context and information
!!! tip "Location, Location... Location"
You should always run `composer` commands from the top-level folder above the web and vendor folders, where in the same place as your `composer.json` file.
......@@ -275,7 +275,7 @@ See [TLS for MySQL](/general/mysql_tls/) for introductory concepts and the setti
),
```
### D8 <-> CiviCRM Integration modules {:#integration-modules}
### Integration modules {:#integration-modules}
__Webform CiviCRM module__
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment