-
Notifications
You must be signed in to change notification settings - Fork 54
LCORE-248: Stub for Getting started guide #301
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
LCORE-248: Stub for Getting started guide #301
Conversation
WalkthroughA new "Getting started guide" has been introduced as a Markdown document. This guide covers deployment options, configuration examples, project setup, CLI usage, and error handling for the Llama Stack. No code or public entity declarations were changed; the update is documentation-only. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
✨ Finishing Touches🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 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 (2)
docs/getting_started.md (2)
5-7: Remove placeholder TOC entry or add the matching sectionThe “Foobar” link points to a non-existent section, which triggers MD051 and breaks the generated table-of-contents.
-* [Foobar](#foobar) +<!-- Placeholder removed – add a real section or delete the entry -->
198-239: Add language identifiers to all fenced code blocksThree blocks (CLI help, command invocation, traceback) open with ``` but omit a language tag, violating MD040 and disabling syntax highlighting.
-``` +```text … -``` -``` +```bash llama-stack-runner]$ uv run llama stack run -``` -``` +```text Traceback (most recent call last): … AttributeError: 'Namespace' object has no attribute 'template' -```
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (2)
docs/llama_stack_as_library.svgis excluded by!**/*.svgdocs/llama_stack_as_service.svgis excluded by!**/*.svg
📒 Files selected for processing (1)
docs/getting_started.md(1 hunks)
🧰 Additional context used
🪛 markdownlint-cli2 (0.17.2)
docs/getting_started.md
5-5: Link fragments should be valid
(MD051, link-fragments)
198-198: Fenced code blocks should have a language specified
(MD040, fenced-code-language)
223-223: Fenced code blocks should have a language specified
(MD040, fenced-code-language)
Description
LCORE-248: Stub for Getting started guide
Type of change
Related Tickets & Documents
Summary by CodeRabbit