Commit Graph

119 Commits

Author SHA1 Message Date
Reto Lehmann 4727b763cc
Fix deprecation warnings and update CSS (#5741)
* Fix deprecation warnings and update CSS

* fix order of right nav in blog
2023-11-05 09:55:51 +00:00
Calum Murray 76afdd587f
Added kafka features config map to kafka broker docs (#5622)
* Added kafka features config map to kafka broker docs

* Update docs/eventing/brokers/broker-types/kafka-broker/README.md

Co-authored-by: Leo Li <leoli@redhat.com>

* Update docs/eventing/brokers/broker-types/kafka-broker/README.md

Co-authored-by: Leo Li <leoli@redhat.com>

* Update docs/eventing/brokers/broker-types/kafka-broker/README.md

Co-authored-by: Leo Li <leoli@redhat.com>

* Update docs/eventing/brokers/broker-types/kafka-broker/README.md

Co-authored-by: Leo Li <leoli@redhat.com>

* Update docs/eventing/brokers/broker-types/kafka-broker/README.md

Co-authored-by: Leo Li <leoli@redhat.com>

* Update docs/eventing/brokers/broker-types/kafka-broker/README.md

Co-authored-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>

* Moved kafka features config info to new page

* Apply suggestions from code review

Co-authored-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>

* Follow example from serving for documenting configmap keys

Signed-off-by: Calum Murray <cmurray@redhat.com>

* Fix macro

Signed-off-by: Calum Murray <cmurray@redhat.com>

---------

Signed-off-by: Calum Murray <cmurray@redhat.com>
Co-authored-by: Leo Li <leoli@redhat.com>
Co-authored-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>
2023-10-05 15:57:06 +00:00
Reto Lehmann 6d938133f7
Rename and reword `auto-tls` feature to `external-domain-tls` (#5692)
* Rename and reword `auto-tls` feature to `external-domain-tls`

* Fix redirects

* Fix broken links
2023-10-05 05:57:06 +00:00
David Hadas 115624f392
rename sandbox to extensions - manual (#5661)
* rename sandbox to extensiopns  - manual

* Update config/redirects.yml

Co-authored-by: Paul Schweigert <paul@paulschweigert.com>

* fix redirect

* Update docs/eventing/custom-event-source/custom-event-source/README.md

Co-authored-by: Paul Schweigert <paul@paulschweigert.com>

* Update docs/community/governance.md

Co-authored-by: Paul Schweigert <paul@paulschweigert.com>

---------

Co-authored-by: Paul Schweigert <paul@paulschweigert.com>
2023-08-17 09:33:42 +00:00
David Hadas da2c5ffbca
rename-sandbox (#5652) 2023-08-03 17:52:21 +00:00
Pierangelo Di Pilato c9f29b93e9
Document transport-encryption Eventing feature (#5642)
* Document transport-encryption feature

Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>

* Add verification and installation steps

Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>

* Add send event verification steps

Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>

* adding nav bar entry (#3)

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

---------

Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
Co-authored-by: Matthias Wessendorf <mwessend@redhat.com>
2023-08-03 10:31:21 +00:00
David Simansky 4c36780696
feat: Add EventType auto create to experimental features (#5631)
* feat: Add EventType auto create to experimental features

* Add new page to navigation config

* Decrease title size

* Split broker create to kn/yaml variants

* Polish event sending section

* Align opt-in formatting

* Correct feature name
2023-07-20 14:05:13 +00:00
Stavros Kontopoulos d60f9cacf0
Add details for storage and knative services (#5605)
* add details for storage and knative services

* fixes

* Update storage.md

add missing whitespace

---------

Co-authored-by: Reto Lehmann <retocode@icloud.com>
2023-07-13 06:49:15 +00:00
Reto Lehmann 1292fa5b62
Add Knative Serving architecture page (#5545)
* Add Knative Serving architecture page

* Reorder and cross-link architecture and request-flow pages

* Review feedback

* Update docs/serving/architecture.md

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

* Update docs/serving/architecture.md

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

* Review updates

* Review updates

---------

Co-authored-by: Evan Anderson <evan.k.anderson@gmail.com>
2023-06-06 14:36:27 +00:00
Reto Lehmann c8244ace7d
Add installation troubleshooting page (#5546)
* Add installation troubleshooting page

* Use tabs to separate networking layers
2023-05-02 14:43:55 +00:00
Evan Anderson f836a6ffdc
Add conceptual documentation on Knative Serving request flow (#5523)
* Add conceptual documentation on Knative Serving request flow

* Add docs on readiness probing for queue-proxy

* Add navigation
2023-04-07 09:35:20 +00:00
Christoph Stäbler 6c170f1f40
Add documentation for MTChannelBasedBroker (#5501)
* Add documentation for MTChannelBasedBroker

* Some more cleanup on MTCBB doc

* Change order of delivery options config and broker class config

* Fix line intent issue

Signed-off-by: Christoph Stäbler <cstabler@redhat.com>

* Add a section in "create broker" about the broker class

* Add dot at end of developer documentation

* Cleanup duplication in broker class section

* Update docs/eventing/brokers/create-broker.md

Co-authored-by: Ali Ok <aliok@redhat.com>

* Remove unneeded label

* Update docs/eventing/brokers/broker-types/mt-channel-based-broker/README.md

Co-authored-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>

* Address some review comments

* Apply suggestions from code review

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

* Move broker admin configuration page to Eventing > Administrator topics > Eventing configuration

* Use "Broker class" consistently

* Add more information about configurations of different Broker classes

* Add more information about native implementations vs MTCBB

* Move channel installation instructions to Prerequisites section.

* Capitalize consistently as per docs style guide

* Update docs/eventing/brokers/create-broker.md

* Rename "Multi tenant channel-based-broker" to "Channel based Broker"

* Fix some capitalizations

---------

Signed-off-by: Christoph Stäbler <cstabler@redhat.com>
Co-authored-by: Ali Ok <aliok@redhat.com>
Co-authored-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>
Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>
2023-04-04 16:02:38 +00:00
Paul Schweigert e469a2db28
remove documentation for container-freezer (#5516)
Signed-off-by: Paul S. Schweigert <paul@paulschweigert.com>

The container-freezer is being archived as discussed in
https://github.com/knative-sandbox/container-freezer/issues/217,
so this commit is to remove its documentation from the website.
2023-03-31 13:42:02 +00:00
Naveenraj M 0f3f4a77ef
Document Request Logging Feature on the Website (#5492)
* add request logging page

* add statement to describe table

* remove properties not related to request logging.
Reorder configMap keys
2023-03-24 22:18:54 +00:00
Matthias Wessendorf b0f648d29e
Little more updates on Apache Kafka term usage (#5464)
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
2023-03-10 14:18:24 +00:00
Naina Singh 636a3e27f2
Adding PNC case study (#5437)
* Adding PNC case study

* Adding changes to nav.yml for PNC case study
2023-03-10 01:03:22 +00:00
Matthias Wessendorf 6913d06912
First draft of Event Mesh definition (#5454)
* First draft of Event Mesh definition

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

* Adding some clarification on the 'event broker' term, hopefully

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

* formatting

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

* Adding the Event Mesh to the Eventing nav bar, for now...

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

---------

Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
2023-03-09 17:55:23 +00:00
Evan Anderson af5f5fb75c
Revise website community content to be more beginner-friendly (#5348)
* Clean up contribution docs

* Move 'contributing' to 'community' to encourage lurkers as well as active participants. Also, increase content on 'community' landing page

* Update additional redirect

* Fix trailing newline and accidental backup file inclusion

* Address @psschwei feedback

* Fix typo in link

* fix typo

Co-authored-by: Paul Schweigert <paul@paulschweigert.com>

* Construct a grammatical sentence

Co-authored-by: Paul Schweigert <paul@paulschweigert.com>

* Address @psschwei feedback, thanks\!

Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>
Co-authored-by: Paul Schweigert <paul@paulschweigert.com>
2023-01-25 23:16:41 +00:00
Christoph Stäbler 40e96770e7
Remove strict-subscriber flag (#5332)
The strict-subscriber feature flag was removed in
https://github.com/knative/eventing/pull/6608 so the validation cannot
be disabled anymore. This commit adjusts the docs too.

Signed-off-by: Christoph Stäbler <cstabler@redhat.com>

Signed-off-by: Christoph Stäbler <cstabler@redhat.com>
2022-11-18 18:32:39 +00:00
Ashleigh Brennan 585a4e5bfe
Follow up to add advanced func docs (#5286)
* Follow up to add advanced func docs

* fix heading
2022-10-25 16:08:56 +00:00
David Hadas 52a334e190
SecurityGuard (#5256)
* SecurityGuard

* first complete draft for quickstart

* first complete draft for quickstart

* first complete draft for quickstart

* first complete draft for quickstart

* first complete draft for quickstart

* first complete draft for quickstart

* first complete draft for quickstart

* first complete draft for quickstart

* Update docs/serving/app-security/security-guard-quickstart.md

Co-authored-by: Paul Schweigert <paul@paulschweigert.com>

* Update docs/serving/app-security/security-guard-quickstart.md

Co-authored-by: Paul Schweigert <paul@paulschweigert.com>

* Update docs/serving/app-security/security-guard-about.md

Co-authored-by: Paul Schweigert <paul@paulschweigert.com>

* Update config/nav.yml

Co-authored-by: Paul Schweigert <paul@paulschweigert.com>

* typo

* lint

* add queueproxy.mount-podinfo: allowed

* lint

* updated links to release

* updated links to release

* fix tutorial

* fix tutorial

* fix tutorial

* fix tutorial

* fix tutorial

* fix tutorial

* fix tutorial

* fix tutorial

* fix tutorial

* Update docs/serving/app-security/security-guard-about.md

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

* Update docs/serving/app-security/security-guard-about.md

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

* Update docs/serving/app-security/security-guard-about.md

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

* Update docs/serving/app-security/security-guard-quickstart.md

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

* alignd to comments

* alignd to comments

* alignd to comments

* alignd to comments

* alignd to comments

* alignd to comments

* alignd to comments

* alignd to comments

* alignd to comments

* alignd to comments

* Update docs/serving/app-security/security-guard-quickstart.md

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

* Update docs/serving/app-security/security-guard-example-alerts.md

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

* merged using with about

* merged using with about

Co-authored-by: Paul Schweigert <paul@paulschweigert.com>
Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>
2022-10-19 04:36:11 +00:00
Ashleigh Brennan efd3854cea
Add functions section to docs (#5271)
* Add functions section to docs

* add run command

* updates from eng review

* fix headings, links
2022-10-18 15:19:10 +00:00
Lionel Villard f699430f41
Minimal redis stream source doc (#5253)
* minimal redis stream source doc

* Update docs/eventing/sources/redis/README.md

* Update docs/eventing/sources/redis/getting-started.md

* Update docs/eventing/sources/redis/getting-started.md

Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>
2022-10-13 18:19:53 +00:00
Ashleigh Brennan 99ae375247
Integrating Istio with Knative Brokers (#5268)
* Integrating Istio with Knative Brokers

* fix links

* updated commands
2022-10-13 12:54:53 +00:00
Lionel Villard 4e10439771
audit sources (#5249) 2022-10-11 06:43:50 +00:00
Ashleigh Brennan 2498912cd1
Cleanup broker docs and snippets (#5193)
* Cleanup broker docs and snippets

* fixing redirects

* more snippets, broker types docs

* updates, fixing links

* fix errors

* updated nav
2022-08-31 18:05:18 +00:00
David Hadas 047fff36f8
QPOptions (#5169)
* Adding Queue Proxy Extensions Documentations

* Create queue-extensions.md

* Update deployment.md

* Update queue-extensions.md

* Create queue-runtime-extensions.md

* Update queue-extensions.md

* Update deployment.md

* Update deployment.md

* Update queue-extensions.md

* Update queue-extensions.md

* updates after qpoptions commit merged

* lint..

* fix tab based on mkdocs output

* add nav

* fix links

* Review comments

* Review comments2

* Update docs/serving/services/using-queue-extensions.md

Co-authored-by: Samia Nneji <snneji@vmware.com>

* Update docs/serving/services/using-queue-extensions.md

Co-authored-by: Samia Nneji <snneji@vmware.com>

* Update docs/serving/services/using-queue-extensions.md

Co-authored-by: Samia Nneji <snneji@vmware.com>

* Update docs/serving/services/using-queue-extensions.md

Co-authored-by: Samia Nneji <snneji@vmware.com>

* Update docs/serving/services/using-queue-extensions.md

Co-authored-by: Samia Nneji <snneji@vmware.com>

* Update docs/serving/queue-extensions.md

Co-authored-by: Samia Nneji <snneji@vmware.com>

* Update docs/serving/queue-extensions.md

Co-authored-by: Samia Nneji <snneji@vmware.com>

* Update docs/serving/queue-extensions.md

Co-authored-by: Samia Nneji <snneji@vmware.com>

* Align QPOptions and Using extensions...

* Update docs/serving/queue-extensions.md

Co-authored-by: Samia Nneji <snneji@vmware.com>

* Fixed Prerequisites

* added description on qpoptions to using*

Co-authored-by: Samia Nneji <snneji@vmware.com>
2022-08-23 09:23:17 +00:00
Ashleigh Brennan 748edc4596
Update garbage collection docs (#5183)
* Update garbage collection docs

* fix typo

* fix nav alignment

* cleanup

* tidy up formatting

* formatting

* fix heading lvl
2022-08-22 19:04:16 +00:00
Ashleigh Brennan c0d00ea04e
Updating docs for Revisions (#5156)
* Updating docs for Revisions

* minor change

* update links

* remove fluff

* Update docs/snippets/about-revisions.md

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

Co-authored-by: Carlos Santana <csantana23@gmail.com>
2022-08-10 17:42:45 +00:00
Gabriel Freites afc2015250
RabbitMQ Source docs (#5137)
* finished rabbitmq source readme and corrected some minor rabbitmq broker typos

* fixed code style

* Update docs/eventing/sources/rabbitmq-source/README.md

Co-authored-by: Samia Nneji <snneji@vmware.com>

* Update docs/eventing/broker/rabbitmq-broker/README.md

Co-authored-by: Samia Nneji <snneji@vmware.com>

* Update docs/eventing/sources/rabbitmq-source/README.md

Co-authored-by: Samia Nneji <snneji@vmware.com>

* Update docs/eventing/sources/rabbitmq-source/README.md

Co-authored-by: Samia Nneji <snneji@vmware.com>

* fixed pr comments

* Update docs/eventing/broker/rabbitmq-broker/README.md

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

* Update docs/eventing/sources/rabbitmq-source/README.md

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

* Update docs/eventing/sources/rabbitmq-source/README.md

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

* removed duplicated sections + created snippet for service section + removed external cluster docs and pointed to the right pages that explain so

* added whitespace in prereqs

* removed trailing whitespace

* Update docs/eventing/broker/rabbitmq-broker/README.md

* Update docs/eventing/broker/rabbitmq-broker/README.md

* Update docs/eventing/broker/rabbitmq-broker/README.md

* Update docs/eventing/broker/rabbitmq-broker/README.md

* Update docs/eventing/broker/rabbitmq-broker/README.md

Co-authored-by: Samia Nneji <snneji@vmware.com>
Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>
2022-08-02 18:27:23 +00:00
Ashleigh Brennan 2c8f9e3af6
Create Concepts section (#5155)
* Create Concepts section

* add redirect

* remove broken links

* remove broken links

* add new tab to links

* add new tab to links
2022-07-29 15:51:41 +00:00
Ashleigh Brennan bbf9d6d7b4
Knative Serving docs cleanup (#5120)
* Knative Serving docs cleanup

* remove fluff, editing of content

* remove fluff, editing for traffic splitting tutorial
2022-07-20 18:01:01 +00:00
Ashleigh Brennan aa99afea2c
General cleanup of sample and ref docs (#5117)
* General cleanup of sample and ref docs

* move reference docs

* fix nav and links

* update redirects

* fix comment

* added Paul's script updates, updating ext versions
2022-07-20 15:00:01 +00:00
Vincent ba5b5eca6b
Add the link to the Knative Operator CLI plugin (#5109) 2022-07-18 14:27:59 +00:00
Ashleigh Brennan 9d64fcbe6a
Clean up CLI and eventing docs (#5070)
* Cleanup docs, snippets, and sections

* peer review updates
2022-07-08 14:18:08 +00:00
Ashleigh Brennan 73ab7c4658
Renamed Community docs section to Contributing, added func contrib docs (#5049)
* Renamed Community docs section to Contributing

* add redirects

* add func contribution docs
2022-06-22 23:17:23 +00:00
Ali Ok 42fd74d11a
Get rid of refs to old KafkaChannels (#5009) 2022-06-22 18:01:23 +00:00
Ashleigh Brennan 719180d180
Remove duplicate getting started, tidy up info (#5018) 2022-06-09 18:41:24 +00:00
Ashleigh Brennan 83b38c42ca
Fix values and general cleanup (#4980)
* fix values and general cleanup

* fix whitespace

* fix bullets
2022-05-31 17:02:37 +00:00
Sameer Vohra e58f571f9b
Update Sugar Controller docs (#4925)
* Fixes #4896 Update Sugar Controller docs

- Update existing Sugar Controller page to reference LabelSelector Changes
- Add Configuration page for "config-sugar" ConfigMap

* Apply suggestions from code review

- fix code block identation
- remove incorrect comments in example config-sugar
- clarify default wording to be more clear

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

* Update config/nav.yml with Sugar Config entry

* update sugar/README with more practical example

* Update sugar

- fix code block rendering

Co-authored-by: Carlos Santana <csantana23@gmail.com>
2022-04-21 00:21:30 +00:00
Paul Schweigert e6059234e7
Adds security page to site (#4807)
* adds security page to site

Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>

* remove whitespace

Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
2022-03-04 13:08:37 -08:00
Gabriel Freites 65e1019266
reverted logo to preserve trademark + added redirect for case studies home while it's ready (#4800) 2022-03-02 12:11:45 -08:00
Carlos Santana a3e3eebe70
update blog menu and files (#4783)
* update blog menu and files

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

* addressed review comments

Signed-off-by: Carlos Santana <csantana23@gmail.com>
2022-02-25 02:37:42 -08:00
Gabriel Freites ab640e1a88
Testimonials page (#4781)
* added first images and the skeleton for the testimonials page

* finished testimonials

* finishing some style details

* fixed testimonial quote author font weight

* added find links

* fixed pr checks

* renamed to testimonials + changed the url and fixed references

* new about sidebar and sections
2022-02-23 13:52:37 -08:00
Samia Nneji 82d103e995
Clarifications and style edits for the tutorial (#4741)
* Edit tutorial

* Add explanations for first-trigger.md

* Minor edits

* More edits to quickstart tutorial

* Edit wording

* Clarify minikube tunnel step

* lint
2022-02-15 13:15:00 -08:00
Samia Nneji 7d94819226
Add quickstart to install guide (#4721)
* Add quickstart to install guide

* Apply feedback
2022-02-09 08:52:42 -08:00
Matthias Wessendorf 57231f3c5a
Rewording the bits for the knative Kafka broker (#4687)
* 💄 Rewording the bits for the knative Kafka broker

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

* Update docs/eventing/broker/kafka-broker/README.md

Co-authored-by: Samia Nneji <snneji@vmware.com>

Co-authored-by: Samia Nneji <snneji@vmware.com>
2022-02-08 09:30:16 -08:00
Samia Nneji 39afe419f7
Edit Clean up page in tutorial (#4697)
* Edit clean up page

* Tweak introduction

* Add minikube output

* Hide next on clean up page

* Edit link
2022-02-07 06:34:53 -08:00
Samia Nneji cb6162a906
Reorganise the install guide (#4690)
* reorganise install

* Use imperative to improve consistency

* Add advanced install section

* Remove ambassador

* Update docs/serving/using-auto-tls.md

Co-authored-by: Paul Schweigert <paulschw@us.ibm.com>

* Update docs/serving/using-auto-tls.md

Co-authored-by: Paul Schweigert <paulschw@us.ibm.com>

* Update Istio to 1.12

* Remove duplicate  folders

* Update links

Co-authored-by: Paul Schweigert <paulschw@us.ibm.com>
2022-02-04 09:29:21 -08:00
Samia Nneji f25c7cc281
Clarify purpose of getting started (#4688)
* Clarify purpose of getting started

* Tweaks

* Fix links

* Update link

* Update docs/getting-started/quickstart-install.md

Co-authored-by: Paul Schweigert <paulschw@us.ibm.com>

* Update docs/getting-started/README.md

Co-authored-by: Paul Schweigert <paulschw@us.ibm.com>

* Clean up quickstart install page

* fix title

Co-authored-by: Paul Schweigert <paulschw@us.ibm.com>
2022-02-03 19:00:21 -08:00