Chore(AIGW): Data Governance review#5748
Open
Guaris wants to merge 151 commits into
Open
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
* update streaming to v2 * Apply suggestions from code review Co-authored-by: Lucie Milan <32450552+lmilan@users.noreply.github.com> --------- Co-authored-by: Lucie Milan <32450552+lmilan@users.noreply.github.com>
so we run both aigw v1 and gateway tests as part of the same run
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Merge branch 'feat/ai-gateway-v2-llm-otel' * audit, logs,semantics * add feat/ai-otel-2x * revert changes that overlap with base gateway * clean up plugin and new in references * fix broken table indentation * Apply terminology fixes from code review Co-authored-by: Lucie Milan <32450552+lmilan@users.noreply.github.com> * version independent plugin include * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * table fix * link fixes for copilot --------- Co-authored-by: Lucie Milan <32450552+lmilan@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* plugin mentions removal * plugin mentions removal * fix(aigw): hardcode icon for aigw policies in related resources etc. Policies don't have an overview url yet, we handle that through redirects and we can't check if they resolve correctly at runtime, so adding a hardcoded case for now. --------- Co-authored-by: Fabian Rodriguez <fabian.rodriguez@konghq.com>
* provide rpages review * plugins link * Apply suggestions from code review Co-authored-by: tomek-labuk <tomasz.labuk@konghq.com> --------- Co-authored-by: tomek-labuk <tomasz.labuk@konghq.com>
Co-authored-by: Lucie Milan <32450552+lmilan@users.noreply.github.com>
Co-authored-by: Lucie Milan <32450552+lmilan@users.noreply.github.com>
Co-authored-by: Lucie Milan <32450552+lmilan@users.noreply.github.com>
Co-authored-by: Lucie Milan <32450552+lmilan@users.noreply.github.com>
based on the older version canonicals For any page: - if there's exactly ONE old version page with a canonical pointing to it, we render the link to the previous version - if there's MORE than one old version pages, we render a link to the old version index page
* refactor(gw-changelog): add specs
* refactor(gw-changelog): move changelogs from app/_data to
app/_changelogs to reduce the memory footprint
* refactor(gw-changelog): update tools to match the new paths
* feat(aigw-changelog): update changelog-generator tool to generate both
aigw and gw changelogs
* feat(changelogs): add the new files to the right path, i.e.
app/_changelogs
* feat(aigw-changelog): update the {% gateway_changelog %} tag to support
both gateway and ai-gateway
It chooses which one to render based on the page's `product.first`
* feat(aigw-changelog): add aigw changelog page
* fix(aigw-changelog): no need to use a multiline string for the
decsription
* AI and MCP landing page edits Signed-off-by: Diana <75819066+cloudjumpercat@users.noreply.github.com> * add fixes --------- Signed-off-by: Diana <75819066+cloudjumpercat@users.noreply.github.com> Co-authored-by: Angel <angel.guarisma@konghq.com>
* feat(aigw-policies): render overview page if the policiy's index file has content in it * add dummy content to policy * placeholder text so we can mege without dummy content when the tab renders * Render the overview tab if it's not empty * fix rspec --------- Co-authored-by: Angel <angel.guarisma@konghq.com>
✅ Deploy Preview for kongdeveloper ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
7 tasks
060a5e2 to
7d7d76c
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.
This PR also removes the Governance H2 from the AIGW landing page since that wasn't really doing anything and makes all the H3's H2's which make the page feel a bit better.
There weren't many edits on this page, but I did run the claude skill on it.