Vincent
38dd475d66
Add instruction in how to install Knative with Knative operators ( #2261 )
...
* Add instruction in how to install Knative with Knative operators
* Fix the operators's doc based on comments
* Modify the docs of Operators to outline better
* Fixes the typos
2020-03-11 10:52:29 -07:00
Matt Moore
65e30eda6f
Rename knative-with-any-k8s for better SEO ( #2270 )
...
Related: https://github.com/knative/docs/issues/2265
2020-03-03 17:01:53 -08:00
Matt Moore
dcaf0b801c
Consolidate the install guides. ( #2170 )
...
* Drop most other install guides, simplify the landing page.
Fixes: https://github.com/knative/docs/issues/2137
* Drop SQS, add GCP Pub/Sub Source
* Add back aliases, change weight
2020-02-06 09:32:32 -08:00
Eldon
5b6aadb4e3
Remove superfluous conjunction ( #2130 )
2020-01-29 08:44:27 -08:00
Joaquim Moreno Prusi
aa19f777ae
Kourier Installation guide for Knative Serving ( #2006 )
...
* Adds a new guide describing how to install knative with kourier
* Links the knative with kourier installation guide in the main README file
* Use kourier-system instead of knative-serving when getting kourier IP
* Install Kourier using the included yaml in third_party
2020-01-22 15:05:25 -08:00
Matt Moore
a183833f19
Document the Contour integration with Knative. ( #2097 )
...
* Document the Contour integration with Knative.
* Integrate review feedback
2020-01-14 07:18:06 -08:00
Grant Rodgers
3559f5d8d5
Eventing doesn't require Istio ( #2024 )
2019-12-05 13:38:38 -08:00
RichieEscarez
a8a1032de0
fix broken links (from link checking report tool testing) ( #1975 )
...
* remove missed file
* fix more broken links
* fix markdown only link errors
2019-11-11 19:33:22 -08:00
RichieEscarez
06881add07
invalid since v0.8.1 ( #1947 )
...
* invalid since v0.8.1
fix for https://github.com/knative/docs/issues/1859
* remove references to the invalid topic
2019-10-30 18:10:12 -07:00
Ashleigh Brennan
04e934a841
Removed outdated OpenShift installation docs, new link added for actual product docs ( #1815 )
2019-09-23 15:44:24 -07:00
Scott Weiss
feb723cede
update gloo install guide for knative serving 0.8.0 ( #1691 )
...
* update gloo install guide for 0.18.x
* Update docs/install/Knative-with-Gloo.md
Co-Authored-By: RichieEscarez <rescarez@google.com>
* Update docs/install/Knative-with-Gloo.md
Co-Authored-By: RichieEscarez <rescarez@google.com>
* Update docs/install/Knative-with-Gloo.md
Co-Authored-By: RichieEscarez <rescarez@google.com>
* Update docs/install/Knative-with-Gloo.md
Co-Authored-By: RichieEscarez <rescarez@google.com>
* Update docs/install/Knative-with-Gloo.md
Co-Authored-By: RichieEscarez <rescarez@google.com>
* fix comments, gloo supports tls
* move blocks
* Update docs/install/README.md
Co-Authored-By: RichieEscarez <rescarez@google.com>
* Update docs/install/Knative-with-Gloo.md
Co-Authored-By: RichieEscarez <rescarez@google.com>
* Update docs/install/Knative-with-Gloo.md
Co-Authored-By: RichieEscarez <rescarez@google.com>
2019-08-21 07:54:32 -07:00
RichieEscarez
b7a3c9408d
fix redirect and revise hardcoded urls ( #1715 )
2019-08-20 10:43:31 -07:00
RichieEscarez
e1a90c498b
remove knative build from everywhere ( #1656 )
2019-08-08 08:42:56 -07:00
mattmoor-sockpuppet
14cb5fb401
Format markdown ( #1600 )
...
* Format markdown
Produced via:
`prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
/assign @samodell
* Remove backticks
The indentation and backticks are redundant, so the backticks show up in the `<pre>` block.
2019-07-16 07:14:28 -07:00
nbkrause
e850446660
Add Documentation for Install Knative with Ambassador ( #1594 )
...
* Add instructions for installing Knative with Ambassador
Signed-off-by: nbkrause <krausenoah@gmail.com>
* Update style
Signed-off-by: nbkrause <krausenoah@gmail.com>
* typo fixes
* Update and alphabetize installation options
Signed-off-by: nbkrause <krausenoah@gmail.com>
* Fix title
Signed-off-by: nbkrause <krausenoah@gmail.com>
* Link to Knative-Ambassador docs
2019-07-15 15:03:27 -07:00
Chi Zhang
19ad1b32ce
Remove Istio requirement for Eventing ( #1579 )
...
Eventing did not require Istio from v0.6.
2019-07-09 13:32:58 -07:00
Sam O'Dell
64862118d5
Cherrypick release-0.6 --> master ( #1523 )
...
* Update order of files in example (#1501 )
Updating kubernetes secret creation instruction to correctly show which file should hold which data, ie. certificate on `cert.pem` and private key on `cert.pk`.
* Update link for Knative Install on OpenShift via Operator (#1511 )
2019-06-25 13:31:05 -07:00
Ashleigh Brennan
6b9860e466
removed Minishift installation docs ( #1427 )
...
* removed Minishift installation docs
* removed Minishift installation docs link from readme
2019-06-12 11:11:44 -07:00
mattmoor-sockpuppet
1531c94cd1
Format markdown ( #1424 )
...
* Format markdown
Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
* Remove redundant bullet
2019-06-06 09:19:41 -07:00
RichieEscarez
7216b39d93
cherrypick changes from release-0.6 to master ( #1422 )
...
* cherry pick pr#1418
* Update README.md to remove dead link (#1397 )
Removed a dead link on "Picking the Right Solution" which was going to a 404 page. Based off feedback from #1382 for which link to use.
* cherry pick pr#1356
* Fix typo (#1360 )
* pr#1351
2019-06-05 20:30:39 -07:00
Sam O'Dell
15488da77f
Add label install to guides, update Minikube ( #1195 )
...
* Add label install to guides, update Minikube
* -l to --selector
* Update wording for install
* plug-ins to plugins (remove hyphen)
2019-04-18 12:59:26 -07:00
Michael Vorburger ⛑️
fa8d7aa1ab
link Install to openshift-cloud-functions/knative-operators ( #981 )
...
use Documentation/blob/master/knative-OCP-4x.md instead of
https://github.com/openshift-cloud-functions/knative-operators
(as suggested in code review feedback)
2019-04-10 11:35:59 -07:00
mattmoor-sockpuppet
01d4ba31ec
Format markdown ( #1070 )
...
* Format markdown
Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
* Apply suggestions from code review
Co-Authored-By: mattmoor-sockpuppet <mattmoor+sockpuppet@google.com>
* Undo parts of auto-correction that result in diff.
2019-03-24 21:12:49 -07:00
RichieEscarez
3c04f86ad7
Merge website files into Master ( #1025 )
...
* Add front matter to Build files (#833 )
* Update README.md
* Adding front matter to builds.md
* Update installing-build-component.md
* Update README.md
Revert changes so Richie can handle this with the index file
* Update builder-contract.md
* Update personas.md
* Update auth.md
* Update creating-builds.md
* Update build-templates.md
* sentence case
* sentence case
* sentence case
* Adding frontmatter to /install/ (#834 )
* Adds front matter to Serving (#838 )
* Update accessing-logs.md
* Update accessing-metrics.md
* Update accessing-traces.md
* Update cluster-local-route.md
* Update debugging-application-issues.md
* Update debugging-performance-issues.md
* Update gke-assigning-static-ip-address.md
* Update installing-logging-metrics-traces.md
* Update outbound-network-access.md
* Update setting-up-a-logging-plugin.md
* Update using-a-custom-domain.md
* Update using-an-ssl-cert.md
* Update using-cert-manager-on-gcp.md
* Update using-external-dns-on-gcp.md
* site index for fluentd folder (#839 )
* add Hugo index files and frontmatter (#840 )
* hugo build files for autogen refdocs (#841 )
* move resources and readme (#843 )
* site: add blog (#837 )
* add blog folder
* switch to sentence case
* site: add community and contributing (#836 )
* add _index.md files and front matter
* switch to sentance case caps
* fix weights
* Update community/samples/README.md
Co-Authored-By: RichieEscarez <rescarez@google.com>
* site: restructure content into a "docs" directory (#842 )
* move content into a 'docs' directory
* inject additional 'docs' directory
* site: add build files and front matter to serving samples (#850 )
* new _index.md files and front matter
* serving samples + fix urls
* remove file
* add PR#851 - channels (#853 )
* Update README.md (#854 )
* Remove README.md from all links (#855 )
* Remove README.md from all links
* mend
* mend
* mend
* Update _index.md
* Update _index.md
* Update _index.md
* Update _index.md
* fix links in community (#857 )
* Update _index.md (#856 )
* Update _index.md
* Update _index.md
* Update _index.md
* Update _index.md
* Update _index.md
* Update _index.md
* Update _index.md
* Update _index.md
* Update _index.md
* Update _index.md
* Update _index.md
* Update _index.md
* Update _index.md
* Update _index.md
Adds missing pointer to README
* Update _index.md
* Update _index.md
* Update _index.md
* Update _index.md
* Update _index.md
* Update _index.md
* Update _index.md
* Update _index.md
* Update _index.md
* Update _index.md
* Update _index.md
* Update _index.md
* Update _index.md
* Update _index.md
* Update _index.md
* Update _index.md
* Update _index.md
* Update _index.md
* Update _index.md
* Update _index.md
* revert
* fix build links (#858 )
* site: fix eventing links (#859 )
* fix eventing links
* Update README.md
* fix install links (#860 )
* site: fix serving links (#861 )
* fix serving links
* Update using-external-dns-on-gcp.md
* remove hardcoded github link (#863 )
* Update README.md (#864 )
Fix links by removing md file extensions.
* Fix links (#866 )
* Fix links
* Update installing-build-component.md
* Update builder-contract.md
* add missing hello-world directory (#865 )
* Link fixes for Build (#867 )
* Fix links
* Update installing-build-component.md
* Update builder-contract.md
* Update creating-builds.md
* Update builder-contract.md
* Update builds.md
* Update creating-builds.md
* Update installing-build-component.md
* Update installing-build-component.md
* Update creating-builds.md
* Update creating-builds.md
* Update builds.md
* Update build-templates.md
* convert to Hugo rel link
* Manually run prettier.io (#880 )
* Manually run prettier.io
Trying to fix the stuff that hits prettier.io bugs.
* Fix prettier.io issues.
* Revert manual link fixes (use new build script instead) (#927 )
* Revert "convert to Hugo rel link"
This reverts commit f1bbc8ebbc
.
* Revert "Fix links (#866 )"
This reverts commit 3a57ffed62
.
* Revert "remove hardcoded github link (#863 )"
This reverts commit fb7fdd9383
.
* Revert "site: fix serving links (#861 )"
This reverts commit f61514c1b4
.
* Revert "fix install links (#860 )"
This reverts commit 1fcf32b509
.
* Revert "site: fix eventing links (#859 )"
This reverts commit 880916567e
.
* Revert "fix build links (#858 )"
This reverts commit 847e08bf2e
.
* Revert "fix links in community (#857 )"
This reverts commit 0cd5a44baf
.
* Revert "Remove README.md from all links (#855 )"
This reverts commit 2029c8bccb
.
* Revert "Update README.md (#864 )"
This reverts commit 072c731155
.
* Adding frontmatter to Gloo guide (#939 )
* adding frontmatter; cherry-picking commit into 0.3 (#943 )
* Deploy using private registry (#847 )
* new doc for deploying with private registry
* update last few steps
* header sizes
* capitalization
* updating with correct registry annotation and small edits
* wording
* formatting
* formatting
* Update serving/deploying-with-private-registry.md
Co-Authored-By: beemarie <beemarie@us.ibm.com>
* Update serving/deploying-with-private-registry.md
Co-Authored-By: beemarie <beemarie@us.ibm.com>
* Update serving/deploying-with-private-registry.md
Co-Authored-By: beemarie <beemarie@us.ibm.com>
* Update serving/deploying-with-private-registry.md
Co-Authored-By: beemarie <beemarie@us.ibm.com>
* Update serving/deploying-with-private-registry.md
Co-Authored-By: beemarie <beemarie@us.ibm.com>
* update based on feedback
* missing <
* adding tic marks for filename
* udpate with helloworld-go sample
* add testing application
* update return from helloworld app
* update readme with link to doc
* Update serving/deploying-with-private-registry.md
Co-Authored-By: beemarie <beemarie@us.ibm.com>
* Update serving/deploying-with-private-registry.md
Co-Authored-By: beemarie <beemarie@us.ibm.com>
* Update serving/deploying-with-private-registry.md
Co-Authored-By: beemarie <beemarie@us.ibm.com>
* Update serving/deploying-with-private-registry.md
Co-Authored-By: beemarie <beemarie@us.ibm.com>
* Update serving/deploying-with-private-registry.md
Co-Authored-By: beemarie <beemarie@us.ibm.com>
* adding frontmatter; cherry-picking commit into 0.3
* Update Knative-with-Minishift.md (#988 )
Update to correct title (Openshift > Minishift), as mentioned by Ashleigh in the Docs WG.
* add type:docs + enable relative links (#990 )
* Deleting an unnecessary file
accidentally copied in extra file
* update ref docs api build script and files (#997 )
* all links must have ./ (#1004 )
* all links must have ./
* Update contributing/README.md
Co-Authored-By: RichieEscarez <rescarez@google.com>
* Update contributing/README.md
Co-Authored-By: RichieEscarez <rescarez@google.com>
* Update for clarity
* Update README.md
Fixing my poorly formatting suggestion
* ref tool steps + script (#1008 )
* Incorporate edits from #1008 (#1010 )
* Incorporate edits from #1008
* Add "contributor" info link
* page-by-page link check fixes (#1024 )
* update readmes - source and site versions
* rename file to fix left nav
* rename file and remove folder to fix left nav
2019-03-20 13:48:47 -07:00
RichieEscarez
004da8feba
site: insert 'docs' container folder at root (for knative.dev) ( #1007 )
...
* insert 'docs' container folder for website
* resolve presubmit test issues
2019-03-15 17:04:45 -07:00