Commit Graph

45 Commits

Author SHA1 Message Date
RichardJJG 4a12addcfe
Removed errant ./ instances (#4044) 2021-07-22 07:54:03 -07:00
RichardJJG 21fe8c783a
Salvage old contributor docs (#4020)
* Culled old contributor docs

* Fixed links

* Fix links to templates

* Revert "Fix links to templates"

This reverts commit 2025fed68e.

* Fixes for template links

* Revert "Fixes for template links"

This reverts commit 691cdcc965.

* Some fixes for the template links

* Revert "Some fixes for the template links"

This reverts commit a1762749c4.

* Removed broken links

* Fixed link to style guide readme

* Remove faulty link to style guide

* Update docs/help/contributor/creating-new-docs.md

Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>

* Update docs/help/contributor/creating-new-docs.md

Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>

* Changed Docs WG references and some punctuation

* Added links

* Revert "Added links"

This reverts commit cb5ddb759b.

* Moved templates and changed links

* Fixing links

Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>
2021-07-16 05:32:09 -07:00
RichardJJG 4d52c035e2
Replace links to old doc templates (#4009) 2021-07-14 07:29:31 -07:00
knative-automation 6a3376c3d4
Update actions (#3975)
Signed-off-by: Knative Automation <automation@knative.team>
2021-07-08 02:21:23 -07:00
knative-automation 73fb07f1fd
Update actions (#3894)
Signed-off-by: Knative Automation <automation@knative.team>
2021-07-07 09:52:53 -04:00
Ben Moss 98875f02ca
Remove linkchecks (#3932)
Don't have a good way to exclude the third_party dir right now
2021-07-02 16:50:44 -07:00
Evan Anderson 8b893aa9bc
Add internal link verification via `mkdocs build --strict` (#3931)
* Add internal link verification via `mkdocs build --strict`

* Fix broken links
2021-07-02 14:07:45 -07:00
Ben Moss 6341564e8f
Add automated link checking (#3923) 2021-07-02 11:29:39 -07:00
RichardJJG 3ab98d6a79
Added new cont. guide link to places (#3922) 2021-07-02 10:26:40 -07:00
knative-automation f393dc5fb9
Update actions (#3771)
Signed-off-by: Knative Automation <automation@knative.team>
2021-06-10 13:06:43 -07:00
Carlos Santana b5bb37488a
add docker development workflow (#3738)
* add docker development workflow

Signed-off-by: Carlos Santana <csantana23@gmail.com>

* adding pesky EOL

Signed-off-by: Carlos Santana <csantana23@gmail.com>
2021-06-08 05:43:41 -07:00
knative-automation 0a23431197
Update actions (#3700)
Signed-off-by: Knative Automation <automation@knative.team>
2021-06-04 14:41:45 -07:00
Omer B c4580074bd
Merging main into mkdocs, add Beta contributor's guide (hidden) to the website, create `/snippets` directory (#3610)
* change name for menu item for preview (#3533)

Signed-off-by: Carlos Santana <csantana23@gmail.com>

* Added detail per issue #3425 (#3514)

* Update knative/community files (#3553)

Signed-off-by: Knative Automation <automation@knative.team>

* tracing cm fix (#3506)

* remove unnecessary requrirements to do a release (#3563)

Signed-off-by: Carlos Santana <csantana23@gmail.com>

* #3543 fix link (#3567)

* Replace xip.io with sslip.io (#3574)

* Update actions (#3535)

Signed-off-by: Knative Automation <automation@knative.team>

* Update common github actions (#3552)

Signed-off-by: Knative Automation <automation@knative.team>

* upgrade to latest dependencies (#3505)

bumping knative.dev/hack 88c69cd...93ad912:
  > 93ad912 Print java and mvn version (# 65)
  > 86f9adc Fix default codegen pkg dir (# 67)

Signed-off-by: Knative Automation <automation@knative.team>

* Remove responsive-revision-gc config (#3545)

Since https://github.com/knative/serving/pull/10084 deleted old GC and
started using responsive GC by default, `responsive-revision-gc` in
`config-feature` is not used at all.

This patch removes the configuration `responsive-revision-gc` in
`config-feature` configmap.

* Fixes #3117 and broken links (#3569)

* Fix #3117 and broken links

* Fix #3117 and broken links

* remove spec folder and redirect page and update links

* remove conflicts

* Update shortcodes.md (#3550)

minor grammar.

* 💄 slight change to ordered delivery guarantees (#3536)

Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>

* Add knative-release-leads to OWNERS (#3586)

* add approvers ux (#3587)

* Update the default value (#3530)

* Adding notes on KafkaSource usage (#3596)

* Adding some Kafka note for use-cases

Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>

* changing the description

Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>

* Update actions (#3581)

Signed-off-by: Knative Automation <automation@knative.team>

* Remove python pycache (#3594)

* Use correct setting in ClusterIssue setting (#3595)

The doc uses ClusterIssuer `letsencrypt-http01-issuer` but the configuration uses
`letsencrypt-issuer` so it is confusable.
Actual report is https://github.com/knative/docs/issues/3560.

So this patch changes the ClusterIssuer name to
`letsencrypt-http01-issuer` which is used in this doc section.

Fix https://github.com/knative/docs/issues/3560

* fix broken link #3568 #3577 (#3579)

* fix Netlify build

* Added Snippets folder and hidden Beta Contributor guide

* Update docs/eventing/event-registry.md

Co-authored-by: Carlos Santana <csantana23@gmail.com>

* whitespace

* more whitespace

* removing this bit because linting is killing me

* ok really the last one

Co-authored-by: Carlos Santana <csantana23@gmail.com>
Co-authored-by: RichardJJG <rijohnson@vmware.com>
Co-authored-by: knative-automation <automation@knative.team>
Co-authored-by: Shashankft9 <48708039+Shashankft9@users.noreply.github.com>
Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>
Co-authored-by: Benjamin Tan Wei Hao <benjamintanweihao@gmail.com>
Co-authored-by: Kenjiro Nakayama <nakayamakenjiro@gmail.com>
Co-authored-by: Jonathan Johnson <jonathan.johnson@dijure.com>
Co-authored-by: Matthias Wessendorf <mwessend@redhat.com>
Co-authored-by: Evan Anderson <evana@vmware.com>
Co-authored-by: RichieEscarez <rescarez@google.com>
Co-authored-by: NovaHe <heqianfly@gmail.com>
2021-05-19 09:18:16 -07:00
Julian Friedman db9e4a4d3e
Enable workflows for mkdocs branch (#3582) 2021-05-17 06:04:24 -07:00
Carlos Santana 1bb5886281
Update Github action to build with hugo and mkdocs (#3572)
* deploy to gh-pages with blog

Signed-off-by: Carlos Santana <csantana23@gmail.com>

* add hugo

Signed-off-by: Carlos Santana <csantana23@gmail.com>

* extended true

Signed-off-by: Carlos Santana <csantana23@gmail.com>

* add postcss to PATH

Signed-off-by: Carlos Santana <csantana23@gmail.com>

* make it compatible with other forks not name docs

Signed-off-by: Carlos Santana <csantana23@gmail.com>

* mkade blog and community relatove

Signed-off-by: Carlos Santana <csantana23@gmail.com>

* restore github action to mkdocs

Signed-off-by: Carlos Santana <csantana23@gmail.com>
2021-05-13 04:58:48 -07:00
Carlos Santana 5e9b4024ff
add gh-action to deploy mkdocs to gh-pages (#3557)
* add gh-action to deploy mkdocs to gh-pages

* update commit user for gh-pages

Signed-off-by: Carlos Santana <csantana23@gmail.com>

* switch to fast livereload

Signed-off-by: Carlos Santana <csantana23@gmail.com>
2021-05-12 13:09:47 -07:00
knative-automation 07ae48ac72
Update common github actions (#3359)
Signed-off-by: Knative Automation <automation@knative.team>
2021-03-31 00:34:22 -07:00
knative-automation c7c1e7df63
Update common github actions (#3330)
Signed-off-by: Knative Automation <automation@knative.team>
2021-03-17 14:57:53 -07:00
knative-automation 15d1fdddcb
Run github.com/client9/misspell (#3342)
Signed-off-by: Knative Automation <automation@knative.team>
2021-03-17 13:55:00 -07:00
RichieEscarez 5d300af75e
New blog template and update doc template (#3341)
* New blog template/instructions

* update and sync with new blog template

* edits

* add the copy section

* fix formatting

* update links for both templates

* Add links to new content templates in PR template

* typo

* whitespace

* more whitespace

* and even more whitespace

* trailing whitespace

* whitespace

* between
2021-03-12 05:59:28 -08:00
Markus Thömmes c8b51931ed
Drop unnecessary occurrences of master (#3333) 2021-03-11 05:08:26 -08:00
knative-automation 76517881d6
Update common github actions (#3253)
Signed-off-by: Knative Automation <automation@knative.team>
2021-02-16 12:00:11 -08:00
knative-automation 90822011e9
Update common github actions (#3237)
Signed-off-by: Knative Automation <automation@knative.team>
2021-02-12 06:39:56 -08:00
knative-automation 2e64d51a73
Update common github actions (#3177)
Signed-off-by: Knative Automation <automation@knative.team>
2021-02-10 04:28:05 -08:00
knative-automation d22a3c317a
Update common github actions (#3128)
Signed-off-by: Knative Automation <automation@knative.team>
2021-01-11 00:48:36 -08:00
knative-automation 7a2fa24f89
Update common github actions (#3119)
Signed-off-by: Knative Automation <automation@knative.team>
2021-01-04 07:51:31 -08:00
knative-automation 5f6aec3a84
Update common github actions (#3099)
Signed-off-by: Knative Automation <automation@knative.team>
2020-12-16 20:58:02 -08:00
knative-automation 6145f37789
Update common github actions (#3080)
Signed-off-by: Knative Automation <automation@knative.team>
2020-12-08 07:25:41 -08:00
knative-automation b760e6b7ea
Update common github actions (#3029)
Signed-off-by: Knative Automation <automation@knative.team>
2020-11-16 10:19:01 -08:00
knative-automation 426e207809
Update common github actions (#2994)
Signed-off-by: Knative Automation <automation@knative.team>
2020-11-06 08:41:15 -08:00
knative-automation f01083cf3f
Update common github actions (#2982)
Signed-off-by: Knative Automation <automation@knative.team>
2020-10-28 19:12:35 -07:00
knative-automation 75240c2606
Update common github actions (#2971)
Signed-off-by: Knative Automation <automation@knative.team>
2020-10-26 21:35:33 -07:00
Matt Moore 7d77b253b5
Update common github actions (#2912)
Signed-off-by: Matt Moore (via Sockpuppet) <mattmoor@vmware.com>
2020-10-12 09:25:17 -07:00
Scott Nichols 51b6579dfe
testing update to github action (#2893) 2020-10-08 12:09:21 -07:00
Matt Moore ab5a28421e
Update common github actions (#2875)
Signed-off-by: Matt Moore (via Sockpuppet) <mattmoor@vmware.com>
2020-10-01 06:11:29 -07:00
Matt Moore 64e0ef9337
Update common github actions (#2846)
Signed-off-by: Matt Moore (via Sockpuppet) <mattmoor@vmware.com>
2020-09-24 19:43:43 -07:00
Chao Dai 5a923e958a
Use github actions/stale for managing stale issues/PRs (#2694) 2020-07-21 09:15:36 -07:00
Sam O'Dell aeebd0ab1f
Update template to avoid branch confusion (#2217) 2020-02-14 11:46:41 -08:00
RichieEscarez 7f3b455ae4
Move Contributing to sub-dir of knative.dev/community (#2086)
* move contrib to community

* use fully qualified knative/community repo urls
2020-01-30 10:36:28 -08:00
Sam O'Dell 5ec15df0f9 Update PR template with branch info (#1128)
* Update PR template with branch info

* Update with suggestions from Richie
2019-04-03 11:02:56 -07:00
Sam O'Dell 441dd410b4 Update issue templates -- delete extra template, add security note (#1003) 2019-03-14 18:16:43 -07:00
Sam O'Dell 95abab7a8f Update issue templates -- separate feature request from new/changing functionality (#1002)
* Update issue templates -- separate feature request from new/changing functionality

- We needed a template specifically for user's feature requests; we only had one for bugs and one for upcoming changes to Knative

* Update docs-feature-request.md
2019-03-14 14:29:44 -07:00
Sam O'Dell b2f3d89bc3 Update issue templates (#643) 2018-12-10 17:14:15 -08:00
mattmoor-sockpuppet 41462c69e1 Format markdown (#620)
Produced via: `prettier --write --proseWrap=always $(find -name '*.md' | grep -v vendor)`
2018-12-03 13:54:25 -08:00
Ryan Gregg 21af3915cb
Update contribution info for docs repo (#25)
* Update contrib info

* Add email address
2018-06-26 16:38:55 -07:00