8000 Knative API docs for v0.20.0 by RichieEscarez · Pull Request #3141 · knative/docs · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Knative API docs for v0.20.0 #3141

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

Merged
merged 2 commits into from
Jan 13, 2021
Merged

Conversation

RichieEscarez
Copy link
Contributor
@RichieEscarez RichieEscarez commented Jan 13, 2021

New v0.20.0 API docs.
Command:

KNATIVE_SERVING_COMMIT=v0.20.0 KNATIVE_EVENTING_COMMIT=v0.20.0 ./gen-api-reference-docs.sh

Also investigated and resolved new API build errors (due to constant types) (details)

Netlify preview: https://5ffe5166b7462545d9c8fc4d--knative.netlify.app/docs/reference/api/

@RichieEscarez RichieEscarez added this to the v0.20.0 milestone Jan 13, 2021
@google-cla google-cla bot added the cla: yes Indicates the PR's author has signed the CLA. label Jan 13, 2021
@knative-prow-robot knative-prow-robot added approved size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. labels Jan 13, 2021
@@ -24,7 +24,7 @@ Resource Types:
<p>PodAutoscaler is a Knative abstraction that encapsulates the interface by which Knative
components instantiate autoscalers. This definition is an abstraction that may be backed
by multiple definitions. For more information, see the Knative Pluggability presentation:
<a href="https://docs.google.com/presentation/d/e/2PACX-1vQ4kT92QNXvBF9dJzVfF_zqUROoG1wZXf-ATMKi8d43htvt3Osq6k-1YUWAO9M27gZ8C-cGBQA8-bwJ/pub">https://docs.google.com/presentation/d/e/2PACX-1vQ4kT92QNXvBF9dJzVfF_zqUROoG1wZXf-ATMKi8d43htvt3Osq6k-1YUWAO9M27gZ8C-cGBQA8-bwJ/pub</a></p>
<a href="https://docs.google.com/presentation/d/10KWynvAJYuOEWy69VBa6bHJVCqIsz1TNdEKosNvcpPY/edit">https://docs.google.com/presentation/d/10KWynvAJYuOEWy69VBa6bHJVCqIsz1TNdEKosNvcpPY/edit</a></p>
Copy link
Contributor
@abrennan89 abrennan89 Jan 13, 2021

Choose a reason for hiding this comment

The reason 8000 will be displayed to describe this comment to others. Learn more.

I'd change this to something like:

For more information, see the < a href="https://docs.google.com/presentation/d/10KWynvAJYuOEWy69VBa6bHJVCqIsz1TNdEKosNvcpPY/edit" >Knative pluggability presentation < /a> < /p>

(sorry about the spaces, had to add them so it showed this in the comments and not just the link 🙃 )

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think most sections of this preview have similar issues

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@abrennan89 all these strings are located in the source code, we only just build and publish an HTML version. I do agree that these are improvements but the edits should be made in the source rather than here in the output. Let me know if thats something you want to dive into. Alternatively, open a bug for the Serving team to get this fixed for the next release?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense, opened an issue to track it for the next release 🙂

Copy link
Contributor
@abrennan89 abrennan89 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm except that some of the links show the full link instead of having a clean URL text that describes them (see comments), can we fix this since it seems minor but affects UX?

@abrennan89 abrennan89 requested review from mpetason and removed request for carieshmarie January 13, 2021 16:02
</td>
</tr><tr><td><p>&#34;pending&#34;</p></td>
<td><p>RoutingStatePending is a state after a revision is created, but before
its routing state has been determined. It is treated like active for the purposes
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
its routing state has been determined. It is treated like active for the purposes
its routing state has been determined. It is treated as active for the purposes

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe sounds better? Was just making suggestions after reading through it.

@abrennan89
Copy link
Contributor

/lgtm
/approve
/hold

@RichieEscarez I'll let you remove the hold when you want to merge just in case 🙂

@knative-prow-robot knative-prow-robot added do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. lgtm Indicates that a PR is ready to be merged. labels Jan 13, 2021
@knative-prow-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: abrennan89, RichieEscarez

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:
  • OWNERS [RichieEscarez,abrennan89]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@RichieEscarez RichieEscarez removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jan 13, 2021
@RichieEscarez
Copy link
Contributor Author

Thank you both!

@RichieEscarez RichieEscarez dismissed abrennan89’s stale review January 13, 2021 19:47

bug was opened in serving

@RichieEscarez
Copy link
Contributor Author

/retest

@RichieEscarez RichieEscarez added the ok-to-test Indicates a non-member PR verified by an org member that is safe to test. label Jan 13, 2021
@RichieEscarez RichieEscarez merged commit 0816a3c into knative:master Jan 13, 2021
RichieEscarez added a commit to RichieEscarez/docs that referenced this pull request Mar 6, 2021
* update API docs for v0.20.0

* remove whitespace -> happy linter
@RichieEscarez RichieEscarez deleted the v20relnotes branch March 8, 2021 22:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes Indicates the PR's author has signed the CLA. lgtm Indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants
0