-
Notifications
You must be signed in to change notification settings - Fork 33
Adding service catalog to the getting started doc #6894
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
WalkthroughA new "Demo Service Catalog" section was added to the documentation under the "Infrahub demo" category. This section explains a demo workflow for managing and deploying ISP services using Infrahub, covering schema modeling, code generation, and a Streamlit app interface. A reference link to the demo documentation was also included. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Note ⚡️ Unit Test Generation is now available in beta!Learn more here, or try it out under "Finishing Touches" below. ✨ Finishing Touches🧪 Generate unit tests
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
docs/docs/getting-started/quick-start.mdx (1)
61-66
: Indent follow-up content so it stays within the bullet list & align link pathThe paragraph and
<ReferenceLink>
are currently outside the list item because a blank line without indentation breaks the list in Markdown/MDX.
Indenting them (2–4 spaces) keeps the description visually tied to “Demo Service Catalog”, matching the pattern users expect.
While touching the block, consider keeping the URL path consistent with the previous demo (/demo/...
).- - **Demo Service Catalog** - -The Service Catalog demo demonstrates how Infrahub can be used to manage and deploy services within an ISP environment. It walks through the process of creating a service catalog using Infrahub and Streamlit. From modeling services in the schema, codifying them in Generator, to making these capabilities accessible across the organization via a Streamlit app. This demo provides a comprehensive, end-to-end overview of the workflow. - -<ReferenceLink title="Demo Service Catalog" url="https://docs.infrahub.app/demo-service-catalog" openInNewTab /> + - **Demo Service Catalog** + The Service Catalog demo demonstrates how Infrahub can be used to manage and deploy services within an ISP environment. It walks through the process of creating a service catalog using Infrahub and Streamlit. From modeling services in the schema, codifying them in Generator, to making these capabilities accessible across the organization via a Streamlit app. This demo provides a comprehensive, end-to-end overview of the workflow. + + <ReferenceLink title="Demo Service Catalog" + url="https://docs.infrahub.app/demo/demo-service-catalog" + openInNewTab />This minor formatting tweak prevents rendering quirks and keeps navigation cohesive.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
docs/docs/getting-started/quick-start.mdx
(1 hunks)
🧰 Additional context used
📓 Path-based instructions (2)
docs/**/*.mdx
📄 CodeRabbit Inference Engine (.github/copilot-instructions.md)
Use Docusaurus markdown/MDX features in documentation
Files:
docs/docs/getting-started/quick-start.mdx
docs/**/*
📄 CodeRabbit Inference Engine (.github/copilot-instructions.md)
Develop documentation in
docs/
, preview withinvoke docs.build docs.serve
, and validate withinvoke docs.validate
Files:
docs/docs/getting-started/quick-start.mdx
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
- GitHub Check: Cloudflare Pages
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
docs/docs/getting-started/quick-start.mdx
(1 hunks)
🧰 Additional context used
📓 Path-based instructions (2)
docs/**/*.mdx
📄 CodeRabbit Inference Engine (.github/copilot-instructions.md)
Use Docusaurus markdown/MDX features in documentation
Files:
docs/docs/getting-started/quick-start.mdx
docs/**/*
📄 CodeRabbit Inference Engine (.github/copilot-instructions.md)
Develop documentation in
docs/
, preview withinvoke docs.build docs.serve
, and validate withinvoke docs.validate
Files:
docs/docs/getting-started/quick-start.mdx
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
- GitHub Check: Cloudflare Pages
Summary by CodeRabbit