You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guide/index.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,3 +72,7 @@ The package simplifies end-to-end testing for RHDH plugins by providing:
72
72
2.[Quick Start](/guide/quick-start) - Create your first E2E test
73
73
3.[Requirements](/guide/requirements) - System and cluster requirements
74
74
4.[Core Concepts](/guide/core-concepts/) - Understand the key concepts
75
+
76
+
::: tip For Overlay Repository Contributors
77
+
If you're writing tests in the **rhdh-plugin-export-overlays** repository, see the [Overlay Testing](/overlay/) documentation for repository-specific guidance including CI/CD integration, Vault secrets, and workspace structure.
Copy file name to clipboardExpand all lines: docs/guide/utilities/plugin-metadata.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -178,3 +178,7 @@ See [Environment Variables](/guide/configuration/environment-variables#plugin-me
178
178
## API Reference
179
179
180
180
For complete API documentation, see [Plugin Metadata API](/api/utils/plugin-metadata).
181
+
182
+
::: tip For Overlay Repository
183
+
If you're writing tests in the **rhdh-plugin-export-overlays** repository, see [Overlay Configuration Files](/overlay/test-structure/configuration-files) for how plugin metadata and OCI URL generation work in that context.
0 commit comments