diff --git a/community/samples/serving/machinelearning-python-bentoml/README.md b/community/samples/serving/machinelearning-python-bentoml/README.md index 6c867e0ab7..183a24f9a1 100644 --- a/community/samples/serving/machinelearning-python-bentoml/README.md +++ b/community/samples/serving/machinelearning-python-bentoml/README.md @@ -1,10 +1,3 @@ ---- -title: "Hello World - Python BentoML" -linkTitle: "Python Bentoml" -weight: 1 -type: "docs" ---- - A simple machine learning model with API serving that is written in python and using [BentoML](https://github.com/bentoml/BentoML). BentoML is an open source framework for high performance ML model serving, which supports all major machine diff --git a/community/samples/serving/machinelearning-python-bentoml/index.md b/community/samples/serving/machinelearning-python-bentoml/index.md new file mode 100644 index 0000000000..e7ad738154 --- /dev/null +++ b/community/samples/serving/machinelearning-python-bentoml/index.md @@ -0,0 +1,8 @@ +--- +title: "Hello World - Python BentoML" +linkTitle: "Python Bentoml" +weight: 1 +type: "docs" +--- + +{{% readfile file="README.md" %}} diff --git a/docs/eventing/samples/gitlab-source/README.md b/docs/eventing/samples/gitlab-source/README.md index 6e5b470b8f..da365c3208 100644 --- a/docs/eventing/samples/gitlab-source/README.md +++ b/docs/eventing/samples/gitlab-source/README.md @@ -1,10 +1,3 @@ ---- -title: "GitLab source" -linkTitle: "GitLab source" -weight: 30 -type: "docs" ---- - GitLab Source example shows how to wire GitLab events for consumption by a Knative Service. diff --git a/docs/eventing/samples/gitlab-source/index.md b/docs/eventing/samples/gitlab-source/index.md new file mode 100644 index 0000000000..2526220278 --- /dev/null +++ b/docs/eventing/samples/gitlab-source/index.md @@ -0,0 +1,8 @@ +--- +title: "GitLab source" +linkTitle: "GitLab source" +weight: 30 +type: "docs" +--- + +{{% readfile file="README.md" %}}