mkdocs.yml 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. theme:
  7. name: material
  8. markdown_extensions:
  9. - pymdownx.highlight
  10. - pymdownx.superfences
  11. - admonition
  12. - pymdownx.snippets:
  13. base_path: docs
  14. plugins:
  15. - search:
  16. lang: en
  17. - macros:
  18. include_dir: docs/snippets
  19. nav:
  20. - Introduction: index.md
  21. - Overview: api-overview.md
  22. - API Types:
  23. ExternalSecret: api-externalsecret.md
  24. SecretStore: api-secretstore.md
  25. ClusterSecretStore: api-clustersecretstore.md
  26. - Guides:
  27. - Introduction: guides-introduction.md
  28. - Getting started: guides-getting-started.md
  29. - Advanced Templating: guides-templating.md
  30. - Multi Tenancy: guides-multi-tenancy.md
  31. - Provider:
  32. - AWS:
  33. - Secrets Manager: provider-aws-secrets-manager.md
  34. - Parameter Store: provider-aws-parameter-store.md
  35. - Azure:
  36. - Key Vault: provider-azure-key-vault.md
  37. - Google:
  38. - Secrets Manager: provider-google-secrets-manager.md
  39. - HashiCorp Vault: provider-hashicorp-vault.md
  40. - References:
  41. - API specification: spec.md
  42. - Contributing:
  43. - Developer guide: contributing-devguide.md
  44. - Contributing Process: contributing-process.md
  45. - Code of Conduct: contributing-coc.md