Skip to content

Conversation

@daisyfaithauma
Copy link
Contributor

Summary

Screenshots (optional)

Documentation checklist

  • The documentation style guide has been adhered to.
  • If a larger change - such as adding a new page- an issue has been opened in relation to any incorrect or out of date information that this PR fixes.
  • Files which have changed name or location have been allocated redirects.

@daisyfaithauma daisyfaithauma changed the title universal endpoint new path [AIG]universal endpoint new path Apr 24, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Apr 24, 2025

This PR changes current filenames or deletes current files. Make sure you have redirects set up to cover the following paths:

  • /ai-gateway/providers/universal/

@github-actions github-actions bot added size/xs product:ai-gateway AI Gateway: https://developers.cloudflare.com/ai-gateway/ labels Apr 24, 2025
@hyperlint-ai
Copy link
Contributor

hyperlint-ai bot commented Apr 24, 2025

Howdy and thanks for contributing to our repo. The Cloudflare team reviews new, external PRs within two (2) weeks. If it's been two weeks or longer without any movement, please tag the PR Assignees in a comment.

We review internal PRs within 1 week. If it's something urgent or has been sitting without a comment, start a thread in the Developer Docs space internally.


PR Change Summary

Introduced a new universal endpoint documentation and renamed an existing file for better organization.

  • Added new documentation for the Universal Endpoint feature.
  • Renamed the existing universal.mdx file to improve clarity.

Added Files

  • src/content/docs/ai-gateway/universal-endpoint/index.mdx

Renamed Files

  • src/content/docs/ai-gateway/universal-endpoint/universal.mdx

How can I customize these reviews?

Check out the Hyperlint AI Reviewer docs for more information on how to customize the review.

If you just want to ignore it on this PR, you can add the hyperlint-ignore label to the PR. Future changes won't trigger a Hyperlint review.

Note specifically for link checks, we only check the first 30 links in a file and we cache the results for several hours (for instance, if you just added a page, you might experience this). Our recommendation is to add hyperlint-ignore to the PR to ignore the link check for this PR.

@github-actions
Copy link
Contributor

github-actions bot commented Apr 24, 2025

Preview URL: https://34592ade.preview.developers.cloudflare.com
Preview Branch URL: https://universal-endpoint-path.preview.developers.cloudflare.com

Files with changes (up to 15)

Original Link Updated Link
https://developers.cloudflare.com/ai-gateway/integrations/worker-binding-methods/ https://universal-endpoint-path.preview.developers.cloudflare.com/ai-gateway/integrations/worker-binding-methods/
https://developers.cloudflare.com/changelog/2025-02-05-aig-request-handling/ https://universal-endpoint-path.preview.developers.cloudflare.com/changelog/2025-02-05-aig-request-handling/
https://developers.cloudflare.com/ai-gateway/configuration/request-handling/ https://universal-endpoint-path.preview.developers.cloudflare.com/ai-gateway/configuration/request-handling/
https://developers.cloudflare.com/ai-gateway/reference/ https://universal-endpoint-path.preview.developers.cloudflare.com/ai-gateway/reference/
https://developers.cloudflare.com/ai-gateway/configuration/fallbacks/ https://universal-endpoint-path.preview.developers.cloudflare.com/ai-gateway/configuration/fallbacks/
https://developers.cloudflare.com/ai-gateway/websockets-api/ https://universal-endpoint-path.preview.developers.cloudflare.com/ai-gateway/websockets-api/
https://developers.cloudflare.com/ai-gateway/universal/ https://universal-endpoint-path.preview.developers.cloudflare.com/ai-gateway/universal/
https://developers.cloudflare.com/changelog/2025-01-26-worker-binding-methods/ https://universal-endpoint-path.preview.developers.cloudflare.com/changelog/2025-01-26-worker-binding-methods/
https://developers.cloudflare.com/ai-gateway/changelog/ https://universal-endpoint-path.preview.developers.cloudflare.com/ai-gateway/changelog/
https://developers.cloudflare.com/ai-gateway/configuration/ https://universal-endpoint-path.preview.developers.cloudflare.com/ai-gateway/configuration/
https://developers.cloudflare.com/ai-gateway/glossary/ https://universal-endpoint-path.preview.developers.cloudflare.com/ai-gateway/glossary/
https://developers.cloudflare.com/ai-gateway/guardrails/ https://universal-endpoint-path.preview.developers.cloudflare.com/ai-gateway/guardrails/
https://developers.cloudflare.com/ai-gateway/integrations/ https://universal-endpoint-path.preview.developers.cloudflare.com/ai-gateway/integrations/
https://developers.cloudflare.com/ai-gateway/observability/ https://universal-endpoint-path.preview.developers.cloudflare.com/ai-gateway/observability/
https://developers.cloudflare.com/ai-gateway/tutorials/ https://universal-endpoint-path.preview.developers.cloudflare.com/ai-gateway/tutorials/

@github-actions github-actions bot added size/s and removed size/xs labels Apr 28, 2025
@daisyfaithauma daisyfaithauma marked this pull request as ready for review April 29, 2025 15:43
@kathayl
Copy link
Contributor

kathayl commented May 7, 2025

from meeting where we'd discussed this i'd written

  • move universal up
  • pull websockets out of configuration
  1. Can we pull websockets out of configuration, to the same level as universal endpoint
  2. Let's reorder the sidebar because it doesn't make sense to me that universal is below tutorials.

Overview
Getting started
Universal endpoint
Model providers
WebSockets API
Configuration
Observability
Guardrails
Evaluations
Integrations
Tutorials
...then the rest in whatever order you think is best

@pedrosousa pedrosousa force-pushed the universal-endpoint-path branch from cd1fa43 to 8d49410 Compare May 8, 2025 10:58
@github-actions github-actions bot added size/s product:workflows Workflows: https://developers.cloudflare.com/workflows/ size/m product:cloudflare-one and removed product:workflows Workflows: https://developers.cloudflare.com/workflows/ size/m size/s labels May 8, 2025
@pedrosousa pedrosousa force-pushed the universal-endpoint-path branch from b647187 to 8d49410 Compare May 8, 2025 13:45
@github-actions github-actions bot added size/s and removed product:cloudflare-one product:workflows Workflows: https://developers.cloudflare.com/workflows/ size/m labels May 8, 2025
@pedrosousa pedrosousa force-pushed the universal-endpoint-path branch from c73a402 to 8d49410 Compare May 8, 2025 14:11
@daisyfaithauma
Copy link
Contributor Author

from meeting where we'd discussed this i'd written

  • move universal up
  • pull websockets out of configuration
  1. Can we pull websockets out of configuration, to the same level as universal endpoint
  2. Let's reorder the sidebar because it doesn't make sense to me that universal is below tutorials.

Overview Getting started Universal endpoint Model providers WebSockets API Configuration Observability Guardrails Evaluations Integrations Tutorials ...then the rest in whatever order you think is best

  1. Websockets was already done.
  2. Doing so

@github-actions github-actions bot added size/m and removed size/s labels May 8, 2025
@kathayl kathayl merged commit 27fab60 into production May 9, 2025
12 checks passed
@kathayl kathayl deleted the universal-endpoint-path branch May 9, 2025 15:42
daisyfaithauma added a commit that referenced this pull request May 13, 2025
* universal endpoint new path

* added redirect

* fixed invalid links

* invalid links

* invalid links

* removed index page

* fixed links

* Update __redirects

* link

* moved universal up

* reordered sidebar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

product:ai-gateway AI Gateway: https://developers.cloudflare.com/ai-gateway/ size/m

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants