mkdocs.yml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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. - Metrics: guides-metrics.md
  32. - Provider:
  33. - AWS:
  34. - Secrets Manager: provider-aws-secrets-manager.md
  35. - Parameter Store: provider-aws-parameter-store.md
  36. - Azure:
  37. - Key Vault: provider-azure-key-vault.md
  38. - Google:
  39. - Secrets Manager: provider-google-secrets-manager.md
  40. - HashiCorp Vault: provider-hashicorp-vault.md
  41. - References:
  42. - API specification: spec.md
  43. - Contributing:
  44. - Developer guide: contributing-devguide.md
  45. - Contributing Process: contributing-process.md
  46. - Code of Conduct: contributing-coc.md