Commit Graph

25 Commits

Author SHA1 Message Date
Samia Nneji 06953771be
Relocate event source docs (#3948)
* Update links

* Update nav.yaml for event source move

* fix another link

* Move event source files to developer guide

* Move event samples to samples folder

* Move event samples to samples folder

* link fixes and improvements

* tweak some more links

* Update redirects

* Rebase redirects

* fixing infinite redirect bug

* Move creating event sources

Co-authored-by: Omer B <obensaadon@vmware.com>
2021-07-07 07:26:25 -07:00
Omer B e2749dac0f
rebasing `main` on `mkdocs` pt2 (#3621)
* 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

* Updating to latest API version of Strimzi. v1beta1 is now gone 🔥 (#3603)

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

* 📓 adding a note to not consume records of the kafkachannel's topic... (#3615)

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

* fix broken link in kogito example (#3602)

* docs about usage of internal services in an "api-gateway" access model (#3597)

Co-authored-by: Brüder, Lena <lena.brueder@maxxeed.com>

* api specs for v0.23 (#3619)

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

* Update serving/_index.md with network layer option (#3585)

* Update _index.md

[#3117] Add ref for contour

* Update docs/serving/_index.md

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

Co-authored-by: Omer B <obensaadon@vmware.com>
Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>

* Fix typos in the sample yaml file (#3616)

* EventType is not yet part of the v1 eventing API (#3576)

* Remaining changes from now closed PRs

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>
Co-authored-by: Kevin Marquardsen <mr.kmarq@gmail.com>
Co-authored-by: Lena Brüder <oss@lena-brueder.de>
Co-authored-by: Brüder, Lena <lena.brueder@maxxeed.com>
Co-authored-by: Sameer Vohra <vsameer@vmware.com>
Co-authored-by: Mahdi K. Fard <xclud@users.noreply.github.com>
2021-05-19 12:56:16 -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
Ricardo Zanini 073e9a5c93
Adding absolute path for Kogito article images (#3109) 2020-12-17 09:53:02 -08:00
Ricardo Zanini cce593b130
Fixing images and reviewers header on Kogito Blog (#3108)
Signed-off-by: Ricardo Zanini <zanini@redhat.com>
2020-12-17 06:54:03 -08:00
Ricardo Zanini 63c305b544
[New Blog Post] Orchestrating Events with Knative and Kogito (#3083)
* Closes #3076 - [New Blog Post] Orchestrating Events with Knative and Kogito

* Incorporating review comments from abrennan89

* Incorporating macruzbar review

Signed-off-by: Ricardo Zanini <zanini@redhat.com>

* incorporating the diagram of a knative sinkbinding

* Added reviewers
2020-12-16 08:05:59 -08:00
RichieEscarez 50eda19a85
fix yaml error (#2933) 2020-10-14 17:37:31 -07:00
salaboy b8b5655328
Orchestrating Cloud Events Meetup Blog Post (#2882)
* Create orchestrating-cloud-events-with.md

* removing trail white-space

* more trailing white spaces

* fixing CloudEvents, Cloud Native and Hugo metadata

* Update orchestrating-cloud-events-with.md

* Youtube URL update

Co-authored-by: María Cruz <56051804+macruzbar@users.noreply.github.com>

* Fixing Typo

Co-authored-by: María Cruz <56051804+macruzbar@users.noreply.github.com>

* Fixing typo

Co-authored-by: María Cruz <56051804+macruzbar@users.noreply.github.com>

* rephrasing to make it more clear

Co-authored-by: María Cruz <56051804+macruzbar@users.noreply.github.com>

* fixing typo

Co-authored-by: María Cruz <56051804+macruzbar@users.noreply.github.com>

* using status instead of states

Co-authored-by: María Cruz <56051804+macruzbar@users.noreply.github.com>

* making it shorter and to the point

Co-authored-by: María Cruz <56051804+macruzbar@users.noreply.github.com>

* lower case

Co-authored-by: María Cruz <56051804+macruzbar@users.noreply.github.com>

* adding YouTube demo at the end

Co-authored-by: María Cruz <56051804+macruzbar@users.noreply.github.com>

* break in sentence

Co-authored-by: María Cruz <56051804+macruzbar@users.noreply.github.com>

* Update orchestrating-cloud-events-with.md

Co-authored-by: María Cruz <56051804+macruzbar@users.noreply.github.com>
2020-10-14 09:07:31 -07:00
Nghia Tran 2a5899a0f3
Update last of knative/net-* references to use knative-sandbox (#2679) 2020-07-16 15:14:33 -07:00
Mete Atamel ed728bd139
Create event-driven-image-bigquery-processing-pipelines.md (#2598)
* Create event-driven-image-bigquery-processing-pipelines.md

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Added Google Cloud to the title and removed linkTitle

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Matt Moore <mattmoor@vmware.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>

* Update event-driven-image-bigquery-processing-pipelines.md

* Update event-driven-image-bigquery-processing-pipelines.md

* Update event-driven-image-bigquery-processing-pipelines.md

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Matt Moore <mattmoor@vmware.com>

* Update blog/articles/event-driven-image-bigquery-processing-pipelines.md

Co-authored-by: Matt Moore <mattmoor@vmware.com>

Co-authored-by: Ashleigh Brennan <40172997+abrennan89@users.noreply.github.com>
Co-authored-by: Matt Moore <mattmoor@vmware.com>
2020-07-14 11:41:18 -07:00
Leon Stigter c829a69548
[BLOG] Set up a local Knative environment up in no time flat (#2546)
* Create set-up-a-local-knative-environment-up-in-no-time-flat.md

* Updated blog post with feedback

Changes:

- Removed extra whitespace on line 290
- Added a blank line between the commands and the output to help make it more clear which parts are commands and which are output of the command
- Added explanation of the values for hostport and containerport in the clusterconfig.yaml for KinD
- Updated the title of the blog post and name of the file

* Update set-up-a-local-knative-environment-with-kind.md

Update with review feedback listed in PR https://github.com/knative/docs/pull/2546

* Update set-up-a-local-knative-environment-with-kind.md

Update trailing whitespace
2020-07-08 09:45:47 -07:00
Bryan Yeung 92d46707fb
Quote the author so it parses correctly. (#2629) 2020-07-02 08:16:42 -07:00
María Cruz 835ff2f629
fixing typo in the title (#2628) 2020-06-30 11:02:30 -07:00
María Cruz 27917726f0
adding author line to the header (#2623) 2020-06-30 05:52:29 -07:00
María Cruz 498f2c7023
New blog: Getting started with Knative Eventing using Bitcoin transaction data (#2509)
* image for Knative eventing blog

* deleting image

* adding an image for the blog

* adding an image to the blog

* adding image for blog 1

* adding image for blog 1

* Reposting blog about first demo

* Update blog/articles/get-started-knative-eventing.md

Co-authored-by: Evan Anderson <evan.k.anderson@gmail.com>

* Update blog/articles/get-started-knative-eventing.md

Co-authored-by: Evan Anderson <evan.k.anderson@gmail.com>

* Update blog/articles/get-started-knative-eventing.md

Co-authored-by: Evan Anderson <evan.k.anderson@gmail.com>

* Update blog/articles/get-started-knative-eventing.md

Co-authored-by: Evan Anderson <evan.k.anderson@gmail.com>

* Update blog/articles/get-started-knative-eventing.md

Co-authored-by: Evan Anderson <evan.k.anderson@gmail.com>

* Update blog/articles/get-started-knative-eventing.md

Co-authored-by: Evan Anderson <evan.k.anderson@gmail.com>

* Update blog/articles/get-started-knative-eventing.md

Co-authored-by: Evan Anderson <evan.k.anderson@gmail.com>

* Update blog/articles/get-started-knative-eventing.md

Co-authored-by: Evan Anderson <evan.k.anderson@gmail.com>

* Update blog/articles/get-started-knative-eventing.md

Co-authored-by: Evan Anderson <evan.k.anderson@gmail.com>

* Update blog/articles/get-started-knative-eventing.md

Co-authored-by: Evan Anderson <evan.k.anderson@gmail.com>

* made a few corrections

* Update blog/articles/get-started-knative-eventing.md

Co-authored-by: Matt Moore <mattmoor@vmware.com>

* Update blog/articles/get-started-knative-eventing.md

Co-authored-by: Matt Moore <mattmoor@vmware.com>

Co-authored-by: Evan Anderson <evan.k.anderson@gmail.com>
Co-authored-by: Matt Moore <mattmoor@vmware.com>
2020-06-22 16:09:26 -07:00
RichieEscarez f57599f34f fix broken images and links in blog (#1719) 2019-08-20 14:02:32 -07:00
RichieEscarez 45b2d57496 fix date and reorder (#1172) 2019-04-12 16:20:58 -07:00
RichieEscarez 1bfdfc8644 delete localhost file (#1170) 2019-04-12 13:15:59 -07:00
RichieEscarez 83cb2cf430 convert img links to relative (#1160) 2019-04-10 15:22:58 -07:00
RichieEscarez 9f308c25ab Import previous knative blogs from medium (#1075)
* git mv - rename first then edit

* rename files, format html, add graphics, import blogs

* add ko microservices
2019-04-10 09:46:00 -07:00
mattmoor-sockpuppet 01d4ba31ec Format markdown (#1070)
* Format markdown

Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`

* Apply suggestions from code review

Co-Authored-By: mattmoor-sockpuppet <mattmoor+sockpuppet@google.com>

* Undo parts of auto-correction that result in diff.
2019-03-24 21:12:49 -07:00
RichieEscarez 9910b8a9ac explicit template types (#1061) (#1064) 2019-03-22 16:14:47 -07:00
RichieEscarez 9efd393cc2 fix the missed blog images (#1055) 2019-03-21 15:02:47 -07:00
RichieEscarez 0ca2833da3 fix images (#1044) 2019-03-21 09:07:48 -07:00
RichieEscarez 3c04f86ad7 Merge website files into Master (#1025)
* Add front matter to Build files (#833)

* Update README.md

* Adding front matter to builds.md

* Update installing-build-component.md

* Update README.md

Revert changes so Richie can handle this with the index file

* Update builder-contract.md

* Update personas.md

* Update auth.md

* Update creating-builds.md

* Update build-templates.md

* sentence case

* sentence case

* sentence case

* Adding frontmatter to /install/ (#834)

* Adds front matter to Serving (#838)

* Update accessing-logs.md

* Update accessing-metrics.md

* Update accessing-traces.md

* Update cluster-local-route.md

* Update debugging-application-issues.md

* Update debugging-performance-issues.md

* Update gke-assigning-static-ip-address.md

* Update installing-logging-metrics-traces.md

* Update outbound-network-access.md

* Update setting-up-a-logging-plugin.md

* Update using-a-custom-domain.md

* Update using-an-ssl-cert.md

* Update using-cert-manager-on-gcp.md

* Update using-external-dns-on-gcp.md

* site index for fluentd folder (#839)

* add Hugo index files and frontmatter (#840)

* hugo build files for autogen refdocs (#841)

* move resources and readme (#843)

* site: add blog (#837)

* add blog folder

* switch to sentence case

* site: add community and contributing (#836)

* add _index.md files and front matter

* switch to sentance case caps

* fix weights

* Update community/samples/README.md

Co-Authored-By: RichieEscarez <rescarez@google.com>

* site: restructure content into a "docs" directory (#842)

* move content into a 'docs' directory

* inject additional 'docs' directory

* site: add build files and front matter to serving samples (#850)

* new _index.md files and front matter

* serving samples + fix urls

* remove file

* add PR#851 - channels (#853)

* Update README.md (#854)

* Remove README.md from all links (#855)

* Remove README.md from all links

* mend

* mend

* mend

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* fix links in community (#857)

* Update _index.md (#856)

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

Adds missing pointer to README

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* revert

* fix build links (#858)

* site: fix eventing links (#859)

* fix eventing links

* Update README.md

* fix install links (#860)

* site: fix serving links (#861)

* fix serving links

* Update using-external-dns-on-gcp.md

* remove hardcoded github link (#863)

* Update README.md (#864)

Fix links by removing md file extensions.

* Fix links (#866)

* Fix links

* Update installing-build-component.md

* Update builder-contract.md

* add missing hello-world directory (#865)

* Link fixes for Build (#867)

* Fix links

* Update installing-build-component.md

* Update builder-contract.md

* Update creating-builds.md

* Update builder-contract.md

* Update builds.md

* Update creating-builds.md

* Update installing-build-component.md

* Update installing-build-component.md

* Update creating-builds.md

* Update creating-builds.md

* Update builds.md

* Update build-templates.md

* convert to Hugo rel link

* Manually run prettier.io (#880)

* Manually run prettier.io

Trying to fix the stuff that hits prettier.io bugs.

* Fix prettier.io issues.

* Revert manual link fixes (use new build script instead) (#927)

* Revert "convert to Hugo rel link"

This reverts commit f1bbc8ebbc.

* Revert "Fix links (#866)"

This reverts commit 3a57ffed62.

* Revert "remove hardcoded github link (#863)"

This reverts commit fb7fdd9383.

* Revert "site: fix serving links (#861)"

This reverts commit f61514c1b4.

* Revert "fix install links (#860)"

This reverts commit 1fcf32b509.

* Revert "site: fix eventing links (#859)"

This reverts commit 880916567e.

* Revert "fix build links (#858)"

This reverts commit 847e08bf2e.

* Revert "fix links in community (#857)"

This reverts commit 0cd5a44baf.

* Revert "Remove README.md from all links (#855)"

This reverts commit 2029c8bccb.

* Revert "Update README.md (#864)"

This reverts commit 072c731155.

* Adding frontmatter to Gloo guide (#939)

*  adding frontmatter; cherry-picking commit into 0.3 (#943)

* Deploy using private registry (#847)

* new doc for deploying with private registry

* update last few steps

* header sizes

* capitalization

* updating with correct registry annotation and small edits

* wording

* formatting

* formatting

* Update serving/deploying-with-private-registry.md

Co-Authored-By: beemarie <beemarie@us.ibm.com>

* Update serving/deploying-with-private-registry.md

Co-Authored-By: beemarie <beemarie@us.ibm.com>

* Update serving/deploying-with-private-registry.md

Co-Authored-By: beemarie <beemarie@us.ibm.com>

* Update serving/deploying-with-private-registry.md

Co-Authored-By: beemarie <beemarie@us.ibm.com>

* Update serving/deploying-with-private-registry.md

Co-Authored-By: beemarie <beemarie@us.ibm.com>

* update based on feedback

* missing <

* adding tic marks for filename

* udpate with helloworld-go sample

* add testing application

* update return from helloworld app

* update readme with link to doc

* Update serving/deploying-with-private-registry.md

Co-Authored-By: beemarie <beemarie@us.ibm.com>

* Update serving/deploying-with-private-registry.md

Co-Authored-By: beemarie <beemarie@us.ibm.com>

* Update serving/deploying-with-private-registry.md

Co-Authored-By: beemarie <beemarie@us.ibm.com>

* Update serving/deploying-with-private-registry.md

Co-Authored-By: beemarie <beemarie@us.ibm.com>

* Update serving/deploying-with-private-registry.md

Co-Authored-By: beemarie <beemarie@us.ibm.com>

* adding frontmatter; cherry-picking commit into 0.3

* Update Knative-with-Minishift.md (#988)

Update to correct title (Openshift > Minishift), as mentioned by Ashleigh in the Docs WG.

* add type:docs + enable relative links (#990)

* Deleting an unnecessary file

accidentally copied in extra file

* update ref docs api build script and files (#997)

* all links must have ./ (#1004)

* all links must have ./

* Update contributing/README.md

Co-Authored-By: RichieEscarez <rescarez@google.com>

* Update contributing/README.md

Co-Authored-By: RichieEscarez <rescarez@google.com>

* Update for clarity

* Update README.md

Fixing my poorly formatting suggestion

* ref tool steps + script (#1008)

* Incorporate edits from #1008 (#1010)

* Incorporate edits from #1008

* Add "contributor" info link

* page-by-page link check fixes (#1024)

* update readmes - source and site versions

* rename file to fix left nav

* rename file and remove folder to fix left nav
2019-03-20 13:48:47 -07:00