From 14216741f57d5c6e178f80e86712c34085f6188e Mon Sep 17 00:00:00 2001 From: leo-prange-vtex Date: Fri, 25 Jul 2025 21:00:33 -0300 Subject: [PATCH] Dark Kitchen Catalog Setup --- .vtex/catalog-info.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .vtex/catalog-info.yaml diff --git a/.vtex/catalog-info.yaml b/.vtex/catalog-info.yaml new file mode 100644 index 0000000..593b869 --- /dev/null +++ b/.vtex/catalog-info.yaml @@ -0,0 +1,25 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: category-menu + description: The Category Menu is a store component that displays a list of + departments in a configurable menu layout. It helps organize and present + categories and subcategories to improve navigation. + tags: + - typescript + - react:16 + annotations: + vtex.com/janus-acronym: "" + vtex.com/o11y-os-index: "" + grafana/dashboard-selector: "" + github.com/project-slug: vtex-apps/category-menu + vtex.com/platform-flow-id: "" + backstage.io/techdocs-ref: dir:../ + vtex.com/application-id: GZLLSZZ1 +spec: + system: store-framework-ui-apps + lifecycle: stable + owner: te-0013 + type: frontend-ui + dependsOn: [] + subcomponentOf: store-framework