site_name: CiviCRM Installation Guide
site_url: https://docs.civicrm.org/installation/en/latest/
repo_url: https://lab.civicrm.org/documentation/docs/installation/
edit_uri: https://lab.civicrm.org/documentation/docs/installation/-/edit/master/docs/
site_description: This guide is aimed at CiviCRM users and implementors who would like to learn how to install and setup CiviCRM.
site_author: The CiviCRM Community

theme:
  name: material
  icon:
    repo: fontawesome/brands/gitlab

markdown_extensions:
  - attr_list
  - admonition
  - def_list
  - codehilite:
      guess_lang: false
  - toc:
      permalink: true
  - pymdownx.superfences
  - pymdownx.inlinehilite
  - pymdownx.tilde
  - pymdownx.betterem
  - pymdownx.mark
  - pymdownx.details

nav:
  - Home: index.md
  - Install CiviCRM on Backdrop: backdrop/index.md
  - Install CiviCRM on Drupal: drupal/index.md
  - Install CiviCRM on Joomla: joomla/index.md
  - Install CiviCRM on WordPress: wordpress/index.md 
  - "Install CiviCRM (Standalone)": standalone/index.md
  - General: 
      - Requirements: general/requirements.md
      - Permissions: general/permissions.md
      - Internationalisation: general/i18n_l10n.md
      - Unicode PDF Fonts: general/unicode_pdf.md
      - TLS for MySQL: general/mysql_tls.md
      - CLI Installer: general/cli-cv.md
      - Troubleshooting: general/troubleshooting.md
  - Planning:
      - Identifying your needs: planning/index.md
      - Trying a demo: planning/demo.md
      - Hosting: planning/hosting.md
      - Choosing a CMS: planning/cms.md
      - Transitioning to CiviCRM: planning/transition.md
  - Multisite installation:
      - Multisite installation: multisite/index.md
      - Drupal: multisite/drupal.md
      - WordPress: multisite/wordpress.md