Commit Graph

2308 Commits

Author SHA1 Message Date
Samia Nneji 06e26250f1
Add .md file extension to internal links in docs/serving/ (#4123)
* Add md file extension to serving docs

* Fix another link:

* Fix another link

* Deleted section with a link to deleted page
2021-08-25 03:32:25 -07:00
Samia Nneji 85f7b39aa9
Fix broken formatting (#4121) 2021-08-25 03:11:25 -07:00
Samia Nneji 55213c0b5f
Fix typo (#4130) 2021-08-25 02:52:25 -07:00
Julian Friedman 4f92309ffa
Update version warning banner for new release (#4153)
* Update version warning banner for new release

We've been live for a full release now with the new site. Time to take
the warnings about being new off!

Also fixed up the colours and text for the warning shown on old docs
version, and added an emoji because emojis are cool.

* Drop border
2021-08-24 13:23:25 -07:00
RichardJJG 0fbf050d5d
Add link styling rules (#4155)
* Add link styling rules

* Update docs/help/contributor/style-guide/style-and-formatting.md

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

* Moved rule further up

Co-authored-by: Samia Nneji <snneji@vmware.com>
2021-08-24 06:11:24 -07:00
Carlos Santana 6f7060b74f
add v0.25 mkdocs, remove v0.21 hugo (#4151)
* add v0.25 mkdocs, remove v0.21 hugo

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

* remove v0.21 hugo archived

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

* add -L for curl to catch errors when missing variabled in url path

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

* fix release branch for old mkdocs version 0.24

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

* fix message for serve

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

* adding back archive v0.21 to make PR clear

Signed-off-by: Carlos Santana <csantana23@gmail.com>
2021-08-24 01:16:23 -07:00
RichardJJG 65b1671247
Added definition list formatting rule (#4144)
* Added definition list formatting rule

* Add example
2021-08-20 06:30:06 -07:00
reoring e645da059c
Fixed a example of imagePullSecrets (#4143) 2021-08-20 04:28:05 -07:00
knative-automation 0987ff7a4b
Update community files (#4142)
Signed-off-by: Knative Automation <automation@knative.team>
2021-08-19 22:51:05 -07:00
Ashleigh Brennan 17287855bb
#4124: fix link (#4125)
* #4124: fix link

* remove readme
2021-08-19 09:40:06 -07:00
RichardJJG 6e498d706d
Add Knative GitHub repo rule to W&P List (#4137) 2021-08-19 09:14:05 -07:00
knative-automation f868dbb516
upgrade to latest dependencies (#4127)
bumping knative.dev/hack e28525d...815cd31:
  > 815cd31 Stop performing pre-releases (# 77)

Signed-off-by: Knative Automation <automation@knative.team>
2021-08-19 03:22:04 -07:00
Samia Nneji f3ee88ef0a
Define the admonition boxes we use (#4122) 2021-08-18 06:57:08 -07:00
Samia Nneji 978c926265
Updating the last few commands to remove EOF (#4083)
* Updating the last few commands

* Fix some formatting issues

* Tweak YAML file to match the docs

* Fix failing test

* Apply suggestions from code review

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

* Replace curly braces

* Fix formatting

* Formatting and other tweaks

* capitalise YAML

Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>
2021-08-18 06:48:08 -07:00
Fabian Leonardo Lopez Bernal a0bdedc4f3
add docs for byo certificate via domainmapping (#4104)
* add docs for byo certificate via domainmapping

Signed-off-by: Fabian Lopez <lfabian@vmware.com>

* fix trailing spaces

Signed-off-by: Fabian Lopez <lfabian@vmware.com>

* fix verification typo

Signed-off-by: Fabian Lopez <lfabian@vmware.com>

* fix nits

Signed-off-by: Fabian Lopez <lfabian@vmware.com>

* address documentation feedback

Signed-off-by: Fabian Lopez <lfabian@vmware.com>
2021-08-18 05:20:09 -07:00
jinxin-fu d5c7877855
bug fix according to https://github.com/open-telemetry/opentelemetry-collector/issues/3845. (#4120)
fix error:
'service.extensions[0]' expected type 'string', got unconvertible type 'map[string]interface {}', value: 'map[health_check: pprof: zpages:]'
2021-08-17 20:28:08 -07:00
Ashleigh Brennan f95fdef486
Remove outdated YAML for Hugo (#4114) 2021-08-16 12:28:55 -07:00
RichardJJG 7ee18955f1
Replace erroneous instances of above and below (#4106)
* Remove accidental changes to archived file

* Update docs/developer/eventing/sources/creating-event-sources/writing-event-source/04-reconciler.md

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

* Update docs/developer/eventing/sources/creating-event-sources/writing-event-source/04-reconciler.md

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

* Apply suggestions from code review

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

* Update docs/eventing/flows/sequence/sequence-reply-to-sequence/README.md

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

* Deleted redundant lines per Samia's suggestion

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

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

Co-authored-by: Samia Nneji <snneji@vmware.com>
2021-08-12 11:51:35 -07:00
Gunjan Vyas d1dff0aefb
Ways to connect to cluster using kn (#4095)
* Updating client connection doc

* Edited the config text format

* Update docs/client/README.md

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

* Updating kn client doc for more ways of connection to the cluster

* Only keeping kubeconfig info for kn CLI

* Update docs/client/README.md

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

* Update docs/client/README.md

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

* Update docs/client/README.md

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

Co-authored-by: Samia Nneji <snneji@vmware.com>
2021-08-12 10:04:35 -07:00
RichardJJG 135f2fde50
Add references to upating nav menu (#4107)
* Add references to upating nav menu

* Change reference to our docs repo

* Improve contributing guide link
2021-08-12 09:51:35 -07:00
knative-automation 7444e9977b
Update community files (#4109)
Signed-off-by: Knative Automation <automation@knative.team>
2021-08-12 07:52:35 -07:00
Paul Schweigert 4ea7c79db7
Complete instructions for installing kn binary (#4096)
* complete instructions for installing kn binary

* linting

* style standards and formatting

* trailing whitespace

* generic path-to-binary
2021-08-10 03:21:13 -07:00
Roland Huß 1b74ec3eb5
Fixe the value of the Kafka broker class to `Kafka` (#4090)
@matzew it's only "Kafka" without a broker suffix, right? (which is a bit confusing as the other class that I know (`MTChannelBasedBroker`) uses a different scheme (e.g. should then be `KafkaBasedBroker`). Btw would have preferred just an `MTChannel` as the broker class as the `BasedBroker` is really superfluous and redundant. (cc: @lionelvillard )
2021-08-09 08:58:12 -07:00
Abirdcfly 17cdee403d
Update knative-with-operators.md (#4091) 2021-08-09 07:06:12 -07:00
Jeff 38c5d01a67
Updates Broken Link in Event Registry Documentation (#4094)
* Updates Broken Link in Event Registry Documentation

* Removes `docs` and `README.md` from link
2021-08-09 05:55:11 -07:00
Senthilnathan M 0695650e9e
Fixed case of cloudDNS (#4099) 2021-08-09 04:20:11 -07:00
Senthilnathan M 6614ead7e5
Fixed a minor typo. (#4098) 2021-08-09 04:10:11 -07:00
Ashleigh Brennan 1b25cf85de
General eventing and kafka updates (#4028)
* General eventing and kafka updates

* additional cleanup

* fix indentation

* additional cleanup

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* cleanup rebase

* PR comments

* remove broker fluff, remove old strimzi docs

* fix link

Co-authored-by: Samia Nneji <snneji@vmware.com>
2021-08-05 06:37:53 -07:00
knative-automation 85ef1c3619
Update actions (#4100)
Signed-off-by: Knative Automation <automation@knative.team>
2021-08-04 23:50:53 -07:00
Ashleigh Brennan d093a38d22
3703: feature flag docs updates (#4070)
* 3703: feature flag docs updates

* peer review changes
2021-08-02 15:19:47 -07:00
Samia Nneji b6b5529936
Avoid above and below (#4086)
* Add rule to avoid using "above" and "below"

* Update rule
2021-08-02 13:49:47 -07:00
nealhu 6578a6cb45
Add docs about the new priority class name feature flag (#4084)
* Add docs about the new kubernetes.podspec-priorityclassname feature flag for enabling priorityClassName in podSpec
2021-07-30 09:00:31 -07:00
Gunjan Vyas 06dc8903ea
Updating knative client connection doc (#4075)
* Updating client connection doc

* Edited the config text format

* Update docs/client/README.md

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

Co-authored-by: Samia Nneji <snneji@vmware.com>
2021-07-30 05:01:32 -07:00
Samia Nneji 5df72e09b6
Update command style in serving and admin directories (#3904)
* Update command style in serving and admin directories

* Heading --> sentence case

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

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

* Update docs/admin/eventing/broker-configuration.md

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

* change --filename to -f

Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>
2021-07-29 12:27:56 -07:00
Samia Nneji 676ff681a9
Add output for verification step (#4056)
* Add output for verification step

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

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

* Small tweaks

* Small tweaks

* Fix typo

Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>
2021-07-29 12:19:04 -07:00
Samia Nneji ee9f2d74c8
Update command style pt2 eventing and developer directories (#4045)
* Modify commands

* Fix formatting

* Add missing second step

* Undo delete file

* Undo typo

* Replace accidentally deleted file

* Add missing step

* A few tweaks

* Replace file

* Undo incorrect conflict fixes

* Modify commands

* change --filename to -f

* Attempt to fix whitespace

* Attempt to fix whitespace

* Attempt to fix whitespace

* Update docs/developer/eventing/sinks/kafka-sink.md

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

Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>
2021-07-29 12:18:57 -07:00
Samia Nneji 08de96c7da
Update docs repo README for MkDocs (#4049)
* Update REAME for MkDocs

* Update README.md

Co-authored-by: RichardJJG <rijohnson@vmware.com>

* Update README.md

Co-authored-by: RichardJJG <rijohnson@vmware.com>

* tweak link

Co-authored-by: RichardJJG <rijohnson@vmware.com>
2021-07-29 09:07:57 -07:00
RichardJJG 7bc20cbec6
Add 'may' and 'since' rules (#4076)
* Add 'may' and 'since' rules

* Add 'can'
2021-07-29 04:41:56 -07:00
Samia Nneji e38b011761
Fix broken links (#4054)
* Fix broken links

* Update docs/serving/knative-kubernetes-services.md

Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>
2021-07-28 08:28:16 -07:00
Aleksander Slominski 7ef77f8c1f
Fix yaml formatting (#4063) 2021-07-28 08:26:17 -07:00
Stavros Kontopoulos 880e33b087
Add emptydir extension (#4064)
* emptydir

* fix
2021-07-28 08:22:16 -07:00
Samia Nneji c7d5e9f656
Update style guide (#4055) 2021-07-27 07:51:51 -07:00
Vincent e373746727
Describe the operator as in beta phase (#4061)
* Describe the operator as in beta phase

* Use a neat way
2021-07-27 02:59:50 -07:00
knative-automation ebee6e14db
Update community files (#4057)
Signed-off-by: Knative Automation <automation@knative.team>
2021-07-26 08:51:16 -07:00
Paul Schweigert 4771c4e8e4
fixing broken links (#4014)
* fixing broken links

* updating link to help docs

* capitalizing README in link

* updates from review
2021-07-26 06:59:16 -07:00
Ashleigh Brennan 4c38a5eea4
#4017: Editing for Kafka ResetOffset example (#4019)
* #4017: Editing for Kafka ResetOffset example

* remove comment

* Update docs/eventing/samples/kafka/resetoffset/README.md

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

* Update docs/eventing/samples/kafka/resetoffset/README.md

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

* Update docs/eventing/samples/kafka/resetoffset/README.md

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

* Update docs/eventing/samples/kafka/resetoffset/README.md

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

* Update docs/eventing/samples/kafka/resetoffset/README.md

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

* Update docs/eventing/samples/kafka/resetoffset/README.md

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

Co-authored-by: Samia Nneji <snneji@vmware.com>
2021-07-23 04:07:44 -07:00
Ashleigh Brennan ba628b1a90
Fix feature flag doc formatting (#4036)
* Fix feature flag doc formatting

* peer review updates
2021-07-23 03:55:44 -07:00
RichardJJG 4a12addcfe
Removed errant ./ instances (#4044) 2021-07-22 07:54:03 -07:00
knative-automation 1710bcb3f0
Update community files (#4041)
Signed-off-by: Knative Automation <automation@knative.team>
2021-07-22 03:09:03 -07:00
RichardJJG 8b519d3f4a
Added rule and tidied up a bit (#4035)
* Added rule and tidied up a bit

* Update docs/help/contributor/style-guide/style-and-formatting.md

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

Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>
2021-07-21 07:56:39 -07:00