hugo build files for autogen refdocs (#841)

This commit is contained in:
RichieEscarez 2019-01-30 09:53:40 -08:00 committed by Richie Escarez
parent 70ccae45e0
commit d512980174
5 changed files with 41 additions and 0 deletions

9
reference/_index.md Normal file
View File

@ -0,0 +1,9 @@
---
title: "Knative Reference Documentation"
linkTitle: "Reference"
weight: 100
type: "docs"
---
Knative API and reference documentation.

8
reference/build-api.md Normal file
View File

@ -0,0 +1,8 @@
---
title: "Knative Build Component"
linkTitle: "Build API"
weight: 20
type: "docs"
---
{{% readfile file="/docs/reference/build.md" %}}

View File

@ -0,0 +1,8 @@
---
title: "Knative Eventing Component"
linkTitle: "Eventing API"
weight: 30
type: "docs"
---
{{% readfile file="/docs/reference/eventing/eventing.md" %}}

View File

@ -0,0 +1,8 @@
---
title: "Knative Eventing Sources"
linkTitle: "Eventing-sources API"
weight: 50
type: "docs"
---
{{% readfile file="/docs/reference/eventing/eventing-sources.md" %}}

8
reference/serving-api.md Normal file
View File

@ -0,0 +1,8 @@
---
title: "Knative Serving Component"
linkTitle: "Serving API"
weight: 50
type: "docs"
---
{{% readfile file="/docs/reference/serving.md" %}}