Add catalog yamls for blueprints to allow integration with Developer Hub#335
Open
Namita-Singroha wants to merge 14 commits into
Open
Add catalog yamls for blueprints to allow integration with Developer Hub#335Namita-Singroha wants to merge 14 commits into
Namita-Singroha wants to merge 14 commits into
Conversation
Signed-off-by: Namita-Singroha <singrohanamita@gmail.com>
Signed-off-by: Namita-Singroha <singrohanamita@gmail.com>
bab4a91 to
91a07ef
Compare
Signed-off-by: Namita-Singroha <singrohanamita@gmail.com>
Signed-off-by: Namita-Singroha <singrohanamita@gmail.com>
Signed-off-by: Namita-Singroha <singrohanamita@gmail.com>
Signed-off-by: Namita-Singroha <singrohanamita@gmail.com>
Signed-off-by: Namita-Singroha <singrohanamita@gmail.com>
Signed-off-by: Namita-Singroha <singrohanamita@gmail.com>
Signed-off-by: Namita-Singroha <singrohanamita@gmail.com>
Signed-off-by: Namita-Singroha <singrohanamita@gmail.com>
Signed-off-by: Namita-Singroha <singrohanamita@gmail.com>
Signed-off-by: Namita-Singroha <singrohanamita@gmail.com>
Signed-off-by: Namita-Singroha <singrohanamita@gmail.com>
Signed-off-by: Namita-Singroha <singrohanamita@gmail.com>
f4e8aa9 to
843bf43
Compare
Collaborator
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.

These changes are needed for integrating our AI blueprints and quickstarts into Fusion Developer Hub. It makes them discoverable and accessible via RHDH dashboard.
It includes following changes:
Added 6 new components that are as follows:
3 NVIDIA Blueprints (AIQ, VSS, RAG) - type: blueprint
3 Fusion Quickstarts (Developer Hub, GitOps, Model-as-a-Service) - type: quickstart
For each component, created:
backstage/catalog-info.yaml - Component metadata, links, and dependencies
backstage/mkdocs.yml - TechDocs configuration
backstage/docs/index.md - Documentation copy for TechDocs
The md files have been duplicated and placed in backstage/docs/index.md (for TechDocs) feature. The reason is explained below:
TechDocs has specific requirements that it needs an index.md file as the entry point. It expects docs in a local docs/ directory relative to mkdocs.yml. Hence, I have kept original markdown files stay in their current locations so that exisitng integration don't break.