Add readfile to Knative multi-container samples (#3198)

This patch fixes https://github.com/knative/docs/issues/3195.
This commit is contained in:
Kenjiro Nakayama 2021-01-31 12:59:31 +09:00 committed by GitHub
parent cf8bd458e2
commit 02e91b2b62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
--- ---
title: "Knative multi-container samples" title: "Knative multi-container samples"
linkTitle: "A simple golang web app" linkTitle: "multi-container samples"
weight: 1 weight: 1
type: "docs" type: "docs"
--- ---
{{% readfile file="README.md" %}}