Commit Graph

2334 Commits

Author SHA1 Message Date
Julian Friedman 038ae8ed10
Fix blog (#3985)
YAML metadata needs to be the first thing in the file. A markdown title
snuck in.
2021-07-08 13:37:19 -07:00
Julian Friedman 1b6e2c54f6
Remove reference to domainmapping yaml (#3980)
The DomainMapping feature is now beta, and therefore built in to the
main yaml files. These links are therefore now 404s.
2021-07-08 11:45:23 -07:00
Ashleigh Brennan 7a913947b1
#3935: Moving tag resolution docs to developer guide (#3970)
* #3935: Move tag resolution docs

* fix heading

* fix broken link, minor quick edits to operator docs

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

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

Co-authored-by: Omer B <obensaadon@vmware.com>
Co-authored-by: RichardJJG <rijohnson@vmware.com>
2021-07-08 09:36:23 -07:00
RichardJJG 8551e08528
Add v0.24 blog release notes (#3953)
* Add v0.24 blog release notes

* Update blog/releases/announcing-knative-v0-24-release.md

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

* Add to v0.24 release notes

* Update blog/releases/announcing-knative-v0-24-release.md

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

* Update blog/releases/announcing-knative-v0-24-release.md

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

* Update blog/releases/announcing-knative-v0-24-release.md

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

* Update blog/releases/announcing-knative-v0-24-release.md

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

* Update blog/releases/announcing-knative-v0-24-release.md

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

* Update blog/releases/announcing-knative-v0-24-release.md

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

* Update blog/releases/announcing-knative-v0-24-release.md

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

* Update blog/releases/announcing-knative-v0-24-release.md

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

* Update blog/releases/announcing-knative-v0-24-release.md

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

* Update blog/releases/announcing-knative-v0-24-release.md

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

* Update blog/releases/announcing-knative-v0-24-release.md

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

* Update blog/releases/announcing-knative-v0-24-release.md

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

* Update blog/releases/announcing-knative-v0-24-release.md

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

* Update blog/releases/announcing-knative-v0-24-release.md

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

* Apply suggestions from code review

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

* Added TBD to RabbitMQ Eventing extension

* Fixes #3966 Adding correct md links, added RabbitMQ

Co-authored-by: Omer B <obensaadon@vmware.com>
Co-authored-by: Samia Nneji <snneji@vmware.com>
2021-07-08 09:20:23 -07:00
Chris Suszynski b5f0d43368
Normalize vendor logos (#3974) 2021-07-08 08:38:23 -07:00
knative-automation 6a3376c3d4
Update actions (#3975)
Signed-off-by: Knative Automation <automation@knative.team>
2021-07-08 02:21:23 -07:00
Senthilnathan M 4c24858f5a
RunAsNonRoot can be set to true without the feature flag (#3969) 2021-07-07 14:43:22 -07:00
Omer B b809ba31c7
Revert "capitalizing Guide (#3960)" (#3964)
This reverts commit fbcf816f63.
2021-07-07 13:49:23 -07:00
Julian Friedman ea0a6fdd24
Refactor DNS snippets (#3967)
* Refactor DNS snippets

Splits in to multiple files so that Operator can have a different version for the Real DNS section.

* fix formatting
2021-07-07 12:14:18 -07:00
Ashleigh Brennan 15ac10336c
#3935: Move private container registry docs to developer guide (#3965)
* #3935: Move private container registry docs to developer guide

* fix variables

* formatting tweak

* formatting tweak
2021-07-07 09:59:18 -07:00
Julian Friedman 1a2b2d42ce
Release 0.24 (#3959) 2021-07-07 09:37:18 -07:00
Julian Friedman 2bde078b48
Fix version dropdown for 0.23 archive (#3962) 2021-07-07 09:25:18 -07:00
Samia Nneji bdede812b8
Tweak style rule (#3958) 2021-07-07 09:09:18 -07:00
Omer B fbcf816f63
capitalizing Guide (#3960) 2021-07-07 08:06:18 -07:00
Julian Friedman 4203310c59
Update version dropdown in old docs (#3955)
only include latest and dev, so the dropdown is everygreen and
will not need regenerating for future releases
2021-07-07 07:35:18 -07:00
Samia Nneji 06953771be
Relocate event source docs (#3948)
* Update links

* Update nav.yaml for event source move

* fix another link

* Move event source files to developer guide

* Move event samples to samples folder

* Move event samples to samples folder

* link fixes and improvements

* tweak some more links

* Update redirects

* Rebase redirects

* fixing infinite redirect bug

* Move creating event sources

Co-authored-by: Omer B <obensaadon@vmware.com>
2021-07-07 07:26:25 -07:00
Vincent f35845f964
Add the instruction on how to configure the eventing sources with the operator (#3891)
* Add the instruction on how to configure the eventing sources with operator

* Fix the PR based on the comments
2021-07-07 07:26:18 -07:00
Ashleigh Brennan 54290e2318
#3349: Updated traffic management docs, blue/green deployment (#3825)
* 3349: Updated traffic management docs, blue/green deployment

* fix nav and redirects

* add CLI command

* fix mkdocs issues

* additional examples
2021-07-07 07:12:18 -07:00
Kenjiro Nakayama be72eae9bb
Add instruction for custom istio gateway (#3802)
* Add instruction for custom istio gateway

This patch adds the instruction to use custom Istio Gateway.

Current doc has a similar instruction "customize Istio Gateway
Service". This doc is very similar but for "customize Istio Gateway".

* Fix format

* Update docs/serving/setting-up-custom-ingress-gateway.md

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

* Update docs/serving/setting-up-custom-ingress-gateway.md

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

* Update docs/serving/setting-up-custom-ingress-gateway.md

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

* Update docs/serving/setting-up-custom-ingress-gateway.md

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

* Update docs/serving/setting-up-custom-ingress-gateway.md

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

* Update docs/serving/setting-up-custom-ingress-gateway.md

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

* Update docs/serving/setting-up-custom-ingress-gateway.md

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

* Update docs/serving/setting-up-custom-ingress-gateway.md

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

* Update docs/serving/setting-up-custom-ingress-gateway.md

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

* use list format

* Use add instead of replace

Co-authored-by: Samia Nneji <snneji@vmware.com>
2021-07-07 07:02:18 -07:00
knative-automation 73fb07f1fd
Update actions (#3894)
Signed-off-by: Knative Automation <automation@knative.team>
2021-07-07 09:52:53 -04:00
Guang Ya Liu 63efe48a1e
Added the benefit of deploy to knative service (#3884) 2021-07-07 06:52:26 -07:00
Omer B 3426e7f6b9
(Fixes #3857) Populate Next Steps (#3858)
* Update mkdocs.yml

* Update mkdocs.yml

* Update mkdocs.yml

* bringing back the purple

* Revert "bringing back the purple"

This reverts commit a6af055288.

* adding placeholder sections

* Update next-steps.md

* resizing

* Revert "resizing"

This reverts commit 29f891f4f9.

* Revert "Revert "resizing""

This reverts commit 1912bb80a3.

* added Google Form

* Add links to next steps topic

* added free copy of Knative in Action

* testing broken link fix...?

* grammar

* add friendly CTA

* Update docs/getting-started/next-steps.md

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

* broken links

Co-authored-by: Samia Nneji <snneji@vmware.com>
2021-07-07 06:52:19 -07:00
Omer B f0b65f313a
Added logo provided by max (#3954) 2021-07-07 06:07:18 -07:00
Julian Friedman a24b819f1c
Add feature stable label macro and document that DomainMapping is beta (#3913)
* Add feature stable label macro

* Put description in expandable section, tweak padding
2021-07-07 05:54:18 -07:00
Ashleigh Brennan 95d291af57
Fix PR issues for #3780 (#3950) 2021-07-07 05:21:18 -07:00
Chris Suszynski 2a8804db21
Linking the title, and rotate anim on main Logo (#3947)
* Linking the title, and rotate anim on main Logo

* Review changes

 * Constrained the hover effect to logo only (not the hamburger menu)
 * Removed title link override
2021-07-06 16:16:17 -07:00
Julian Friedman 0e1f918524
Add footer to homepage (#3937)
* Add footer to homepage

This has two advantages:
1. We get the privacy policy (etc) linked on the homepage, which seems Right.
2. We can drop the duplicated cookie popup, since it's included via the footer on all non-homepage pages.

* Make footer collapse nicely
2021-07-06 10:31:21 -07:00
Omer B 3c64e9f409
[mkdocs] Fully document channels.messaging.knative.dev (#3650)
* moving Richard's Changes into MkDocs Branch

* formatting

* Update mkdocs.yml

* Update mkdocs.yml

* Update mkdocs.yml

* Fixes #3650

* Update docs/eventing/channels/create-default-channel.md

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

* bringing back the purple

* Revert "bringing back the purple"

This reverts commit a6af055288.

* Fixes #3650

* Update docs/eventing/channels/channel-types-defaults.md

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

* Update docs/eventing/channels/channel-types-defaults.md

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

* Update docs/eventing/channels/channel-types-defaults.md

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

* Update docs/eventing/channels/channel-types-defaults.md

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

* Update docs/eventing/channels/channel-types-defaults.md

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

* Update docs/eventing/channels/channel-types-defaults.md

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

* Update docs/eventing/channels/create-default-channel.md

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

* Update docs/eventing/channels/subscriptions.md

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

* Update docs/eventing/channels/subscriptions.md

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

* Update docs/eventing/channels/subscriptions.md

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

* Update docs/eventing/channels/channel-types-defaults.md

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

* Fixes #3650

* Removed lines from webhook example

* Added newline

Co-authored-by: RichardJJG <rijohnson@vmware.com>
Co-authored-by: Samia Nneji <snneji@vmware.com>
Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>
2021-07-06 06:45:20 -07:00
RichardJJG e34db85f67
(Fixes #3449) Improve style in Installing Knative Serving using YAML files (#3780)
* Fixes #3449

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

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

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

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

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

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

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

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

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

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

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

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

* More changes

* Changed variables to lowercase

* Deleted trailing whitespace

* Removed backticks from words that are not special-purpose text

Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>
Co-authored-by: Samia Nneji <snneji@vmware.com>
2021-07-06 06:36:20 -07:00
RichardJJG d9521a82a3
Add templates (#3784)
* Fixes #3477

* New image plus other changes

* Update template-procedure.md

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

* Further tweaks

Co-authored-by: Samia Nneji <snneji@vmware.com>
2021-07-06 05:27:20 -07:00
Julian Friedman 9847c42947
Tweak pardon our progress header (#3944)
* Tweak pardon our progress header

* Add safari meta, tidy css, tweak colors
2021-07-06 05:04:20 -07:00
RichardJJG fb4a66893b
Tweaked the style guide wording and an example (#3828)
* Tweaks to style docs

* Changed title case rule to upper camel case

* Tweaked webhook mutation example
2021-07-06 03:57:20 -07:00
Julian Friedman eebc024fa1
Fix redirects (#3933)
the new inheritance feature only works with maps, not lists, so the plugins element
needs to use map format.
2021-07-05 09:04:47 -07:00
RichardJJG 0498c70727
Added link to Merriam-Webster (#3939) 2021-07-05 08:54:54 -07:00
Fabian Leonardo Lopez Bernal 880300c40a
show site feedback information (#3927)
* show site feedback information

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

* Update main.html

fixing emoji cause it looks weird

* remove close feedback banner button

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

* make the feedback link more explicit

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

Co-authored-by: Omer B <obensaadon@vmware.com>
2021-07-05 08:54:47 -07:00
Julian Friedman a8b3274315
Fix broken link (#3934) 2021-07-05 06:43:47 -07:00
Ben Moss 98875f02ca
Remove linkchecks (#3932)
Don't have a good way to exclude the third_party dir right now
2021-07-02 16:50:44 -07:00
Evan Anderson 8b893aa9bc
Add internal link verification via `mkdocs build --strict` (#3931)
* Add internal link verification via `mkdocs build --strict`

* Fix broken links
2021-07-02 14:07:45 -07:00
Omer B 21c6587d49
Update redirects.yml (#3930)
Adding from Samia's PR to prevent her having to rebase
2021-07-02 12:29:39 -07:00
Samia Nneji e336d444dc
Fix broken links (#3929)
* Fix broken links in admin

* fix more broken links

Co-authored-by: Omer B <obensaadon@vmware.com>
2021-07-02 12:19:39 -07:00
Ben Moss cef4427b42
Fix content re-use link (#3924)
Snippets are excluded from being published, more useful to browse on
GitHub
2021-07-02 12:06:48 -07:00
Julian Friedman c0cc4dbdae
Add analytics (#3916) 2021-07-02 12:06:40 -07:00
Ben Moss 2ee82f4454
Split mkdocs config into separate files (#3928) 2021-07-02 11:55:40 -07:00
Ben Moss 6341564e8f
Add automated link checking (#3923) 2021-07-02 11:29:39 -07:00
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