Commit Graph

25 Commits

Author SHA1 Message Date
Julian Friedman d189f7e842
Use bash rather than shell code blocks in community ()
* Use bash rather than shell code blocks in community

* Missed a spot
2021-06-09 10:14:42 -07:00
Julian Friedman b0e9fc5068
Revert changes to community () 2021-06-09 08:23:42 -07:00
Omer B 5e56c88e45
Issue 3642 finishing up eventing sanity check ()
* Update mkdocs.yml

* Update mkdocs.yml

* Update mkdocs.yml

* bringing back the purple

* Revert "bringing back the purple"

This reverts commit a6af055288.

* Removing reference to GKE-specific docs

* bash, resolving redirect warning for help

* replace all shells with bash across the entire project

* style guide conformance

* index -> readme

* serving link fixes while I'm at it

* fix serving links and redirects

* lint
2021-06-08 05:53:41 -07:00
Omer B c4580074bd
Merging main into mkdocs, add Beta contributor's guide (hidden) to the website, create `/snippets` directory ()
* change name for menu item for preview ()

Signed-off-by: Carlos Santana <csantana23@gmail.com>

* Added detail per issue  ()

* Update knative/community files ()

Signed-off-by: Knative Automation <automation@knative.team>

* tracing cm fix ()

* remove unnecessary requrirements to do a release ()

Signed-off-by: Carlos Santana <csantana23@gmail.com>

*  fix link ()

* Replace xip.io with sslip.io ()

* Update actions ()

Signed-off-by: Knative Automation <automation@knative.team>

* Update common github actions ()

Signed-off-by: Knative Automation <automation@knative.team>

* upgrade to latest dependencies ()

