Skip to content

Commit aaac40e

Browse files
committed
Add classification for remainder of docs (serving+install)
1 parent 51bc498 commit aaac40e

File tree

94 files changed

+672
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+672
-0
lines changed

docs/about-analytics-cookies.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
title: "Learn about Google Analytics cookies"
33
linkTitle: "Learn about cookies"
44
type: "docs"
5+
audience: developer
6+
components: []
7+
function: community
58
---
69

710
By using this website, you are confirming that you accept our use of cookies for

docs/install/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
---
2+
audience: administrator
3+
components:
4+
- serving
5+
- eventing
6+
function: reference
7+
---
8+
19
# Installing Knative
210

311
!!! note

docs/install/installing-backstage-plugins.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---
2+
audience: administrator
3+
components:
4+
- eventing
5+
function: how-to
6+
---
7+
18
# Installing Knative Backstage Plugins
29

310
Knative community is planning to provide a set of Backstage plugins for Knative and their respective backends.

docs/install/installing-cert-manager.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---
2+
audience: administrator
3+
components:
4+
- serving
5+
function: how-to
6+
---
7+
18
# Installing cert-manager for TLS certificates
29

310
Knative leverages [cert-manager](https://github.com/jetstack/cert-manager) to request TLS certificates

docs/install/installing-istio.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---
2+
audience: administrator
3+
components:
4+
- serving
5+
function: how-to
6+
---
7+
18
# Installing Istio for Knative
29

310
This guide walks you through manually installing and customizing Istio for use

docs/install/knative-offerings.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
---
2+
audience: buyer
3+
components:
4+
- serving
5+
- eventing
6+
function: reference
7+
---
8+
19
# Knative Offerings
210

311
Knative has a rich community with many vendors participating, and many of those

docs/install/operator/configuring-eventing-cr.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---
2+
audience: administrator
3+
components:
4+
- eventing
5+
function: how-to
6+
---
7+
18
# Configuring the Eventing Operator custom resource
29

310
You can configure the Knative Eventing operator by modifying settings in the `KnativeEventing` custom resource (CR).

docs/install/operator/configuring-serving-cr.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---
2+
audience: administrator
3+
components:
4+
- serving
5+
function: how-to
6+
---
7+
18
# Configuring the Knative Serving Operator custom resource
29

310
You can modify the KnativeServing CR to configure different options for Knative Serving.

docs/install/operator/configuring-with-operator.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
---
2+
audience: administrator
3+
components:
4+
- serving
5+
- eventing
6+
function: how-to
7+
---
8+
19
# Configuring Knative by using the Operator
210

311
The Operator manages the configuration of a Knative installation, including propagating values from the `KnativeServing` and `KnativeEventing` custom resources to system [ConfigMaps](https://kubernetes.io/docs/concepts/configuration/configmap/).

docs/install/operator/knative-with-operator-cli.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
---
2+
audience: administrator
3+
components:
4+
- serving
5+
- eventing
6+
function: how-to
7+
---
8+
19
# Install by using the Knative Operator CLI Plugin
210

311
Knative provides a CLI Plugin to install, configure and manage Knative via the command lines. This CLI plugin facilitates

0 commit comments

Comments
 (0)