mkdocs.yml 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. site_name: External Secrets Operator
  2. repo_url: https://github.com/external-secrets/external-secrets
  3. repo_name: External Secrets Operator
  4. site_dir: ../../site
  5. docs_dir: ../../docs
  6. edit_uri: ./edit/main/docs/
  7. remote_branch: gh-pages
  8. theme:
  9. name: material
  10. custom_dir: ../../overrides
  11. markdown_extensions:
  12. - pymdownx.highlight
  13. - pymdownx.superfences
  14. - admonition
  15. - pymdownx.snippets:
  16. base_path: docs
  17. plugins:
  18. - search:
  19. lang: en
  20. - macros:
  21. include_dir: docs/snippets
  22. copyright: |
  23. &copy; 2022 The external-secrets Authors.<br/>
  24. &copy; 2022 The Linux Foundation. All rights reserved.<br/><br/>
  25. The Linux Foundation has registered trademarks and uses trademarks.<br/>
  26. For a list of trademarks of The Linux Foundation, please see our <a href="https://www.linuxfoundation.org/trademark-usage/">Trademark Usage page</a>.
  27. extra:
  28. version:
  29. provider: mike
  30. analytics:
  31. provider: google
  32. property: G-QP38TD8K7V
  33. nav:
  34. - Introduction: index.md
  35. - Overview: overview.md
  36. - API Types:
  37. ExternalSecret: api/externalsecret.md
  38. SecretStore: api/secretstore.md
  39. ClusterSecretStore: api/clustersecretstore.md
  40. ClusterExternalSecret: api/clusterexternalsecret.md
  41. - Guides:
  42. - Introduction: guides/introduction.md
  43. - Getting started: guides/getting-started.md
  44. - Advanced Templating:
  45. v2: guides/templating.md
  46. v1: guides/templating-v1.md
  47. - All keys, One secret: guides/all-keys-one-secret.md
  48. - Common K8S Secret Types: guides/common-k8s-secret-types.md
  49. - Controller Classes: guides/controller-class.md
  50. - "Lifecycle: ownership & deletion": guides/ownership-deletion-policy.md
  51. - Decoding Strategies: guides/decoding-strategy.md
  52. - Getting Multiple Secrets: guides/getallsecrets.md
  53. - Multi Tenancy: guides/multi-tenancy.md
  54. - Metrics: guides/metrics.md
  55. - Rewriting Keys: guides/datafrom-rewrite.md
  56. - Upgrading to v1beta1: guides/v1beta1.md
  57. - Using Latest Image: guides/using-latest-image.md
  58. - Provider:
  59. - AWS:
  60. - Secrets Manager: provider/aws-secrets-manager.md
  61. - Parameter Store: provider/aws-parameter-store.md
  62. - Azure:
  63. - Key Vault: provider/azure-key-vault.md
  64. - Google:
  65. - Secret Manager: provider/google-secrets-manager.md
  66. - IBM:
  67. - Secrets Manager: provider/ibm-secrets-manager.md
  68. - Akeyless: provider/akeyless.md
  69. - HashiCorp Vault: provider/hashicorp-vault.md
  70. - Yandex:
  71. - Certificate Manager: provider/yandex-certificate-manager.md
  72. - Lockbox: provider/yandex-lockbox.md
  73. - Gitlab:
  74. - Gitlab Project Variables: provider/gitlab-project-variables.md
  75. - Oracle:
  76. - Oracle Vault: provider/oracle-vault.md
  77. - 1Password:
  78. - Secrets Automation: provider/1password-automation.md
  79. - Webhook: provider/webhook.md
  80. - Fake: provider/fake.md
  81. - Kubernetes: provider/kubernetes.md
  82. - senhasegura:
  83. - DevOps Secrets Management (DSM): provider/senhasegura-dsm.md
  84. - Doppler: provider/doppler.md
  85. - Examples:
  86. - FluxCD: examples/gitops-using-fluxcd.md
  87. - Anchore Engine: examples/anchore-engine-credentials.md
  88. - Jenkins: examples/jenkins-kubernetes-credentials.md
  89. - External Resources:
  90. - Talks: eso-talks.md
  91. - Demos: eso-demos.md
  92. - Blogs: eso-blogs.md
  93. - References:
  94. - API specification: spec.md
  95. - Contributing:
  96. - Developer guide: contributing/devguide.md
  97. - Contributing Process: contributing/process.md
  98. - Release Process: contributing/release.md
  99. - Code of Conduct: contributing/coc.md
  100. - Roadmap: contributing/roadmap.md
  101. - FAQ: faq.md
  102. - Stability and Support: stability-support.md
  103. - Deprecation Policy: deprecation-policy.md