Open sftim opened 1 year ago
If this goes stale, I plan to close it.
Hey @sftim, I would like to work on this. By adding the required things. Like, giving intro. to concept, summary of how control plane works & by providing respective hyperlinks.
Regards.
The Kubernetes project currently lacks enough contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle stale
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle rotten
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle rotten
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.
This bot triages issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/reopen
/remove-lifecycle rotten
Please send feedback to sig-contributor-experience at kubernetes/community.
/close not-planned
@k8s-triage-robot: Closing this issue, marking it as "Not Planned".
/area web-development
I will reopen this as stale /reopen /remove-lifecycle rotten /lifecycle stale
@sftim: Reopened this issue.
/triage accepted
/remove-lifecycle stale
Want to work on this? See https://github.com/kubernetes/website/issues/43832 for a starting point.
/lifecycle frozen
This is an umbrella issue
What would you like to be added
(from issue https://github.com/kubernetes/website/issues/12082)
This issue is a request to define fact sheet pages for key API kinds that developers interact with, such as (some or all of):
Why is this needed
Fact sheets would help readers learn the basics of a particular topic (and the API that backs it). We shouldn't expect readers to read through a whole, lengthy topic page; nor should we assume that they have time to run through a tutorial, when they want to learn or relearn an API that helps them do a specific thing.
Fact sheets should include:
We should therefore also add a page to the docs contribution guide, that explains how to write factsheets and how to review PRs that add fact sheets.
Comments
I'm assuming that we'd want to define a shortcode for the factsheet, and a mechanism to have the factsheet as a separate Markdown file.
We could use a
<details open="open">
element or similar to provide a fact sheet that is visible by default, but easy to fold away if the reader wants to read past it. We can also provide a CSS or JavaScript mechanism to add a separate Hide button after the factsheet, again for convenience.We might want to add fact sheets initially as drafts and then take those out of draft once several fact sheets are done and ready to launch