Skip to content
Snippets Groups Projects
mkdocs.yml 1.62 KiB
Newer Older
homotechsual's avatar
homotechsual committed
site_name: CiviCRM Installation Guide
site_url: https://docs.civicrm.org/installation/en/stable/
repo_url: https://lab.civicrm.org/documentation/docs/installation/
homotechsual's avatar
homotechsual committed
edit_uri: https://lab.civicrm.org/documentation/docs/installation/-/edit/master/docs/
homotechsual's avatar
homotechsual committed
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

homotechsual's avatar
homotechsual committed
theme:
  name: material
  icon:
    repo: fontawesome/brands/gitlab
homotechsual's avatar
homotechsual committed

homotechsual's avatar
homotechsual committed
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 7: drupal7/index.md
  - Install CiviCRM on Drupal 8: drupal8/index.md
#  - Install CiviCRM on Drupal 9: drupal9/index.md
  - Install CiviCRM on Joomla: joomla/index.md
  - Install CiviCRM on WordPress: wordpress/index.md 
  - General: 
      - Requirements: general/requirements.md
      - Permissions: general/permissions.md
      - Internationalisation: general/i18n_l10n.md
DaveD's avatar
DaveD committed
      - Unicode PDF Fonts: general/unicode_pdf.md
DaveD's avatar
DaveD committed
      - TLS for MySQL: general/mysql_tls.md
      - CLI Installer: general/cli-cv.md
homotechsual's avatar
homotechsual committed
      - 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