github.com/argoproj-labs/argocd-operator@v0.10.0/mkdocs.yml (about) 1 site_name: Argo CD Operator 2 site_url: "" 3 repo_url: https://github.com/argoproj-labs/argocd-operator 4 strict: true 5 theme: 6 name: material 7 palette: 8 - media: '(prefers-color-scheme: light)' 9 primary: teal 10 scheme: default 11 toggle: 12 icon: material/brightness-7 13 name: Switch to dark mode 14 - media: '(prefers-color-scheme: dark)' 15 primary: teal 16 scheme: slate 17 toggle: 18 icon: material/brightness-4 19 name: Switch to light mode 20 font: 21 text: 'Work Sans' 22 logo: 'assets/logo.png' 23 markdown_extensions: 24 - markdown_include.include 25 - codehilite: 26 css_class: highlight 27 - admonition 28 - toc: 29 permalink: true 30 nav: 31 - Overview: index.md 32 - Release Process: release-process.md 33 - Security: SECURITY.md 34 - E2E Testing: e2e-test-guide.md 35 - Install: 36 - Getting Started: install/start.md 37 - OpenShift: install/openshift.md 38 - Operator Lifecycle Manager: install/olm.md 39 - Manual Installation: install/manual.md 40 - Usage: 41 - Basics: usage/basics.md 42 - Config Management: usage/config_management_2.0.md 43 - Custom Tooling: usage/customization.md 44 - Deploy Resources to Different Namespaces: usage/deploy-to-different-namespaces.md 45 - Export: usage/export.md 46 - ExtraConfig: usage/extra-config.md 47 - High Availability: usage/ha.md 48 - Ingress: usage/ingress.md 49 - Insights: usage/insights.md 50 - Dex: usage/dex.md 51 - Keycloak: 52 - Kubernetes: usage/keycloak/kubernetes.md 53 - OpenShift: usage/keycloak/openshift.md 54 - Notifications: usage/notifications.md 55 - Resource Management: usage/resource_management.md 56 - Routes: usage/routes.md 57 - Custom Roles: usage/custom_roles.md 58 - Apps in Any Namespace: usage/apps-in-any-namespace.md 59 - Appsets in Any Namespace: usage/appsets-in-any-namespace.md 60 - Reference: 61 - ArgoCD: reference/argocd.md 62 - ArgoCDExport: reference/argocdexport.md 63 - API Docs: reference/api.html.md 64 - NotificationsConfiguration: reference/notificationsconfiguration.md 65 - Contributing: 66 - Contributing: developer-guide/contributing.md 67 - Development: 68 - Setup: developer-guide/development.md 69 - OLM Environment: developer-guide/olm-env.md 70 - OpenAPI: developer-guide/openapi.md 71 - Releases ⧉: https://github.com/argoproj-labs/argocd-operator/releases 72 - Roadmap ⧉: https://github.com/argoproj-labs/argocd-operator/milestones