Skip to content
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

Add link references which were removed with #16011 #16140

Merged
merged 2 commits into from
Aug 30, 2019

Conversation

dvob
Copy link
Contributor

@dvob dvob commented Aug 29, 2019

Fix #16139

@k8s-ci-robot
Copy link
Contributor

Welcome @dsbrng25b!

It looks like this is your first PR to kubernetes/website 🎉. Please refer to our pull request process documentation to help your PR have a smooth ride to approval.

You will be prompted by a bot to use commands during the review process. Do not be afraid to follow the prompts! It is okay to experiment. Here is the bot commands documentation.

You can also check if kubernetes/website has its own contribution guidelines.

You may want to refer to our testing guide if you run into trouble with your tests not passing.

If you are having difficulty getting your pull request seen, please follow the recommended escalation practices. Also, for tips and tricks in the contribution process you may want to read the Kubernetes contributor cheat sheet. We want to make sure your contribution gets all the attention it needs!

Thank you, and welcome to Kubernetes. 😃

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. language/en Issues or PRs related to English language sig/docs Categorizes an issue or PR as relevant to SIG Docs. labels Aug 29, 2019
@dvob
Copy link
Contributor Author

dvob commented Aug 29, 2019

/assign @kbhawkey

@netlify
Copy link

netlify bot commented Aug 29, 2019

Deploy preview for kubernetes-io-master-staging ready!

Built with commit a634bbc

https://deploy-preview-16140--kubernetes-io-master-staging.netlify.com

Copy link
Contributor

@sftim sftim left a comment

Choose a reason for hiding this comment

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

This looks safe to merge
/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Aug 29, 2019
@kbhawkey
Copy link
Contributor

hello @dsbrng25b. Thanks for this PR.
I do not see the links in the preview page?

Page Preview:
https://deploy-preview-16140--kubernetes-io-master-staging.netlify.com/docs/tasks/debug-application-cluster/audit/

@@ -496,4 +496,16 @@ plugin which supports full-text search and analytics.

Visit [Auditing with Falco](/docs/tasks/debug-application-cluster/falco)

[kube-apiserver]: /docs/admin/kube-apiserver
[auditing-proposal]: https://github.com/kubernetes/community/blob/master/contributors/design-proposals/api-machinery/auditing.md
Copy link
Contributor

@kbhawkey kbhawkey Aug 29, 2019

Choose a reason for hiding this comment

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

@dsbrng25b, would you add parens around each link, such as:

[kube-apiserver](/docs/admin/kube-apiserver)

kube-apiserver
I would suggest creating a generic intro sentence and placing the Auditing with Falco link with the other links, alphabetically, if possible. You could also make a list of links if you like.

Copy link
Contributor Author

@dvob dvob Aug 29, 2019

Choose a reason for hiding this comment

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

The parens were not the problem. The link references have to be in the same capture block. Now the links are visible again.

Copy link
Contributor

Choose a reason for hiding this comment

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

Nice find 👌

Copy link
Contributor

@kbhawkey kbhawkey Aug 30, 2019

Choose a reason for hiding this comment

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

  • OK, good, these changes fix the links. Typically, the links are embedded in the text, which I think is preferred.
  • I read through both pages. I think that a link to the Falco documentation, instead of a page demonstrating how to set up k8s and Falco for auditing, would be in line with the Content Guidelines. Perhaps this page could include a link to https://falco.org/docs/event-sources/kubernetes-audit/.

Copy link
Contributor

Choose a reason for hiding this comment

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

Let's get this in to fix the links and address the content issue in another PR. Thanks!
/approve

@k8s-ci-robot k8s-ci-robot removed the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Aug 29, 2019
@sftim
Copy link
Contributor

sftim commented Aug 29, 2019

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Aug 29, 2019
@aimeeu
Copy link
Contributor

aimeeu commented Aug 29, 2019

I know the main PR has already merged (#16011).... Falco has its own documentation. Even though this content doesn't exist in the Falco docs, it might be better located there and then linked to from the Kubernetes documentation. I know the Content Guide states that "...Adding content for kubernetes or kubernetes-sigs projects that don’t have their own instructional content" is allowed, so I need to reword and expand that sentence. The end-goal is to keep project documentation in the project's docs so the project's developers know about it and can update it with each release if needed, rather than their having to keep track of project documentation in two places (eg Falco docs and Kubernetes docs).

@sftim
Copy link
Contributor

sftim commented Aug 29, 2019

This felt to me like something that falls between two stools: it's about Falco and it's about Kubernetes.
(and that's why I was OK to see it merged)

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: kbhawkey

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:

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

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 30, 2019
@k8s-ci-robot k8s-ci-robot merged commit 6583710 into kubernetes:master Aug 30, 2019
wahyuoi pushed a commit to wahyuoi/website that referenced this pull request Sep 9, 2019
…tes#16140)

* Add link references which were removed with kubernetes#16011

Signed-off-by: David Schneider <[email protected]>

* Move link references into correct capture block
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. language/en Issues or PRs related to English language lgtm "Looks good to me", indicates that a PR is ready to be merged. sig/docs Categorizes an issue or PR as relevant to SIG Docs. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PR #16011 broke links
5 participants