Commit Graph

2116 Commits

Author SHA1 Message Date
Julian Friedman b0e9fc5068
Revert changes to community (#3757) 2021-06-09 08:23:42 -07:00
Gabriel Freites 6e344baa2b
fix nav links and item css colors (#3759) 2021-06-09 07:17:42 -07:00
Julian Friedman 1622404278
Use absolute links for blog and community (#3758) 2021-06-09 06:17:42 -07:00
Gabriel Freites 1a78f8a970
Eventing sanity pt2 (#3750)
* fix bash no copy added to terminal output

* fix repeated phrase on receive adapter example md

* fix contributors broken link
2021-06-09 04:59:42 -07:00
Ashleigh Brennan cc72b24942
Code font size bug fix (#3754) 2021-06-08 14:42:41 -07:00
Carlos Santana 4eed18ac21
Issue 3624 blog v0.23 (#3725)
* add base blog v0.23

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

* add blog release for v0.23

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

* add comment on rabbit release notes link

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

* dealing with my OCD to be consistent on the v in version

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

* fix typo container instead of pod

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

* using version number style

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

* address comments in review

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

* address review comments on removing "Version" when using vx.y.z format

Signed-off-by: Carlos Santana <csantana23@gmail.com>
2021-06-08 13:00:41 -07:00
Omer B 53b4c2c6b7
fix typo (#3751) 2021-06-08 09:49:42 -07:00
Omer B 5e56c88e45
Issue 3642 finishing up eventing sanity check (#3743)
* Update mkdocs.yml

* Update mkdocs.yml

* Update mkdocs.yml

* bringing back the purple

* Revert "bringing back the purple"

This reverts commit a6af055288.

* Removing reference to GKE-specific docs

* bash, resolving redirect warning for help

* replace all shells with bash across the entire project

* style guide conformance

* index -> readme

* serving link fixes while I'm at it

* fix serving links and redirects

* lint
2021-06-08 05:53:41 -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
Julian Friedman ec256735a7
Temporarily remove kong from install guide (#3745)
The e2e tests haven't been passing for a little while and we want to
ensure users will have a good time using this Ingress with Knative before
listing it in the install guide.
2021-06-08 05:03:41 -07:00
Julian Friedman b944e4ce21
Drop unneccesary important specifiers (#3742) 2021-06-07 12:13:48 -07:00
NovaHe 76e8f4e11a
fix eventing/samples/helloworld-python (#3682)
* fix helloworld-python

add note and annotations

fix link (#3679)

* fix helloworld-python (#3679)
2021-06-07 09:28:48 -07:00
eric-sap d1905300bd
Removed references to consolidated-channel-specific secrets (#3729)
* Updated samples/kafka/channel with configmap information

* Removed references to old-style consolidated channel secret format
2021-06-07 08:29:48 -07:00
Zhimin Xiang 902ec966f9
Add a note about the visibility expansion of DomainMapping (#3720)
* add note to domain mapping

* Update docs/developer/serving/services/custom-domains.md

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

* fix the incorrect link

Co-authored-by: Samia Nneji <snneji@vmware.com>
2021-06-07 07:54:48 -07:00
Ville Aikas 6ffe869869
Fix v1beta1->v1 docs (#3744) 2021-06-07 07:14:49 -07:00
Ashleigh Brennan 7f657c8b1c
3710: Moved serving and eventing metrics to admin guide (#3735) 2021-06-07 06:22:49 -07:00
Omer B 4da3fd9582
(Fixes #3643, Partial fix for #3641) Serving Sanity Check, broken links (#3728)
* Update mkdocs.yml

* Update mkdocs.yml

* Update mkdocs.yml

* bringing back the purple

* Revert "bringing back the purple"

This reverts commit a6af055288.

* Removing Modifying the Deployment Config Map to Dev Guide

* fix broken link in istio-authorization.md

* auto-tls, remove reference to page that doesn't exist, fix link

* index.md -> README

* fix developer topics dropdown, fix subroutes broken link

* last link fix

* Update README.md

* fixing error

* shell -> bash, the odds this fixes the error are 0

* more fix

* Update Dockerfile

* Update README.md

* Update docs/serving/samples/hello-world/helloworld-java-spring/README.md

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

* last links to fix

* Update docs/serving/autoscaling/autoscaling-concepts.md

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

* Update docs/serving/samples/hello-world/helloworld-java-spring/README.md

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

* Update docs/serving/samples/hello-world/helloworld-java-spring/README.md

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

* Update docs/serving/samples/hello-world/helloworld-java-spring/README.md

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

* Update docs/serving/samples/hello-world/helloworld-java-spring/README.md

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

* small fixes

* Update docs/serving/samples/hello-world/helloworld-java-spring/README.md

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

* load balancer

* last Ashleigh change

* Update docs/serving/samples/hello-world/helloworld-java-spring/README.md

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

* stashed changes

* fixing mkdocs.yml

Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>
2021-06-07 06:05:48 -07:00
Omer B bbc3c6bc58
Adding Knative Style Guide, adding barebones help section (#3702)
* Update mkdocs.yml

* Update mkdocs.yml

* Update mkdocs.yml

* Adding help section

* link fix

* index.md -> README, redirect /help -> docs/help

* removing tab for Contributing

* moving community into docs just to see what happens

* moving it back because I came to my sense

* copying in existing style guide from website

* Removing Google Style guide since none of the current main docs contributors are from Google

* Moved existing Style Guide Braindump into MkDocs format

* moved Knative Style Guide

* lint

* adding guidance for K8s YAML

* small nit fix

* removing "just commit whatever" vibes

* Update docs/help/contributor/style-guide/README.md

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

* add README for snippets

* bringing back the purple

* Revert "bringing back the purple"

This reverts commit a6af055288.

* addressing feedback for API Objects

* Adding content reuse README

* pushing "run" fixes

* Update documenting-code.md

* Update docs/help/contributor/style-guide/documenting-code.md

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

* Update docs/help/contributor/style-guide/documenting-code.md

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

* Update docs/help/contributor/style-guide/documenting-code.md

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

* make the style guide adhere to the style guide lol

* Update documenting-code.md

* Update documenting-code.md

* adding bit about bash for CLI commands

Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>
2021-06-07 05:54:48 -07:00
Pratik Gholap 7cf915509b
fixing issue in safari css (#3740) 2021-06-07 05:44:48 -07:00
Pratik Gholap 713d98a36f
Fontsizing for tables, code tags fixing issue (#3694) (#3739)
* Text sizing for notes, tables, warnings for normal display

* Text sizing for notes, tables, warnings for normal display
2021-06-07 05:33:48 -07:00
Gabriel Freites 10a2995452
fix the broken links found by blc tool (#3734) 2021-06-05 05:48:46 -07:00
Ashleigh Brennan 5bfd6db68d
Update installation docs and links (#3732) 2021-06-04 15:49:45 -07:00
Omer B 9a3ae29a84
(Fixes #3658) Fixes traffic split yaml (#3736)
* Update mkdocs.yml

* Update mkdocs.yml

* Update mkdocs.yml

* bringing back the purple

* Revert "bringing back the purple"

This reverts commit a6af055288.

* fix yaml
2021-06-04 15:22:45 -07:00
knative-automation 0a23431197
Update actions (#3700)
Signed-off-by: Knative Automation <automation@knative.team>
2021-06-04 14:41:45 -07:00
Ashleigh Brennan 7fcd22f69b
Remove GKE / GCP specific docs (#3731) 2021-06-04 14:02:45 -07:00
Ashleigh Brennan 9258df348b
3710: Move Deployment ConfigMap to admin guide (#3721) 2021-06-04 09:18:45 -07:00
Paul Schweigert 637602f8b2
adding docs for pod capabilities feature flat (see serving PR #11410) (#3666) 2021-06-04 08:51:45 -07:00
Julian Friedman b1e6349cbc
Fix active page highlight (#3730) 2021-06-04 08:07:45 -07:00
Ashleigh Brennan f21bd81918
Fixing broken links and general cleanup (#3722)
* Fixing broken links

* fixing up the python sample a bit

* cleanup golang sample

* fix links

* move kafka source

* fix links

* fix links
2021-06-04 07:53:45 -07:00
Francesco Guardiani 7da688bc18
Remove double quotes on enabled and disabled (#3714)
Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
2021-06-04 06:02:45 -07:00
Omer B 070ba9fce0
(Fixes #3719) Make installing kn into a re-usable snippet (#3718)
* install-kn snippet

* adding exclude and base_path

* fixing error

* fixing error again
2021-06-03 08:23:44 -07:00
Omer B 6a3db16ef8
Eventing getting started hot fix (#3716)
* eventing getting started hotfixes

* Update first-broker.md

* add YAML file for Trigger

* Update mkdocs.yml

* Update mkdocs.yml

* Update mkdocs.yml

* Some quick-fixes

* bringing back the purple

* Revert "bringing back the purple"

This reverts commit a6af055288.
2021-06-03 05:25:44 -07:00
Omer B 9a10239296
Bringing back the purple button (#3717)
* Update mkdocs.yml

* Update mkdocs.yml

* Update mkdocs.yml

* bringing back the purple

* Revert "bringing back the purple"

This reverts commit a6af055288.

* Revert "Revert "bringing back the purple""

This reverts commit 181ba3d26a.
2021-06-03 04:47:44 -07:00
Francesco Guardiani b40c7dff50
Added the experimental features page (#3676)
* Added the experimental features page

Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>

* Trailing whitespaces

Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>

* Added to the index

Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>

* suggestion by julz

Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>

* suggestion by ashleigh

Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>

* Reflected changes of https://github.com/knative/eventing/pull/5459

Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
2021-06-02 18:37:43 -07:00
joveli 607f1bf8ff
Fix compile error for Dockerfile (#3652)
Fix compile error on golang 1.12 .  It doesn't define the method "errors.Is" yet. The error message is  as follows. 
#golang.org/x/net/http2  
src/golang.org/x/net/http2/client_conn_pool.go:305:6: undefined: errors.Is
golang 1.13+ defined the method "errors.Is", It will pass the compile when using golang 1.13+ instead.
2021-06-02 18:27:44 -07:00
Samia Nneji b0a9d85e7d
Formatting fixes (#3698) 2021-06-02 16:17:50 -07:00
Julian Friedman 6c770d1282
Bump node dependencies (#3695)
* Bump node dependencies

* hopefully make netlify happier
2021-06-02 16:17:44 -07:00
knative-automation d41b8e63ed
upgrade to latest dependencies (#3707)
bumping knative.dev/hack 93ad912...de04b70:
  > de04b70 Do not print debug info when running release.sh (# 70)

Signed-off-by: Knative Automation <automation@knative.team>
2021-06-02 15:50:44 -07:00
Ashleigh Brennan 803cee142e
#3710: Move some serving topics to dev guide (#3712) 2021-06-02 15:32:44 -07:00
Ville Aikas 892ec334cd
add rabbitmq to list of brokers (#3677)
* add rabbitmq to list of brokers

* address pr feedback
2021-06-02 09:54:31 -07:00
eric-sap 4a0eb7e9a4
Update kafka channel samples with configmap changes (#3685)
* Updated samples/kafka/channel with configmap information

* formatting

* Updates from PR review

* Replaced **NOTE** with !!! note

* Spacing error

* Attempting to create properly numbered steps

* Still figuring out spacing

* Indented code blocks for numbered instructions

* Still with the spacing

* kubectl formatting

* call out shell code blocks explicitly

* Reorganizing to make the channel types higher in the hierarchy

* Note indentations

* Still more indentation problems

* Notes can't be indented?

* bullet lists
2021-06-02 09:43:30 -07:00
knative-automation cd7e4c1840
Update community files (#3699)
Signed-off-by: Knative Automation <automation@knative.team>
2021-06-02 09:32:30 -07:00
Julian Friedman 4e09c2d3d8
Fix sink markdown (#3709) 2021-06-02 07:50:30 -07:00
dongyingbo 2ede20b02e
fix out of data link to Gardener (#3693) 2021-06-01 21:26:30 -07:00
Julian Friedman 6ada1049ad
Randomise home page icon order (#3705) 2021-06-01 14:20:29 -07:00
knative-automation 783fd31106
Update community files (#3691)
Signed-off-by: Knative Automation <automation@knative.team>
2021-06-01 07:23:38 -07:00
Omer B 501107e5c4
hotfix for broken sinkbinding redirect (#3697)
* Update mkdocs.yml

* Update mkdocs.yml

* Update mkdocs.yml
2021-06-01 06:13:37 -07:00
Pratik Gholap 11e242703a
changed in CSS file and added style in img tag (#3689) 2021-06-01 04:54:37 -07:00
Samia Nneji aba1c06d0a
Sink binding docs (reopened PR) (#3669)
* Edit sinkbinding docs

* adding attributes, need to add runtime contract

* indent

* document the env vars

* try points:

* add contract:

* More edits to sinkbinding docs

* Fix trailing whitespace

* Update titles

* Remove old sinkbinding topic

* Add context

* Update docs/eventing/sources/sinkbinding/_index.md

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

* Update docs/eventing/sources/sinkbinding/_index.md

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

* Update docs/eventing/sources/sinkbinding/_index.md

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

* Apply feedback

* making mkdocs formatting changes, changing index to README.md

* Apply feedback pt 1

* Apply feedback pt 2

* Add feedback pt 3

* Modify instructions for setting inclusion mode

* Tweak

Co-authored-by: Scott Nichols <snichols@vmware.com>
Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>
Co-authored-by: Omer B <obensaadon@vmware.com>
2021-05-27 15:04:29 -07:00
Julian Friedman 64555de60d
Fix redirect to cope with query strings (#3683) 2021-05-27 14:54:29 -07:00