This repository has been archived by the owner on Oct 8, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 93
/
mkdocs.yml
119 lines (116 loc) · 4.55 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
site_name: System Administrator Guide
site_url: https://docs.civicrm.org/sysadmin/en/latest/
repo_url: https://github.com/civicrm/civicrm-sysadmin-guide
site_description: A guide for CiviCRM system administrators.
site_author: The CiviCRM community
theme:
name: material
markdown_extensions:
- attr_list
- admonition
- def_list
- toc:
permalink: true
- pymdownx.highlight:
guess_lang: true
extend_pygments_lang:
- name: php
lang: php
options:
- startinline: true
- pymdownx.superfences:
css_class: codehilite
- pymdownx.inlinehilite:
css_class: codehilite
- pymdownx.tilde
- pymdownx.betterem
- pymdownx.mark
plugins:
- search:
lang: en
nav:
- Home: index.md
- Installation:
- Multi-site installation: install/multi-site.md
- Setup:
- Setup: setup/index.md
- Backups: setup/backups.md
#- Monitoring: setup/monitoring.md
- Securing your site: setup/security.md
#- Data migration: setup/migration.md
- Site key: setup/site-key.md
- Scheduled jobs: setup/jobs.md
- Directories: setup/directories.md
- Caches: setup/cache.md
- CiviMail setup:
- CiviMail setup: setup/civimail/index.md
- Outbound mail: setup/civimail/outbound.md
- Inbound mail: setup/civimail/inbound.md
- Deliverability: setup/civimail/deliverability.md
- Payment processors:
- Payment processors: setup/payment-processors/index.md
- Recurring Payments: setup/payment-processors/recurring.md
- Authorize.net: setup/payment-processors/authorize-net.md
- Card Access: setup/payment-processors/card-access.md
- First Data: setup/payment-processors/first-data.md
- iATS: setup/payment-processors/iats.md
- Moneris: setup/payment-processors/moneris.md
- PayFlow: setup/payment-processors/payflow.md
- PayJunction: setup/payment-processors/payjunction.md
- PayPal Standard: setup/payment-processors/paypal-standard.md
- PayPal Pro and Express: setup/payment-processors/paypal-pro.md
- Ogone: setup/payment-processors/ogone.md
- Detailed logging: setup/logging.md
- Optimizations: setup/optimizations.md
- Multisite: setup/multisite.md
- Upgrades:
- Upgrades: upgrade/index.md
#- Upgrade in Drupal 8: upgrade/drupal8.md
- Upgrade in Drupal 7: upgrade/drupal7.md
- Upgrade in WordPress: upgrade/wordpress.md
- Upgrade in Joomla: upgrade/joomla.md
- Upgrade in Backdrop: upgrade/backdrop.md
- Version-specific upgrade steps: upgrade/version-specific.md
- Troubleshooting: troubleshooting.md
- Customization:
#- Basic customization: customize/index.md
- Extensions: customize/extensions.md
#- Other languages: customize/i18n.md
- Override settings: customize/settings.md
- Override paths: customize/paths.md
#- Custom development: customize/develop.md
- Theme information: customize/theme.md
- CMS Integration:
- Drupal integration:
- Drupal Users, Roles and Groups integration: integration/drupal/index.md
- Drupal views: integration/drupal/views.md
- Webform (Drupal 8): https://docs.civicrm.org/webform-civicrm/en/latest/
- Webform (Drupal 7): integration/drupal/webform.md
- WYSIWYG integration: integration/drupal/wysiwyg.md
- Bootstrap CSS: integration/drupal/bootstrap-css.md
- Mailhandler: integration/drupal/mailhandler.md
- Incompatible modules: integration/drupal/incompatibilities.md
- Backdrop integration:
- Backdrop Users, Roles and Groups integration: integration/backdrop/index.md
- Backdrop Views: integration/backdrop/views.md
- Webform: integration/backdrop/webform.md
- WordPress integration:
- WordPress integration: integration/wordpress/index.md
- Forms in WordPress: integration/wordpress/forms.md
- Plugin Integration: integration/wordpress/plugins.md
- Incompatible plugins: integration/wordpress/incompatibilities.md
- Joomla integration:
- Joomla integration: integration/joomla/index.md
- Dashboard in Joomla: integration/joomla/dashboard.md
- Forms in Joomla: integration/joomla/forms.md
- Special situations:
- Staging and production: misc/staging-production.md
#- Switching installation directories: misc/directories.md
#- Switching domain names: misc/domain-names.md
- Switching servers: misc/switch-servers.md
- Switching CMS:
- Switch CMS: misc/switching-cms/switch-cms.md
- Switch from Drupal to Backdrop: misc/switching-cms/drupal-to-backdrop.md
- Switch from Drupal to Wordpress: misc/switching-cms/drupal-to-wordpress.md
- Switch from Joomla to Drupal: misc/switching-cms/joomla-to-drupal.md
#- Data redaction: misc/redaction.md