mirror of https://github.com/knative/docs.git
hugo build files for autogen refdocs (#841)
This commit is contained in:
parent
70ccae45e0
commit
d512980174
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
title: "Knative Reference Documentation"
|
||||
linkTitle: "Reference"
|
||||
weight: 100
|
||||
type: "docs"
|
||||
---
|
||||
|
||||
Knative API and reference documentation.
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
title: "Knative Build Component"
|
||||
linkTitle: "Build API"
|
||||
weight: 20
|
||||
type: "docs"
|
||||
---
|
||||
|
||||
{{% readfile file="/docs/reference/build.md" %}}
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
title: "Knative Eventing Component"
|
||||
linkTitle: "Eventing API"
|
||||
weight: 30
|
||||
type: "docs"
|
||||
---
|
||||
|
||||
{{% readfile file="/docs/reference/eventing/eventing.md" %}}
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
title: "Knative Eventing Sources"
|
||||
linkTitle: "Eventing-sources API"
|
||||
weight: 50
|
||||
type: "docs"
|
||||
---
|
||||
|
||||
{{% readfile file="/docs/reference/eventing/eventing-sources.md" %}}
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
title: "Knative Serving Component"
|
||||
linkTitle: "Serving API"
|
||||
weight: 50
|
||||
type: "docs"
|
||||
---
|
||||
|
||||
{{% readfile file="/docs/reference/serving.md" %}}
|
Loading…
Reference in New Issue