Adding an LLM Inference Service Tutorials page#605
Adding an LLM Inference Service Tutorials page#605SeanCondon wants to merge 3 commits intokserve:mainfrom
Conversation
✅ Deploy Preview for elastic-nobel-0aef7a ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
2457349 to
e162e81
Compare
There was a problem hiding this comment.
Pull request overview
Adds a Tutorials landing page under Model Serving → Generative Inference → LLMInferenceService to direct users to the upstream kserve/kserve LLMInferenceService tutorial content, and updates sidebar metadata for the Envoy AI Gateway tutorial page to improve navigation.
Changes:
- Add
docs/model-serving/generative-inference/llmisvc/tutorials.mdwith links to upstream LLMInferenceService tutorial directories. - Register the new Tutorials page in
sidebars.tsunder the LLMInferenceService section. - Add missing sidebar frontmatter (
sidebar_label,sidebar_position) tollmisvc-envoy-ai-gateway.md.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| sidebars.ts | Adds the new Tutorials doc to the LLMInferenceService sidebar entries. |
| docs/model-serving/generative-inference/llmisvc/tutorials.md | New Tutorials landing page linking to upstream kserve/kserve tutorial content. |
| docs/model-serving/generative-inference/llmisvc/llmisvc-envoy-ai-gateway.md | Adds sidebar metadata to improve labeling/ordering in the docs nav. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
e162e81 to
97f2998
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 3 out of 3 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Signed-off-by: SeanCondon <scondon@redhat.com>
Signed-off-by: SeanCondon <scondon@redhat.com>
Signed-off-by: SeanCondon <scondon@redhat.com>
521c73d to
26e6cc7
Compare
|
Reviewers, can you take a look at this please? @alexagriffith @theofpa |
Adding a new Tutorials page under Model Serving -> Generative Inference -> LLMInference to point to the docs/samples/llmisvc tutorials in the main website as suggested by @sivanantha321
Proposed Changes