github.com/argoproj/argo-cd/v2@v2.10.9/mkdocs.yml (about)

     1  extra:
     2    analytics:
     3      property: G-5Z1VTPDL73
     4      provider: google
     5  extra_css:
     6  - assets/versions.css
     7  extra_javascript:
     8  - assets/versions.js
     9  markdown_extensions:
    10  - markdown_include.include
    11  - codehilite:
    12      css_class: highlight
    13  - admonition
    14  - toc:
    15      permalink: true
    16  - pymdownx.superfences
    17  nav:
    18  - Overview: index.md
    19  - understand_the_basics.md
    20  - core_concepts.md
    21  - getting_started.md
    22  - Operator Manual:
    23    - operator-manual/index.md
    24    - operator-manual/architecture.md
    25    - operator-manual/installation.md
    26    - operator-manual/core.md
    27    - operator-manual/declarative-setup.md
    28    - operator-manual/app-any-namespace.md
    29    - operator-manual/ingress.md
    30    - High Availability:
    31      - Overview: operator-manual/high_availability.md
    32      - Dynamic Cluster Distribution: operator-manual/dynamic-cluster-distribution.md
    33    - User Management:
    34      - operator-manual/user-management/index.md
    35      - operator-manual/user-management/auth0.md
    36      - operator-manual/user-management/microsoft.md
    37      - operator-manual/user-management/okta.md
    38      - operator-manual/user-management/onelogin.md
    39      - operator-manual/user-management/keycloak.md
    40      - operator-manual/user-management/openunison.md
    41      - operator-manual/user-management/google.md
    42      - operator-manual/user-management/zitadel.md
    43      - operator-manual/user-management/identity-center.md
    44      - operator-manual/rbac.md
    45    - Security:
    46      - Overview: operator-manual/security.md
    47      - snyk/index.md
    48      - operator-manual/signed-release-assets.md
    49    - operator-manual/tls.md
    50    - operator-manual/cluster-bootstrapping.md
    51    - operator-manual/secret-management.md
    52    - operator-manual/disaster_recovery.md
    53    - operator-manual/reconcile.md
    54    - operator-manual/webhook.md
    55    - operator-manual/health.md
    56    - operator-manual/resource_actions.md
    57    - operator-manual/custom_tools.md
    58    - operator-manual/custom-styles.md
    59    - operator-manual/ui-customization.md
    60    - operator-manual/metrics.md
    61    - operator-manual/web_based_terminal.md
    62    - operator-manual/config-management-plugins.md
    63    - operator-manual/deep_links.md
    64    - Notifications:
    65      - Overview: operator-manual/notifications/index.md
    66      - operator-manual/notifications/triggers.md
    67      - operator-manual/notifications/templates.md
    68      - operator-manual/notifications/functions.md
    69      - operator-manual/notifications/catalog.md
    70      - operator-manual/notifications/monitoring.md
    71      - operator-manual/notifications/subscriptions.md
    72      - operator-manual/notifications/troubleshooting.md
    73      - operator-manual/notifications/troubleshooting-commands.md
    74      - operator-manual/notifications/troubleshooting-errors.md
    75      - Notification Services:
    76        - operator-manual/notifications/services/alertmanager.md
    77        - operator-manual/notifications/services/awssqs.md
    78        - operator-manual/notifications/services/email.md
    79        - operator-manual/notifications/services/github.md
    80        - operator-manual/notifications/services/googlechat.md
    81        - operator-manual/notifications/services/grafana.md
    82        - operator-manual/notifications/services/mattermost.md
    83        - operator-manual/notifications/services/newrelic.md
    84        - operator-manual/notifications/services/opsgenie.md
    85        - operator-manual/notifications/services/overview.md
    86        - operator-manual/notifications/services/pagerduty.md
    87        - operator-manual/notifications/services/pagerduty_v2.md
    88        - operator-manual/notifications/services/pushover.md
    89        - operator-manual/notifications/services/rocketchat.md
    90        - operator-manual/notifications/services/slack.md
    91        - operator-manual/notifications/services/teams.md
    92        - operator-manual/notifications/services/telegram.md
    93        - operator-manual/notifications/services/webex.md
    94        - operator-manual/notifications/services/webhook.md
    95    - operator-manual/troubleshooting.md
    96    - ApplicationSet:
    97      - Introduction: operator-manual/applicationset/index.md
    98      - Installations: operator-manual/applicationset/Getting-Started.md
    99      - Use Cases: operator-manual/applicationset/Use-Cases.md
   100      - Security: operator-manual/applicationset/Security.md
   101      - How ApplicationSet controller interacts with Argo CD: operator-manual/applicationset/Argo-CD-Integration.md
   102      - Generators:
   103        - operator-manual/applicationset/Generators.md
   104        - operator-manual/applicationset/Generators-List.md
   105        - operator-manual/applicationset/Generators-Cluster.md
   106        - operator-manual/applicationset/Generators-Git.md
   107        - operator-manual/applicationset/Generators-Matrix.md
   108        - operator-manual/applicationset/Generators-Merge.md
   109        - operator-manual/applicationset/Generators-SCM-Provider.md
   110        - operator-manual/applicationset/Generators-Cluster-Decision-Resource.md
   111        - operator-manual/applicationset/Generators-Pull-Request.md
   112        - operator-manual/applicationset/Generators-Post-Selector.md
   113        - operator-manual/applicationset/Generators-Plugin.md
   114      - Template fields:
   115        - operator-manual/applicationset/Template.md
   116        - operator-manual/applicationset/GoTemplate.md
   117      - Controlling Resource Modification: operator-manual/applicationset/Controlling-Resource-Modification.md
   118      - Application Pruning & Resource Deletion: operator-manual/applicationset/Application-Deletion.md
   119      - Progressive Syncs: operator-manual/applicationset/Progressive-Syncs.md
   120      - Git File Generator Globbing: operator-manual/applicationset/Generators-Git-File-Globbing.md
   121      - ApplicationSet Specification Reference: operator-manual/applicationset/applicationset-specification.md
   122      - ApplicationSet in any namespace: operator-manual/applicationset/Appset-Any-Namespace.md
   123    - Server Configuration Parameters:
   124      - operator-manual/server-commands/argocd-server.md
   125      - operator-manual/server-commands/argocd-application-controller.md
   126      - operator-manual/server-commands/argocd-repo-server.md
   127      - operator-manual/server-commands/argocd-dex.md
   128      - operator-manual/server-commands/additional-configuration-method.md
   129    - Upgrading:
   130      - operator-manual/upgrading/overview.md
   131      - operator-manual/upgrading/2.9-2.10.md
   132      - operator-manual/upgrading/2.8-2.9.md
   133      - operator-manual/upgrading/2.7-2.8.md
   134      - operator-manual/upgrading/2.6-2.7.md
   135      - operator-manual/upgrading/2.5-2.6.md
   136      - operator-manual/upgrading/2.4-2.5.md
   137      - operator-manual/upgrading/2.3-2.4.md
   138      - operator-manual/upgrading/2.2-2.3.md
   139      - operator-manual/upgrading/2.1-2.2.md
   140      - operator-manual/upgrading/2.0-2.1.md
   141      - operator-manual/upgrading/1.8-2.0.md
   142      - operator-manual/upgrading/1.7-1.8.md
   143      - operator-manual/upgrading/1.6-1.7.md
   144      - operator-manual/upgrading/1.5-1.6.md
   145      - operator-manual/upgrading/1.4-1.5.md
   146      - operator-manual/upgrading/1.3-1.4.md
   147      - operator-manual/upgrading/1.2-1.3.md
   148      - operator-manual/upgrading/1.1-1.2.md
   149      - operator-manual/upgrading/1.0-1.1.md
   150    - Project Specification Reference: operator-manual/project-specification.md
   151  - User Guide:
   152    - user-guide/index.md
   153    - user-guide/application_sources.md
   154    - user-guide/kustomize.md
   155    - user-guide/helm.md
   156    - user-guide/import.md
   157    - user-guide/jsonnet.md
   158    - user-guide/directory.md
   159    - user-guide/tool_detection.md
   160    - user-guide/projects.md
   161    - user-guide/private-repositories.md
   162    - user-guide/multiple_sources.md
   163    - GnuPG verification: user-guide/gpg-verification.md
   164    - user-guide/auto_sync.md
   165    - Diffing:
   166      - Diff Strategies: user-guide/diff-strategies.md
   167      - Diff Customization: user-guide/diffing.md
   168    - user-guide/orphaned-resources.md
   169    - user-guide/compare-options.md
   170    - user-guide/sync-options.md
   171    - user-guide/parameters.md
   172    - user-guide/environment-variables.md
   173    - user-guide/build-environment.md
   174    - user-guide/tracking_strategies.md
   175    - user-guide/resource_tracking.md
   176    - user-guide/resource_hooks.md
   177    - user-guide/selective_sync.md
   178    - user-guide/sync-waves.md
   179    - user-guide/sync_windows.md
   180    - user-guide/sync-kubectl.md
   181    - user-guide/skip_reconcile.md
   182    - Generating Applications with ApplicationSet: user-guide/application-set.md
   183    - user-guide/ci_automation.md
   184    - user-guide/app_deletion.md
   185    - user-guide/best_practices.md
   186    - user-guide/status-badge.md
   187    - user-guide/external-url.md
   188    - user-guide/extra_info.md
   189    - Notification subscriptions: user-guide/subscriptions.md
   190    - user-guide/annotations-and-labels.md
   191    - Command Reference: user-guide/commands/argocd.md
   192    - Application Specification Reference: user-guide/application-specification.md
   193  - Developer Guide:
   194    - developer-guide/index.md
   195    - Architecture:
   196      - developer-guide/architecture/authz-authn.md
   197      - developer-guide/architecture/components.md
   198    - Code Contribution Guide: developer-guide/code-contributions.md
   199    - Toolchain Guide: developer-guide/toolchain-guide.md
   200    - developer-guide/contributors-quickstart.md
   201    - developer-guide/release-process-and-cadence.md
   202    - developer-guide/running-locally.md
   203    - developer-guide/debugging-remote-environment.md
   204    - developer-guide/use-gitpod.md
   205    - developer-guide/api-docs.md
   206    - developer-guide/test-e2e.md
   207    - developer-guide/dependencies.md
   208    - developer-guide/ci.md
   209    - developer-guide/releasing.md
   210    - developer-guide/site.md
   211    - developer-guide/static-code-analysis.md
   212    - Extensions:
   213      - developer-guide/extensions/ui-extensions.md
   214      - developer-guide/extensions/proxy-extensions.md
   215    - developer-guide/faq.md
   216  - faq.md
   217  - security_considerations.md
   218  - Support: SUPPORT.md
   219  - roadmap.md
   220  - Releases ⧉: https://github.com/argoproj/argo-cd/releases
   221  - Blog ⧉: https://blog.argoproj.io/
   222  repo_url: https://github.com/argoproj/argo-cd
   223  site_name: Argo CD - Declarative GitOps CD for Kubernetes
   224  strict: true
   225  theme:
   226    custom_dir: overrides
   227    favicon: assets/favicon.png
   228    font:
   229      text: Work Sans
   230    logo: assets/logo.png
   231    name: material
   232    palette:
   233    - media: '(prefers-color-scheme: light)'
   234      primary: teal
   235      scheme: default
   236      toggle:
   237        icon: material/brightness-7
   238        name: Switch to dark mode
   239    - media: '(prefers-color-scheme: dark)'
   240      primary: teal
   241      scheme: slate
   242      toggle:
   243        icon: material/brightness-4
   244        name: Switch to light mode