Commit Graph

3390 Commits

Author SHA1 Message Date
Chris Suszynski 0ed8d579a8
Social logos on Homepage footer (#3925)
* Adding FontAwesome based social logos on Homepage footer

Fixes #3905

* Migrate to mkdocs native icons
2021-07-02 11:18:40 -07:00
Julian Friedman c78e1fb01f
Add footer links (#3921) 2021-07-02 11:01:40 -07:00
kmahapatra 5a3c4b8b1d
Tame the footer and make the prev/next stand out (#3918)
* Tame the footer and make the prev/next stand out

Originally the prev/next links looked like they were part of the header and were easy to miss. This makes it more obvious while at the same time making the header look more sleek.

* Move background color up a level in dom tree

* Allow all the click space
2021-07-02 10:43:40 -07:00
RichardJJG 3ab98d6a79
Added new cont. guide link to places (#3922) 2021-07-02 10:26:40 -07:00
Chris Suszynski 018186fe23
Fix the Trusted by spacing problems on Homepage (#3920)
Fixes #3909
2021-07-02 09:56:40 -07:00
Gabriel Freites bed558454f
changed notes for info admonition (#3919) 2021-07-02 09:37:39 -07:00
Ben Moss 61f0c0f24c
Remove "Try in your browser" (#3915) 2021-07-02 09:07:39 -07:00
Markus Thömmes 4a26a33655
Document missing activator-capacity (#3819)
* Document missing activator-capacity

* Some tweaks to weave stuff better

* Create new page for activator capacity

* Nits

* Nits

* Trailing whitespace

* More nits

* More nits

* Docs review

* Drop frontmatter
2021-07-02 06:39:40 -07:00
Omer B ac45cd240c
Final Getting Started overhaul before launch + homepage logos (#3856)
* Update mkdocs.yml

* Update mkdocs.yml

* Update mkdocs.yml

* bringing back the purple

* Revert "bringing back the purple"

This reverts commit a6af055288.

* Change language to reflect desired actions RE: KinD

* Overhaul of Getting Started

* lint fixes

* Change to Nav Serving title

* Small bug fix

* Richard's changes 👍
2021-07-01 09:30:03 -07:00
Julian Friedman f315943159
Add forward slash to search separators (#3896) 2021-07-01 07:31:02 -07:00
Julian Friedman 6513a8479e
Edit edit link (#3902)
The docs are currently in mkdocs branch.
We'll want to revert this when we move things back to main.
2021-07-01 07:18:03 -07:00
Julian Friedman a0843c8fe7
Fix up a couple redirects (#3898) 2021-07-01 05:29:03 -07:00
Chris Suszynski b1694c72b1
Updating the Red Hat logo to use variant A (#3901) 2021-07-01 05:14:02 -07:00
Pratik Gholap c5c3b2595b
h4 tag change in font weight for fixing issue (#3696) (#3767)
* changed the font weight for h4 tag to have distinctive style from  bold text

* changed the font weight for h4 tag to have distinctive style from  bold text

* changed the font weight for h4 tag to have distinctive style from  bold text

* updated the font size h4 which can be easily distinguished in conmpare to bold text

* Updated the suggested changes

Co-authored-by: Evan Anderson <evana@vmware.com>
2021-07-01 04:25:03 -07:00
Rudra Pratap 8af6b23254
update fork and knative/docs repo url (#3895)
While going through the GitHub workflow for Knative documentation, The very first section is "Set up your local machine ", which contains the first point to create your fork of the knative/docs repo. So for the easy access, we can update the fork URL with the "fork" word and then can attach the knative/docs URL to the "knative/docs repo" which can be easy for the new contributors to easily access the repo.
2021-06-30 23:56:04 -07:00
Julian Friedman 5b162fc0b3
Add back favicon (#3893) 2021-06-30 13:44:02 -07:00
Julian Friedman 7286bd63de
Incorporate static version of old docs in to site (#3888)
* Incorporate static version of old docs in to site

Built via manual ./scripts/build.sh of website and then copied over.

Each release we get to delete one of these docs directories (and the
corresponding copy in build.sh) until they all disappear.

* Clean up built owners files

* Mv old-docs archived

* Mark archived/ dir as generated
2021-06-30 11:31:10 -07:00
Julian Friedman 19f96d530d
Use correct version in artefact URLs (#3886) 2021-06-30 07:33:10 -07:00
Samia Nneji 0435903a21
Update style for documenting YAML (#3877)
* Update style for documenting YAML

* Add placeholder description

* Update documenting-code.md
2021-06-29 18:14:09 -07:00
Julian Friedman 7705059e9d
Regenerate and clean up redirects (#3881)
Reran redirectredirects to generate redirects from the yaml metadata,
added them to the list of redirects, then ran them all through `sort |
uniq` to remove duplicated and put them in a nice order.
2021-06-29 09:06:17 -07:00
Samia Nneji 661627c335
Apiserversource docs (#3812)
* Style tweaks for apiserversource

* Add reference for apiserversource

* Add reference page to mkdocs.yml

* Adding back because this PR should not touch containersource

* Apply suggestions from code review

Co-authored-by: Ali Ok <aliok@redhat.com>

* Apply feedback from review part 1

* Define PodSpecable and other tweaks

* Fix whitespace

Co-authored-by: Ali Ok <aliok@redhat.com>
2021-06-29 08:37:17 -07:00
Guang Ya Liu 95b571e21e
Added a new doc for covert from k8s deploy to knative service (#3859)
* Added a new doc for covert from k8s deploy to knative service

* Address snneji's comments

* Added Kubernetes Deploy and Service Link

* added to navigation

Co-authored-by: Omer B <obensaadon@vmware.com>
2021-06-29 08:16:17 -07:00
Francesco Guardiani 5fb9edc562
Fix links (#3872)
Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
2021-06-29 08:06:17 -07:00
jtcheng 303815ef4c
Fix broken links: create-default-channel in page of channel-types-defaults.md (#3873)
Signed-off-by: jtcheng <jtcheng@alauda.io>
2021-06-29 07:56:17 -07:00
Julian Friedman 39a1484838
Use correct branch for samples (#3860) 2021-06-29 07:20:17 -07:00
Julian Friedman 94ea8f1382
Add cookie warning to site (#3870)
* Add cookie warning to site

Imports the cookie warning from the old site. For simplicity,
this uses the same script from the old site in both places, so we
have to import jquery.

Note: this doesn't actually turn analytics on, but we now could do so.

* Tweak margins

* Add non-EU version
2021-06-28 11:13:47 -07:00
Ashleigh Brennan 11face8908
Documentation improvements for eventing and autoscaling (#3869)
* Documentation improvements for eventing and autoscaling

* remove accidental duplicate file

* fix link, update definition term style

* format tweak

* fix links
2021-06-28 10:33:47 -07:00
RichardJJG f4d3c7f318
Removed broken link and reference to other style guides (#3850) 2021-06-28 07:07:47 -07:00
knative-automation 6ae65b57ac
Update community files (#3855)
Signed-off-by: Knative Automation <automation@knative.team>
2021-06-28 06:54:48 -07:00
Samia Nneji feb14c31ca
Relocating ContainerSource docs to dev guide (#3807)
* Relocating container source docs to dev guide

* Fix URL
2021-06-28 05:52:48 -07:00
Julian Friedman 8e687d7434
Fix hero image aspect ratio on safari (#3861)
* Fix hero image aspect ratio on safari

* semicolon
2021-06-28 04:51:47 -07:00
Dave Protasowski e497f34269
install isstio.yaml in two passes (#3854) 2021-06-25 08:27:22 -07:00
Markus Thömmes 2cab0ae87d
Adjust breakpoint for new max-width (#3851) 2021-06-25 04:53:22 -07:00
Evan Anderson 6deff7e674
Widen center content area per slack discussion (#3848) 2021-06-25 04:16:21 -07:00
Dave Protasowski 8ef708900f
fix typo (#3846) 2021-06-24 13:52:21 -07:00
Dave Protasowski 2e13894eeb
docs updates (#3845)
* include a section about disabling autotls for a namespace

* handle rename of namespace certificate controller

* handle rename of other net-* controllers
2021-06-24 13:37:21 -07:00
knative-automation 8b4a316347
upgrade to latest dependencies (#3839)
bumping knative.dev/hack 66ab1a0...e28525d:
  > e28525d Add knative-release-leads to OWNERS (# 69)
  > 13753fa update owner aliases manually (# 76)

Signed-off-by: Knative Automation <automation@knative.team>
2021-06-24 04:40:45 -07:00
Francesco Guardiani af0c10be6b
Documentation for DeliverySpec.Timeout (#3793)
* Delivery.Timeout

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

* State -> Stage

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

* Trailing WS

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

* Suggestions

Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
2021-06-24 02:51:45 -07:00
Markus Thömmes 9e30c8e312
Fix wrapping behavior of code in tables (#3838) 2021-06-23 09:44:45 -07:00
knative-automation c5c80bc44f
Update community files (#3836)
Signed-off-by: Knative Automation <automation@knative.team>
2021-06-23 08:43:45 -07:00
Kenjiro Nakayama c234381aba
Fix typo for Serving extensions (#3826) 2021-06-23 04:32:45 -07:00
Kenjiro Nakayama d0fa8bb3e2
Add net-istio webhook to spec.registry.override (#3821)
* Add net-istio webhook to spec.registry.override

container name `webhook` is duplicated with serving and net-istio. But
the example does not have net-istio's webhook so users hit an issue
like https://github.com/knative/operator/issues/519
https://github.com/knative-sandbox/net-istio/pull/560 when we followed
it.

This patch adds the net-istio webhook to the doc.

* Remove white space

* Update docs/admin/install/operator/configuring-serving-cr.md

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

* Fix to correct deploy name

Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>
2021-06-23 00:43:44 -07:00
Julian Friedman 40a792a1e1
Pull in api docs in build (#3832) 2021-06-22 16:08:44 -07:00
Julian Friedman b41dfe8f2a
Clean up DNS docs (#3833)
- Move dns docs to snippet (have to use include syntax because of
  included macro, unfortunately)
- Update xip.io -> sslip.io in text
- Capitalize Service
- Fix some bad formatting in Operator install nearby
- Change "For these" -> "In these cases"
- Swap info to warning admonition style
- Remove "CAVEAT" and parenthetical reference to it
- Added much nicer "Knative provides" intro sentence
2021-06-22 15:58:44 -07:00
Julian Friedman 3106badad4
Remove navigation.instant feature to fix anchors (#3830)
Looks like navigation.instant makes link anchors not work properly. I
don't think the feature really buys us anything, our search index isn't
_that_ big, so easiest to just disable it.
2021-06-22 07:47:28 -07:00
knative-automation 0dd542dffa
Update community files (#3820)
Signed-off-by: Knative Automation <automation@knative.team>
2021-06-18 09:05:51 -07:00
Kenjiro Nakayama 53e4102d20
Bump Istio version to 1.9.5 (#3822) 2021-06-18 08:44:50 -07:00
Julian Friedman d2cf66aa94
Clarify Magic DNS Caveat (#3823)
Magic DNS does work locally on minikube, so long as `minikube tunnel` is
running.
2021-06-18 08:37:51 -07:00
Ashleigh Brennan 4763c1715e
Cleaning up sink docs (#3814)
* Cleaning up sink docs

* fix links and heading
2021-06-17 08:10:23 -07:00
Michael Gasch 80399a94df
Add VMware as active developer of Tanzu Sources (#3816) 2021-06-17 07:37:22 -07:00