Commit Graph

2038 Commits

Author SHA1 Message Date
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
Kenjiro Nakayama 60e59d708e
Fix invalid link for autoscaling README (#3487) 2021-04-21 10:20:37 -07:00
Evan Anderson b09ccae46f
Add frontmatter to avoid rendering infrastructure description files (#3472) 2021-04-20 11:48:35 -07:00
knative-automation b088783f66
Update knative/community files (#3480)
Signed-off-by: Knative Automation <automation@knative.team>
2021-04-20 11:39:36 -07:00
Evan Anderson a94bb507e3
Fix extraneous ".md" link (#3482) 2021-04-20 11:28:36 -07:00
knative-automation cab3929db9
upgrade to latest dependencies (#3360)
bumping knative.dev/hack 9b73a25...b6ab329:
  > b6ab329 Add a comment to explain why we have a long wait_until_pods_running function (# 60)
  > 58edbdc [schema cli] correct arrays (# 58)
  > 97362eb go test flag should go first (# 54)
  > 57abacd Don't redirect STDERR to /dev/null when querying pods (# 55)

Signed-off-by: Knative Automation <automation@knative.team>
2021-04-20 07:42:36 -07:00
Kenjiro Nakayama 263bffd914
Simplify installation istio for Knative (#3466)
This patch changes Istio installation to use Istio's default profile.

Fix https://github.com/knative/docs/issues/3442
2021-04-19 19:14:35 -07:00
Julian Friedman 1002b9c1b0
Fix API doc generator to properly link to duck, networking (#3479)
* Update api doc config

Duck no longer lives in github.com/knative, and networking package has
been introduced. Also fill in a couple other packages to remove warnings
when run

* Regenerate api references
2021-04-19 15:08:00 -07:00
Kenjiro Nakayama 2021308442
Drop net-istio dependencies (#3465)
* Use istioctl install instead of net-istio's script

* Run hack/update-deps.sh
2021-04-19 10:44:00 -07:00
Evan Anderson 73e076f5b1
Move community files to index.md (#3471) 2021-04-19 09:31:07 -07:00
Evan Anderson ca68fa17b0
Move eventing samples to index.md (#3470) 2021-04-19 09:31:00 -07:00
Evan Anderson 4d6d81fbb7
Move serving docs to index.md (#3474) 2021-04-19 09:14:08 -07:00
Evan Anderson d69b11e947
Move eventing docs to index.md (#3473) 2021-04-19 09:14:01 -07:00
Evan Anderson 984409e034
Move remaining docs to index.md (#3475) 2021-04-19 09:04:01 -07:00
Evan Anderson db5cf74818
Move serving samples to index.md (#3469) 2021-04-19 09:02:00 -07:00
Ashleigh Brennan 0a12e134cc
Improving / reorg of broker docs (#3427)
* [WIP] Improving / reorg of broker docs

* removed fluff and duplicate info from eventing landing page, consolidated broker info

* moved triggers to broker section

* updates to intro from Scott's feedback

* more restructuring...

* new diagram

* cleanup

* per cluster and namespace class added

* cleanup

* updates from Scott's suggestions

* feedback from Richard

* Update configuring-brokers.md

Closes https://github.com/knative/docs/issues/3464

Co-authored-by: Omer B <obensaadon@vmware.com>
2021-04-16 09:53:09 -07:00
knative-automation 4b8027f0c6
Update knative/community files (#3395)
Signed-off-by: Knative Automation <automation@knative.team>
2021-04-15 17:17:03 -07:00
Ashleigh Brennan a4924d36ae
Updates to services docs (#3460)
* Updates to services docs

* updated with review feedback

* Evan's commit was removed, idk why, readding
2021-04-15 16:01:03 -07:00
Omer B befbfd0b5b
Update install-kn.md (#3454)
Fix homebrew
2021-04-15 09:36:03 -07:00
Ashleigh Brennan c0cf06e206
Cleanup apiserversource docs (#3404)
* [WIP] Cleanup apiserversource docs

* remove broken links, fix links

* fixed variable format and callouts

* readded kubectl create -f - <<EOF commands
2021-04-14 11:43:01 -07:00
Dawn Foster b4e20e146a
Blog post announcing the TOC election kick-off for 2021. (#3450)
* Blog post announcing the TOC election kick-off for 2021.

* removed some trailing whitespace to make the linter happy

* added link to Elekto and the election officer email address for questions

* incorporated suggestions from @vaikas about links and spacing. Also updated with the new date for voter exception requests.

* Update blog/steering/[BLOG]-toc-2021-election-announcement.md

Corrected info with new details from @jberkus about how Elekto handles eligibility and exceptions

Co-authored-by: Josh Berkus <josh@agliodbs.com>

Co-authored-by: Josh Berkus <josh@agliodbs.com>
2021-04-13 12:58:00 -07:00
Samia Nneji cf2ee4f2af
Add context to network layer install section (#3441)
* Add context to installing networking, initial draft

* Tweaks

* Apply feedback

* Apply feedback
2021-04-13 10:22:00 -07:00