github.com/drud/ddev@v1.21.5-alpha1.0.20230226034409-94fcc4b94453/mkdocs.yml (about)

     1  # yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
     2  site_name: DDEV Docs
     3  # todo: Make sure to set this to the correct one; otherwise it breaks 404 page
     4  site_url: https://ddev.readthedocs.io/en/latest/
     5  repo_url: https://github.com/drud/ddev
     6  repo_name: drud/ddev
     7  edit_uri: blob/master/docs/content
     8  copyright: Localdev Foundation
     9  extra_javascript:
    10  - 'assets/jquery-3.5.1.min.js'
    11  #- 'assets/extra.js'
    12  - 'assets/temp-fix-header-links-in-tabs.js'
    13  extra_css:
    14  - 'assets/extra.css'
    15  site_author: Localdev Foundation
    16  site_description: >-
    17    Do local website development on your computer or in the cloud with DDEV.
    18  docs_dir: docs/content
    19  
    20  # Configuration
    21  theme:
    22    name: material
    23    custom_dir: docs/overrides
    24    icon:
    25      edit: material/pencil
    26    palette:
    27    - scheme: default
    28      primary: indigo
    29      accent: indigo
    30    features:
    31    - content.action.edit
    32    - content.code.copy
    33  #  - content.tabs.link
    34    - navigation.expand
    35    - navigation.indexes
    36  #  - navigation.instant
    37    - navigation.sections
    38    - navigation.tabs
    39  #  - navigation.tabs.sticky
    40    - navigation.top
    41    - navigation.tracking
    42  #  - toc.follow
    43  #  - toc.integrate
    44  
    45    favicon: favicon.png
    46    # readthedocs doesn't seem to do logo css right
    47  #  logo: /logo.svg
    48  
    49  # Plugins
    50  plugins:
    51  - search
    52  - redirects:
    53      redirect_maps:
    54  - minify:
    55      minify_html: true
    56  - git-revision-date-localized:
    57  #    enable_creation_date: true
    58  #- git-committers:
    59  #    repository: https://github.com/drud/ddev
    60  #    token: !ENV GH_TOKEN
    61  
    62  
    63  # Customization
    64  extra:
    65    social:
    66    - icon: fontawesome/brands/github
    67      link: https://github.com/drud/ddev
    68    - icon: fontawesome/brands/discord
    69      link: https://discord.gg/hCZFfAMc5k
    70    - icon: fontawesome/brands/stack-overflow
    71      link: https://stackoverflow.com/tags/ddev
    72    - icon: fontawesome/brands/twitter
    73      link: https://twitter.com/search?q=%23ddev&src=unknown&f=live
    74    generator: false
    75    analytics:
    76      provider: plausible
    77  
    78  # Extensions
    79  markdown_extensions:
    80  - abbr
    81  - admonition
    82  - attr_list
    83  - def_list
    84  - footnotes
    85  - meta
    86  - md_in_html
    87  - toc:
    88      permalink: true
    89      toc_depth: 2
    90  - pymdownx.arithmatex:
    91      generic: true
    92  - pymdownx.betterem:
    93      smart_enable: all
    94  - pymdownx.caret
    95  - pymdownx.details
    96  - pymdownx.emoji:
    97      emoji_index: !!python/name:materialx.emoji.twemoji
    98      emoji_generator: !!python/name:materialx.emoji.to_svg
    99  - pymdownx.highlight:
   100      anchor_linenums: true
   101  - pymdownx.inlinehilite
   102  - pymdownx.keys
   103  - pymdownx.magiclink:
   104      repo_url_shorthand: true
   105      user: drud
   106      repo: ddev
   107  - pymdownx.mark
   108  - pymdownx.smartsymbols
   109  - pymdownx.superfences:
   110  - pymdownx.tabbed:
   111      alternate_style: true
   112  - pymdownx.tasklist:
   113      custom_checkbox: true
   114  - pymdownx.tilde
   115  - smarty
   116  
   117  nav:
   118    - "Start!":
   119      - index.md
   120      - 'Installing':
   121        - users/install/index.md
   122        - users/install/docker-installation.md
   123        - users/install/ddev-installation.md
   124      - 'Getting Started':
   125        - users/project.md
   126        - users/quickstart.md
   127        - users/install/performance.md
   128        - users/install/shell-completion.md
   129        - users/install/phpstorm.md
   130    - 'Usage':
   131      - 'Common Tasks':
   132        - users/usage/index.md
   133        - users/usage/cli.md
   134        - users/usage/database-management.md
   135        - users/usage/cms-settings.md
   136        - users/usage/troubleshooting.md
   137        - users/usage/offline.md
   138      - 'Reference':
   139        - users/usage/architecture.md
   140        - users/usage/commands.md
   141        - users/usage/developer-tools.md
   142        - users/usage/diagnostics.md
   143        - 'Uninstalling': users/usage/uninstall.md
   144      - 'Getting Help':
   145        - users/usage/faq.md
   146        - users/support.md
   147        - users/code-of-conduct.md
   148    - 'Configuration':
   149      - users/configuration/config.md
   150      - users/extend/database-types.md
   151      - users/configuration/hooks.md
   152      - users/extend/additional-hostnames.md
   153      - users/configuration/experimental.md
   154    - 'Extending':
   155      - users/extend/customization-extendibility.md
   156      - users/extend/additional-services.md
   157      - users/extend/custom-compose-files.md
   158      - users/extend/customizing-images.md
   159      - users/extend/custom-commands.md
   160      - users/extend/in-container-configuration.md
   161      - users/extend/custom-tls-certificates.md
   162    - 'Debugging & Profiling':
   163        - users/debugging-profiling/step-debugging.md
   164        - 'Profiling':
   165            - users/debugging-profiling/blackfire-profiling.md
   166            - users/debugging-profiling/xhprof-profiling.md
   167            - users/debugging-profiling/xdebug-profiling.md
   168    - 'Hosting & Deployment':
   169      - users/providers/index.md
   170      - 'Beyond Local':
   171        - users/topics/sharing.md
   172        - users/topics/hosting.md
   173        - users/topics/remote-docker.md
   174      - 'Hosting Provider Integrations':
   175        - 'Acquia': users/providers/acquia.md
   176        - 'Pantheon': users/providers/pantheon.md
   177        - 'Platform.sh': users/providers/platform.md
   178    - 'Development':
   179        - developers/index.md
   180        - developers/building-contributing.md
   181        - developers/buildkite-testmachine-setup.md
   182        - developers/github-selfhosted-setup.md
   183        - developers/project-types.md
   184        - developers/release-management.md
   185        - developers/brand-guide.md
   186        - developers/testing-docs.md
   187        - developers/writing-style-guide.md