-
Notifications
You must be signed in to change notification settings - Fork 30
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
docs: formatting updates to api reference #271
Conversation
Fix the PR comment to have just |
@ericmariasis please see my comment on your previous PR: #265 (comment) |
I see, it should now be updated. |
Per Slack discussion, I have an action item to look at the make output to fix the style check. I will comment with a follow up when it’s resolved or I have a legitimate blocking issue. |
This comment has been minimized.
This comment has been minimized.
Signed-off-by: ericmariasis <[email protected]>
Signed-off-by: ericmariasis <[email protected]>
Signed-off-by: ericmariasis <[email protected]>
…proxy#264) **Commit Message**: Removal of deprecated kubectl command below from [the installation getting started guide](https://github.com/envoyproxy/ai-gateway/blob/main/site/docs/getting-started/installation.md). `kubectl wait --timeout=2m -n envoy-ai-gateway-system deployment/ai-gateway-controller --for=create ` It seems to include a deprecated arg ```--for=create``` **Related Issues/PRs (if applicable)**: Fixes [Issue 262](envoyproxy#262) **Special notes for reviewers (if applicable)**: Signed-off-by: ericmariasis <[email protected]>
**Commit Message** This makes the PR style check stricter than before: * The description's first line must be `**Commit Message**` * The PR title length must be less than 53 characters --------- Signed-off-by: Takeshi Yoneda <[email protected]> Signed-off-by: ericmariasis <[email protected]>
**Commit Message** This refactors the PR style check github workflow. * Renamed the file to match the workflow name. * Split the description checks into multiple runs. Signed-off-by: Takeshi Yoneda <[email protected]> Signed-off-by: ericmariasis <[email protected]>
**Commit Message** This follows up on envoyproxy#266 and relaxes the PR title length restriction to 60 characters. It was too strict. Signed-off-by: Takeshi Yoneda <[email protected]> Signed-off-by: ericmariasis <[email protected]>
**Commit Message** Added note for Windows users in basic usage that they can use WSL for commands not working on cmd prompt. **Related Issues/PRs (if applicable)** Fixes envoyproxy#263 --------- Signed-off-by: ericmariasis <[email protected]> Co-authored-by: Takeshi Yoneda <[email protected]> Signed-off-by: ericmariasis <[email protected]>
**Commit Message** Apparently, the message was clear enough Signed-off-by: Takeshi Yoneda <[email protected]> Signed-off-by: ericmariasis <[email protected]>
Signed-off-by: ericmariasis <[email protected]>
Signed-off-by: ericmariasis <[email protected]>
Signed-off-by: ericmariasis <[email protected]>
Signed-off-by: ericmariasis <[email protected]>
a53ab64
to
3329db3
Compare
Signed-off-by: ericmariasis <[email protected]>
Signed-off-by: ericmariasis <[email protected]>
Cancelled in favor of PR 276. |
Commit Message
This commit makes the resource names larger and more readable as well as some other header fields.
In addition, there is now a "back to top" button at the bottom of the page.
Related Issues/PRs (if applicable)
Fixes issue #241.