Skip to content

Fixes to overview.md and inferencemodel.md #1281

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion site-src/api-types/inferencemodel.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ An InferenceModel allows the Inference Workload Owner to define:

## Spec

The full spec of the InferenceModel is defined [here](/reference/spec/#inferencemodel).
The full spec of the InferenceModel is defined [here](/reference/x-spec/#inferencemodel).
10 changes: 5 additions & 5 deletions site-src/gieps/overview.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Gateway Inference Enhancement Proposal (GIEP)

Gateway Inference Enhancement Proposals (GIEPs) serve a similar purpose to the
[GIEP](https://gateway-api.sigs.k8s.io/GIEPs/overview/) process for the main
[GEP](https://gateway-api.sigs.k8s.io/GEPs/overview/) process for the main
Gateway API project:

1. Ensure that changes to the API follow a known process and discussion in the
Expand Down Expand Up @@ -107,17 +107,17 @@ Before creating a GIEP, share your high level idea with the community. There are
several places this may be done:

- A [new GitHub
Discussion](https://github.com/kubernetes-sigs/gateway-api/discussions/new)
- On our [Slack Channel](https://kubernetes.slack.com/archives/CR0H13KGA)
Discussion](https://github.com/kubernetes-sigs/gateway-api-inference-extension/discussions/new)
- On our [Slack Channel](https://kubernetes.slack.com/archives/C08E3RZMT2P)
- On one of our [community
meetings](https://gateway-api.sigs.k8s.io/contributing/?h=meetings#meetings)
meetings](https://gateway-api-inference-extension.sigs.k8s.io/contributing/?h=meetings#meetings)

Please default to GitHub discussions: they work a lot like GitHub issues which
makes them easy to search.

### 2. Create an Issue
[Create a GIEP
issue](https://github.com/kubernetes-sigs/gateway-api/issues/new?assignees=&labels=kind%2Ffeature&template=enhancement.md)
issue](https://github.com/kubernetes-sigs/gateway-api-inference-extension/issues/new)
in the repo describing your change. At this point, you should copy the outcome
of any other conversations or documents into this document.

Expand Down