bumping knative.dev/hack 88c69cd...93ad912:
  > 93ad912 Print java and mvn version (# 65)
  > 86f9adc Fix default codegen pkg dir (# 67)

Signed-off-by: Knative Automation <automation@knative.team>

* Remove responsive-revision-gc config ()

Since https://github.com/knative/serving/pull/10084 deleted old GC and
started using responsive GC by default, `responsive-revision-gc` in
`config-feature` is not used at all.

This patch removes the configuration `responsive-revision-gc` in
`config-feature` configmap.

* Fixes  and broken links ()

* Fix  and broken links

* Fix  and broken links

* remove spec folder and redirect page and update links

* remove conflicts

* Update shortcodes.md ()

minor grammar.

* 💄 slight change to ordered delivery guarantees ()

Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>

* Add knative-release-leads to OWNERS ()

* add approvers ux ()

* Update the default value ()

* Adding notes on KafkaSource usage ()

* Adding some Kafka note for use-cases

Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>

* changing the description

Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>

* Update actions ()

Signed-off-by: Knative Automation <automation@knative.team>

* Remove python pycache ()

* Use correct setting in ClusterIssue setting ()

The doc uses ClusterIssuer `letsencrypt-http01-issuer` but the configuration uses
`letsencrypt-issuer` so it is confusable.
Actual report is https://github.com/knative/docs/issues/3560.

So this patch changes the ClusterIssuer name to
`letsencrypt-http01-issuer` which is used in this doc section.

Fix https://github.com/knative/docs/issues/3560

* fix broken link   ()

* fix Netlify build

* Added Snippets folder and hidden Beta Contributor guide

* Update docs/eventing/event-registry.md

Co-authored-by: Carlos Santana <csantana23@gmail.com>

* whitespace

* more whitespace

* removing this bit because linting is killing me

* ok really the last one

Co-authored-by: Carlos Santana <csantana23@gmail.com>
Co-authored-by: RichardJJG <rijohnson@vmware.com>
Co-authored-by: knative-automation <automation@knative.team>
Co-authored-by: Shashankft9 <48708039+Shashankft9@users.noreply.github.com>
Co-authored-by: Ashleigh Brennan <abrennan@redhat.com>
Co-authored-by: Benjamin Tan Wei Hao <benjamintanweihao@gmail.com>
Co-authored-by: Kenjiro Nakayama <nakayamakenjiro@gmail.com>
Co-authored-by: Jonathan Johnson <jonathan.johnson@dijure.com>
Co-authored-by: Matthias Wessendorf <mwessend@redhat.com>
Co-authored-by: Evan Anderson <evana@vmware.com>
Co-authored-by: RichieEscarez <rescarez@google.com>
Co-authored-by: NovaHe <heqianfly@gmail.com>
2021-05-19 09:18:16 -07:00
Christian Haynes 2a2283ceb5
updated to hyper v0.14.7 and rust v1.51.0 () 2021-04-30 17:10:56 -07:00
Evan Anderson 73e076f5b1
Move community files to index.md () 2021-04-19 09:31:07 -07:00
Katie McLaughlin 1ef6a1de55
Update Rust version and installation commands () 2021-03-15 14:31:01 -07:00
Evan Anderson efa607f93e
Add a test for "index.md" frontmatter and fix the repo to match ()
* Add a test for "index.md" frontmatter and fix the repo to match

* Fix trailing whitespace

* Merge and add new required index.md files.

* Clarify error message action needed

* Fix up another new sample

* Fix spacing on error message
2020-05-15 08:41:02 -07:00
RichieEscarez a446321306 404 Fixes and Cherry-picks from 0.10 ()
* Secrets use GOOGLE_APPLICATION_CREDENTIALS as key ()

* [DOC] Add alternative shell command to delete knative service  ()

* Update getting-started-knative-app.md

It is very useful when `kservice` are created via API and not with files.

* Delete the word "record" per review.

* Fix typo in microk8s doc ()

* Fix the Subscription's apiVersion in debugging. ()

Fix the Subscription's apiVersion in eventing debugging example.yaml file.

According to the api register in `https://github.com/knative/eventing/tree/master/pkg/apis/messaging`. 
The Subscription Kind should be in messaging.knative.dev/v1alpha1, while the original file is "eventing.knative.dev/v1alpha1".
If apply the original file, the error happened "error: unable to recognize "example.yaml": no matches for kind "Subscription" in version "eventing.knative.dev/v1alpha1""

This update fix this bug.

* minor typo fix ()

* fix small typo in sample READMEs ()

* fix more broken links

* fix broken links

* update old readfile syntax

* revert dynamic var

* link to folder not readfile source

* fix bad markdown

* fix broken titles and links
2019-12-13 15:29:54 -08:00
RichieEscarez a8a1032de0 fix broken links (from link checking report tool testing) ()
* remove missed file

* fix more broken links

* fix markdown only link errors
2019-11-11 19:33:22 -08:00
Matt Moore 1359104439 Drop the manual gateway resolution from samples. ()
This builds on these changes to allow us to drop the manual gateway resolution from our samples:
https://github.com/knative/docs/pull/1839
https://github.com/knative/docs/pull/1840
https://github.com/knative/docs/pull/1841

The expectation is that samples are run in an environment with DNS suitably configured, even if
that is simply `xip.io` for development.
2019-10-02 11:44:07 -07:00
Nils Schmidt 49ebc27142 Improve gke static ip assign doc ()
* Remove error-prone if branch for ingress gateway name detection<

* Add gke example image of desired external IP address state

* Remove knative-ingressgateway due to versioned docs

* Remove knative-ingressgateway due to versioned docs in whole repo

* Fix indention
2019-09-24 09:57:44 -07:00
Matt Moore 8adb5cbe47 Use v1 everywhere for 0.10 ()
/hold

Need to wait for the docs 0.9 release cut.
2019-09-23 16:02:16 -07:00
RichieEscarez 9a92f43ca2 Fix rendering issues due to nested shortcodes ()
* Community - move frontmatter into README

* Serving - move frontmatter into README

* swap readfile calls from README.md to index.md

* Eventing - move frontmatter into README
2019-08-01 09:38:43 -07:00
Matt Moore 595c6e86ef Revert the use of Serving v1beta1. () 2019-06-27 11:06:07 -07:00
Matt Moore 7ad28abafb Move all serving stuff to v1beta1 apiVersion ()
* Clean up some stragglers to the beta shape.

* Migrate all serving apiVersion to v1beta1.
2019-06-18 15:31:46 -07:00
Dan Gerdesmeier 0cdad17da4 Update community samples to use v1beta1 APIs ()
Replace the use of `runLatest` with `template`.
2019-06-12 10:42:43 -07:00
Matt Moore d1733f7a2c Migrate serving samples away from features disabled in 0.7. ()
Eliminate several samples using JIT Builds.

Stop using `.status.domain` everywhere.

Fixes: 
2019-06-10 16:12:42 -07:00
Himanshu Pandey 793f2f3e12 Removed ENV PORT from all Docker files ()
* Removed ENV PORT from Docker files

* Added back the ENV key
2019-05-13 08:49:40 -07:00
mattmoor-sockpuppet 429da39a46 Format markdown ()
* Format markdown

Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`

* Revert the bad portion of the auto-format
2019-04-28 08:13:30 -07:00
RichieEscarez 1d778b87fc add community _index.md files () 2019-04-22 11:48:28 -07:00
mattmoor-sockpuppet 01d4ba31ec Format markdown ()
* 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 ()
* Add front matter to Build files ()

* 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/ ()

* Adds front matter to Serving ()

* 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 ()

* add Hugo index files and frontmatter ()

* hugo build files for autogen refdocs ()

* move resources and readme ()

* site: add blog ()

* add blog folder

* switch to sentence case

* site: add community and contributing ()

* 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 ()

* move content into a 'docs' directory

* inject additional 'docs' directory

* site: add build files and front matter to serving samples ()

* new _index.md files and front matter

* serving samples + fix urls

* remove file

* add PR#851 - channels ()

* Update README.md ()

* Remove README.md from all links ()

* 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 ()

* 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

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 ()

* site: fix eventing links ()

* fix eventing links

* Update README.md

* fix install links ()

* site: fix serving links ()

* fix serving links

* Update using-external-dns-on-gcp.md

* remove hardcoded github link ()

* Update README.md ()

Fix links by removing md file extensions.

* Fix links ()

* Fix links

* Update installing-build-component.md

* Update builder-contract.md

* add missing hello-world directory ()

* Link fixes for Build ()

* 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 ()

* 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) ()

* Revert "convert to Hugo rel link"

This reverts commit f1bbc8ebbc.

* Revert "Fix links ()"

This reverts commit 3a57ffed62.

* Revert "remove hardcoded github link ()"

This reverts commit fb7fdd9383.

* Revert "site: fix serving links ()"

This reverts commit f61514c1b4.

* Revert "fix install links ()"

This reverts commit 1fcf32b509.

* Revert "site: fix eventing links ()"

This reverts commit 880916567e.

* Revert "fix build links ()"

This reverts commit 847e08bf2e.

* Revert "fix links in community ()"

This reverts commit 0cd5a44baf.

* Revert "Remove README.md from all links ()"

This reverts commit 2029c8bccb.

* Revert "Update README.md ()"

This reverts commit 072c731155.

* Adding frontmatter to Gloo guide ()

*  adding frontmatter; cherry-picking commit into 0.3 ()

* Deploy using private registry ()

* 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 ()

Update to correct title (Openshift > Minishift), as mentioned by Ashleigh in the Docs WG.

* add type:docs + enable relative links ()

* Deleting an unnecessary file

accidentally copied in extra file

* update ref docs api build script and files ()

* all links must have ./ ()

* 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 ()

* Incorporate edits from  ()

* Incorporate edits from 

* Add "contributor" info link

* page-by-page link check fixes ()

* 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
Matt Moore 4037374784 Manually run prettier.io ()
* Manually run prettier.io

Trying to fix the stuff that hits prettier.io bugs.

* Fix prettier.io issues.
2019-02-07 16:04:41 -08:00
Averi Kitsch 0d4c5c2dac Add Community Sample Directory ()
* Move extra helloworld samples

* Add documentation for community samples

* Update readmes
2019-01-28 14:08:37 -08:00