Commit Graph

16 Commits

Author SHA1 Message Date
Murphylu1993 c80d4ab08f
fix typo (#2611)
* fix typo

* fix typo
2020-06-24 10:58:27 -07:00
Evan Anderson efa607f93e
Add a test for "index.md" frontmatter and fix the repo to match (#2377)
* 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 (#2048)
* Secrets use GOOGLE_APPLICATION_CREDENTIALS as key (#1769)

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

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

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

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

* fix small typo in sample READMEs (#1967)

* 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) (#1975)
* 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. (#1846)
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
Matt Moore bf0eefc64d Fix a minor typo (#1847) 2019-10-01 09:18:04 -07:00
Nils Schmidt 49ebc27142 Improve gke static ip assign doc (#1821)
* 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 (#1802)
/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 (#1596)
* 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. (#1545) 2019-06-27 11:06:07 -07:00
mattmoor-sockpuppet 8e20be6848 Format markdown (#1487)
Produced via:
  `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
/assign @samodell
2019-06-19 07:27:59 -07:00
Matt Moore 7ad28abafb Move all serving stuff to v1beta1 apiVersion (#1483)
* Clean up some stragglers to the beta shape.

* Migrate all serving apiVersion to v1beta1.
2019-06-18 15:31:46 -07:00
Matt Moore d1733f7a2c Migrate serving samples away from features disabled in 0.7. (#1439)
Eliminate several samples using JIT Builds.

Stop using `.status.domain` everywhere.

Fixes: #1438
2019-06-10 16:12:42 -07:00
mattmoor-sockpuppet bedcd15489 Format markdown (#1364)
Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
2019-05-22 07:23:30 -07:00
RichieEscarez ad876253b4 Fix community samples sub menu (#1358)
* missing _index.md + shorttitles

* typo
2019-05-21 11:20:27 -07:00
Graeme Rocher 4d0a8573e3 Add Micronaut Sample (#1199)
* Add Micronaut Sample

* Updated Dockerfile to use AdoptOpenJDK.

* renamed directory

* removed .factorypath

* ignore .factorypath

* removed PORT from Dockerfile
updated `application.yml` to respect port env var, and using a reasonable default

* renamed helloworld-micronaut to helloworld-java-micronaut

* Added frontmatter _index.md, and added link in samples/README.md

* small typo and PR#1202
2019-05-20 06:04:29 -07:00