* starting to cut 1.0 docs for knative
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* adjust for warning for old version to not have prefix knative-
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* using upstreeam repo
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* remove temp knative from repo name
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* add logos to home page
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* working on about
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* change title to case studies
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* add links to home page
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* add deepc
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* add outfit7
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* adding puppet
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* add the links for tekton
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* add EOL
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* add logo and quote for deepc
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* add outfit logo and quote
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* add puppet
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* replace vendor with projects
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* move tab case study tab to right
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* update quotes for outfit7
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* fix broken links in puppet
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* fix quotes for puppet
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* oh you EOL
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* fix background color fo case studies
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* adding case studies to Blog nav
* fixing broken link
Co-authored-by: Omer Bensaadon <obensaadon@vmware.com>
The source code was consolidated to
https://github.com/triggermesh/triggermesh so the URLs were rewritten
to point to this. AWS CodeCommit was renamed to match Amazon's
branding.
Signed-off-by: Matt Ray <github@mattray.dev>
* Collect admin observability docs into a section.
Add docs for parameters
* Emacs snuck some tabs in. Forgot to install yaml-mode
* Lost a ':' somehow
* Fix up additional links in nav and redirects from build warnings.
* Actually _read_ the mkdocs error, realize I had a typo.
* Fix LHS nav that was using README.md
* Ah kint typo so gud.
* Fix merge oopsie
* Apparently I suck at merges
* Address @snneji feedback
* Knative 1.0 Blog Post
* forgot .md
* smh forgot .md again
* fixing nav
* adding tada emoji, adding to featured blogpost
* fixing 🎉
* final edit
* fixing bullets
* Remove Istio specific instruction from "Setting up a custom domain"
Current doc obtains Ingress IP by Istio specific command. It should be
changed to general docs.
Also, setting the temporary domain in `/etc/hosts` is not common in
knative.dev/doc. This patch changes to use `curl -H` as other section
like [configure-dns](https://knative.dev/docs/admin/install/serving/install-serving-with-yaml/#configure-dns)
does.
Fix https://github.com/knative/docs/issues/4247
* Change the subtitle and add internal link
* Update docs/serving/using-a-custom-domain.md
Co-authored-by: Samia Nneji <snneji@vmware.com>
Co-authored-by: Samia Nneji <snneji@vmware.com>
* Add general introduction to Knative Eventing:
* top level diagrams
* data plane contract
Rename Event delivery to describe it as "handling delivery failure".
* Update nav.yml as well.
* Rename Event Delivery in navbar, too