Commit Graph

2459 Commits

Author SHA1 Message Date
Markus Thömmes 3f11a3b1d5
Fix syntax error that causes some CSS to not apply (#3635) 2021-05-25 05:13:38 -07:00
Markus Thömmes 8e054aa73f
Be a bit more subtle with the gradient's colors (#3636) 2021-05-25 04:06:38 -07:00
Omer B 70ee0fcbe1
Fix 3654 bug fixes (#3661)
* fixes #3654

Fix #3654 and add "Knative Sandbox" language based on user feedback

* Update first-service.md

* Update docs/getting-started/first-service.md

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

* can -> will

* more fixes

* hot-fix for formatting

Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>
2021-05-25 03:56:38 -07:00
Omer B da50976fec
fixes #3656 (#3657)
* fixes #3656

* add latest correctly, route still doesn't work though
2021-05-24 21:29:37 -07:00
Kevin Marquardsen 3c91a42bb0
correct link to knfun sample (#3651) 2021-05-24 17:49:37 -07:00
Omer B 9080f8b469
fixes #3654 (#3655)
* fixes #3654

Fix #3654 and add "Knative Sandbox" language based on user feedback

* Update first-service.md

* Update docs/getting-started/first-service.md

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

* can -> will

* more fixes

Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>
2021-05-24 17:35:37 -07:00
Carlos Santana 41d271e187
handle old versions with redirects (#3628)
* handle old versions with redirects

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

* skip building the files for redirect take effect

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

* trailing whitespace

Signed-off-by: Carlos Santana <csantana23@gmail.com>
2021-05-21 04:51:18 -07:00
Julian Friedman a19b8604bf
One plugin section to rule them all (fixes search) (#3645) 2021-05-20 15:34:17 -07:00
Ville Aikas 57fb9e4a5a
plural vs a (#3632) 2021-05-20 12:21:24 -07:00
Ville Aikas 49a3450e7d
fix the broken link (#3631) 2021-05-20 12:21:17 -07:00
Kevin Marquardsen 1715243380
correct link to point to latest appender example (#3639) 2021-05-20 11:53:17 -07:00
knative-automation 482d911248
Update community files (#3626)
Signed-off-by: Knative Automation <automation@knative.team>
2021-05-20 09:35:17 -07:00
Markus Thömmes 064d712ad7
Even out the margins and paddings on the homepage (#3637)
* Even out the margins and paddings on the homepage

* Remove more special casing

* Align footer as well
2021-05-20 06:59:17 -07:00
Carlos Santana 7cd941463e
make default version development for now (#3625)
Signed-off-by: Carlos Santana <csantana23@gmail.com>
2021-05-19 15:28:16 -07:00
Ashleigh Brennan d88e2fa0e5
Updates for admin guide, misc (#3601)
* Updates

* Create admin guide: mkdocs

* removed duplicate, update yml

* fix buttons, yml

* new naming, other updates

* buttons

* fixed nav

* change index to readme

* improve upgrade docs

* mkdocs-awesome-pages-plugin>=2.5 for build

* add redirects to yml

* redirects, moved metrics

* update yml, clean up metrics docs

* cleanup

* redirects plugin

* min version plugin

* Fixing formatting on version check

* Adding content blocks

Co-authored-by: Omer B <obensaadon@vmware.com>
2021-05-19 15:18:16 -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
Carlos Santana b6f2646c50
add pything dep mkdocs-awesome-pages-plugin (#3611)
Signed-off-by: Carlos Santana <csantana23@gmail.com>
2021-05-19 06:10:16 -07:00
Omer B 27c9d1a6c7
Sanity Check Install Content (#3584)
* Added awesome-pages plugin support, made sure all /install pages are present in nav

* more nav cleanup

* fixing all broken links and any index.md related to install

* Update docs/install/README.md

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

* Update docs/install/install-eventing-with-yaml.md

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

* Removing README.md

Going to test if this still works in Netlify preview

* Adding READMEs back

Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>
2021-05-18 07:40:15 -07:00
Ashleigh Brennan d7a525badc
Suggestions for getting started (#3578)
* Suggestions for getting started

* tweaks

* fix notes

* Update mkdocs.yml

remove whitespace

* Update install-serving-eventing.md

Fixing admonitions formatting

Co-authored-by: Omer B <obensaadon@vmware.com>
2021-05-18 07:17:15 -07:00
Carlos Santana 25abbf58bf
Mkdocs netlify (#3592)
* add netlify config

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

* trying python 3.8

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

* try deploy preview

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

* EOL netlify toml

Signed-off-by: Carlos Santana <csantana23@gmail.com>
2021-05-17 16:39:24 -07:00
Carlos Santana dc908c942e
add correct bin PATH for postcss (#3589)
Signed-off-by: Carlos Santana <csantana23@gmail.com>
2021-05-17 14:00:25 -07:00
Julian Friedman ca829a5ac5
Add branch-based versioning (#3580)
* Branch-based versioning

* Tidy, add version warning

* Use shallow clones

* use npx

* Tidy, optimise

* update branches

* Looks like we need this bit of processresourcefiles.sh

* Use array instead of function

* Allow specifying community repo commit/branch

* Allow overriding repos

* Document prereqs

* Add explicit path for hugo build

* Relative latest version url
2021-05-17 11:15:39 -07:00
Julian Friedman db9e4a4d3e
Enable workflows for mkdocs branch (#3582) 2021-05-17 06:04:24 -07:00
Gabriel Freites 234a6a90b7
feat: added home and navigation menu changes (#3571) 2021-05-13 05:34:48 -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
Julian Friedman 75769d86a7
Regenerate the client nav (#3566)
Co-authored-by: Carlos Santana <csantana23@gmail.com>
2021-05-12 17:00:48 -07:00
Julian Friedman 67fda06b05
Build blog and community with hugo (#3558)
* Build blog and community with hugo

* Use http-server instead of serve

* Add package.json and ignore temp
2021-05-12 14:05: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
Fabian Leonardo Lopez Bernal d6e12b982d
background gradient animation for homepage banner (#3556)
Signed-off-by: Fabian Lopez <lfabian@vmware.com>
2021-05-12 04:41:47 -07:00
Julian Friedman 61b8c3f91e
Move mkdocs work over from julz/mkdocs branch (#3551)
* initial move over

* Fix up index page names

* Add version variables

* Escape macro syntax

* Automatic fixups with mkhugo

* Drop no-longer-needed excludes

* Rename more _index files

* Move broker-configmaps.md a README.md

avoids a directory with no index/readme

* Autogenerate Eventing nav

* Fix markdown

* Update Serving nav

* Add h1 headers

Makes things look nicer in github, and makes search work more accurately
in mkdocs

* Unexclude all samples

* Correct client link

* Fix gitignore, skip hugo tests
2021-05-11 05:58:46 -07:00
Daniel Grist 9ef47abba0
setting a custom resource as sink doc (#3502)
* First pass to setting resource as sink

* Adding more clarity on example
2021-05-03 09:51:58 -07:00
Ashleigh Brennan f7b75e373d
Updated pingsource docs, collated info (#3509)
* Updated pingsource docs, collated info

* updated commands

* updated from SME review to remove serving

* update service name

* Update docs/eventing/sources/ping-source/index.md

* Update docs/eventing/sources/ping-source/index.md

* Update docs/eventing/sources/ping-source/index.md
2021-05-03 09:39:59 -07:00
Ashleigh Brennan 57e90c5724
minor change to fix command (#3519) 2021-05-03 08:57:58 -07:00
Christian Haynes 2a2283ceb5
updated to hyper v0.14.7 and rust v1.51.0 (#3511) 2021-04-30 17:10:56 -07:00
Ashleigh Brennan 354f47dbee
Improve upgrade docs (#3515)
* Improve upgrade docs

* clean up docs order, prereqs

* minor typo

* Update docs/upgrade/upgrade-installation-with-operator.md

* Update docs/upgrade/upgrade-installation-with-operator.md

* Update docs/upgrade/upgrade-installation-with-operator.md
2021-04-30 16:36:56 -07:00
Peter Mbanugo b39d59a289
fixes #3462: update doc for setting up custom domain per service (#3497)
* update doc for setting up custom domain per service

* set alias for removed custom-domain-per-servuice-doc

* Update docs/serving/creating-domain-mappings.md

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

Co-authored-by: Evan Anderson <evan.k.anderson@gmail.com>
2021-04-28 15:13:54 -07:00
Brian McClain 59310e1f67
Add the GitHub Issue Comment source to the list of event sources (#3503) 2021-04-27 16:10:53 -07:00
Ashleigh Brennan ed1a09af5a
Minor updates to improve docs (#3504)
* Minor updates to improve docs

* removed duplicate eventing getting started bit

* moved sequence example to main flows -> sequence section

* add redirects
2021-04-27 13:04:53 -07:00
Ville Aikas f166c16ead
Fix issue 3489 (update docs after tools move from eventing-contrib repo to eventing repo) (#3492)
* checkpoint if I get the seds wrong

* remove cruft

* moar

* that should be it
2021-04-27 12:37:53 -07:00
knative-automation f304f2daa4
upgrade to latest dependencies (#3498)
bumping knative.dev/hack b6ab329...88c69cd:
  > 88c69cd Add debug info for release.sh to investigate https://knative.slack.com/archives/CA1DTGZ2N/p1619160369065000 (# 66)
  > b5f6e25 Update OWNERS_ALIASES to match autogen in community (# 62)

Signed-off-by: Knative Automation <automation@knative.team>
2021-04-27 11:22:53 -07:00
Ashleigh Brennan 90c985f934
Add kn config file docs and section for plugins (#3495)
* Add kn config file docs and section for plugins

* updates from SME feedback

* Update docs/client/configure-kn.md

Co-authored-by: Roland Huß <rhuss@redhat.com>

* Update docs/client/configure-kn.md

Co-authored-by: Roland Huß <rhuss@redhat.com>

* Update docs/client/configure-kn.md

Co-authored-by: Roland Huß <rhuss@redhat.com>

* Update docs/client/configure-kn.md

Co-authored-by: Roland Huß <rhuss@redhat.com>
2021-04-27 07:01:53 -07:00
RichieEscarez 3af9db6781
Consolidate all "docs" help info into single location (#3437)
* consolidate docs how-to guides

* fix template linking

* consolidate and organize

* update links

* fix link

* fix typos

and
offensive term

* Update help/contributor/how-to/formatting.md

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

* Update help/contributor/how-to/formatting.md

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

* Update help/contributor/gettingstarted.md

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

* Update help/faqs.md

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

* Update help/contributor/publishing.md

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

* Update help/contributor/publishing.md

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

* recover review comments

* typo

Co-authored-by: Samia Nneji <snneji@vmware.com>
2021-04-26 10:57:40 -07:00
Evan Anderson e3170d4c4a
Add information on sharing logs to local disk (#3028)
* Add sample logging configuration using fluentbit as collector and forwarder.

Signed-off-by: Evan Anderson <evan.k.anderson@gmail.com>

* Update with mpetason feedback

* Fix yaml whitespace

* Capitalize Namespace

* Checkpoint local shared-disk log collection

* Remove yaml

* Fix mpetason@ and csantanapr@ comments
2021-04-23 13:52:39 -07:00
Carlos Santana 60ad08c958
blog post for knative release 0.22 (#3486)
* blog post for knative release 0.22

* add comment on original notes location

* adress review comments

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

* more review changes

Signed-off-by: Carlos Santana <csantana23@gmail.com>
2021-04-23 07:06:38 -07:00
Matthias Wessendorf 1521045992
Updating the docs for tls.enabled (#3493)
* Updating the docs for tls.enabled

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

* Update docs/eventing/samples/kafka/channel/index.md

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

Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>
2021-04-22 12:09:37 -07:00
Ashleigh Brennan cc2928d423
Follow up comments on broker docs (#3494) 2021-04-22 11:55:38 -07:00
Ashleigh Brennan a42d0691bf
Second round of broker doc updates (#3483)
* Second round of broker doc updates

* added commands to create broker

* added kubectl verification step

* tweaks

* updates from Scott's review

* remove trailing whitespace
2021-04-21 15:22:37 -07:00
Omer B 8ed8b72aa8
Update knative-offerings.md (#3468)
* Update knative-offerings.md

Add CNR for Tanzu

* Update knative-offerings.md (#3491)

Ashleigh's updates
2021-04-21 15:16:38 -07:00
Stavros Kontopoulos f52aea6b3c
Add metrics api docs (#3478)
* add metrics apid docs

* remove whitespace

* add notes

* separate to admin-dev

* fix eventing
2021-04-21 11:04:37 -07:00