Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Initial DK Catalog Setup
Overview
This pull request introduces the initial setup for the DK catalog. It includes the
catalog-info.yaml
file for integrating our services with the DK, facilitating better visibility and management of our software components.Changes
catalog-info.yaml
with the necessary metadata for our VTEX services.type
,lifecycle
,owner
,system
.Purpose
The integration into DK software catalog aims to improve the discoverability, documentation, and management of our software components. It allows for a more centralized and organized view of our system architecture.
Requested Action
Review:
Please review the contents of the
catalog-info.yaml
for accuracy and completeness.Tech Docs Pipeline Setup:
If this repository contains docs that you want shown at your Component/System page add the following Pipeline to your
.vtex/deployment.(json|yaml)
file:Check the complete Pipeline documentation for more custom options.
Feedback:
Suggestions for additional metadata or modifications to existing fields.
Approval:
Once reviewed and agreed upon, approval for merge.
Impact
Additional Notes
Thank you for contributing to improving our software infrastructure!