feat(ai-gateway): Add new getting started guide for 2.0#5637
Open
tomek-labuk wants to merge 80 commits into
Open
feat(ai-gateway): Add new getting started guide for 2.0#5637tomek-labuk wants to merge 80 commits into
tomek-labuk wants to merge 80 commits into
Conversation
to the product file
releases and set the canonical_urls accordingly. Log information depending on the status and whether the canonical_url is present or not.
when the page isn't canonical
canonicals and set `seonoindex = true`
shadowing entirely which isn't what we want. We want an existing page to take precende over the redirect, with this change an existing page matching the url is served first, if none exist the redirect takes effect.
it from including pages from an old major release
before the reference one
major_version If no major_version present, default to the latest major
inherit pages from the submodule
about major releases here, we just generate one for every version there is
Scope everything to the provided major release, if non given, default to the latest major release.
versioning pages with multiple major releases
how_to list and reference_list
don't raise in production if there are pending entries and update the log statement to be more clear
…r AI Gateway 2.0 (#5308)
✅ Deploy Preview for kongdeveloper ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the AI Gateway “Get started” how-to for AI Gateway 2.0 by replacing placeholder content with a Konnect-based workflow that provisions AI Gateway prerequisites, creates Provider/Model entities via the Konnect API, and adds cleanup steps for those entities.
Changes:
- Updated the AI Gateway product prerequisite include to use the AI Gateway quickstart and Konnect PAT flow.
- Added a reusable cleanup include to delete AI Gateway Provider/Model entities.
- Rewrote the AI Gateway getting started how-to to create Provider/Model entities and validate with a chat completion request.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 5 comments.
| File | Description |
|---|---|
| app/_includes/prereqs/products/ai-gateway.md | Replaces placeholder prereq with Konnect PAT + AI Gateway quickstart flow. |
| app/_includes/md/ai-gateway/v2/cleanup/delete-provider-and-model.md | Adds cleanup steps to delete Model then Provider via Konnect API. |
| app/_how-tos/ai-gateway/get-started-with-ai-gateway.md | Implements the AI Gateway 2.0 getting started guide using Provider/Model entities and a validation request. |
57c9b79 to
73bfe81
Compare
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.
Description
Fixes #issue
Preview Links
https://deploy-preview-5637--kongdeveloper.netlify.app/ai-gateway/get-started-with-ai-gateway/
https://deploy-preview-5637--kongdeveloper.netlify.app/ai-gateway/get-started-wtih-mcp-server/
Checklist
descriptionentry in frontmatter.