From e29140f703d678ac4022e072c654632302a667ce Mon Sep 17 00:00:00 2001 From: Michael Petersen Date: Mon, 15 Jun 2020 08:41:47 -0700 Subject: [PATCH] Added title/aliases to rendor the document - Fixes #2586 - It looks like the block at the top of the README was lost between 0.14 and 0.15. Added the block back. --- docs/eventing/samples/ping-source/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/eventing/samples/ping-source/README.md b/docs/eventing/samples/ping-source/README.md index 4ecd98b113..fbdada2576 100644 --- a/docs/eventing/samples/ping-source/README.md +++ b/docs/eventing/samples/ping-source/README.md @@ -1,3 +1,12 @@ +--- +title: "PingSource example" +linkTitle: "PingSource" +weight: 10 +type: "docs" +aliases: + - ../cronjob-source +--- + This example shows how to configure PingSource as an event source for functions.