Skip to content

Commit 51bc498

Browse files
committed
Add classification for about 2/3rds of docs (func + eventing)
1 parent 6920614 commit 51bc498

File tree

123 files changed

+888
-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.

123 files changed

+888
-0
lines changed

docs/community/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
---
2+
audience: contributor
3+
components:
4+
- eventing
5+
- functions
6+
- serving
7+
function: community
8+
---
9+
110
# How to Get Involved
211

312
<!-- TODO: what is community, what are the touchpoints -->

docs/community/contributing.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
---
2+
audience: contributor
3+
components:
4+
- eventing
5+
- functions
6+
- serving
7+
function: community
8+
---
9+
110
# Contribute to Knative
211

312
This is the starting point for becoming a contributor - improving code, improving docs, giving talks, etc.

docs/community/governance.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
audience: contributor
3+
components: []
4+
function: community
5+
---
6+
17
# Community Rules and Practices
28

39
This page provides links to documents for common Knative community practices and

docs/concepts/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
---
2+
audience: developer
3+
components:
4+
- eventing
5+
- functions
6+
- serving
7+
function: explanation
8+
---
9+
110
# Concepts
211

312
The documentation in this section explains commonly referenced Knative concepts and abstractions, and helps to provide you with a better understanding of how Knative works.

docs/concepts/duck-typing.md

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

311
Knative enables [loose coupling](https://en.wikipedia.org/wiki/Loose_coupling) of its components by using [duck typing](https://en.wikipedia.org/wiki/Duck_typing).

docs/concepts/eventing-resources/brokers.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---
2+
audience: developer
3+
components:
4+
- eventing
5+
function: explanation
6+
---
7+
18
# Brokers
29

310
--8<-- "about-brokers.md"

docs/concepts/serving-resources/revisions.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---
2+
audience: developer
3+
components:
4+
- serving
5+
function: explanation
6+
---
7+
18
# Revisions
29

310
--8<-- "about-revisions.md"

docs/eventing/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---
2+
audience: developer
3+
components:
4+
- eventing
5+
function: explanation
6+
---
7+
18
# Knative Eventing - The Event-driven application platform for Kubernetes
29

310
--8<-- "about-eventing.md"

docs/eventing/accessing-traces.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
---
2+
audience: administrator
3+
# And audience: developer for accessing traces
4+
components:
5+
- eventing
6+
function: how-to
7+
---
8+
19
# Accessing CloudEvent traces
210

311
Depending on the request tracing tool that you have installed on your Knative

docs/eventing/brokers/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---
2+
audience: developer
3+
components:
4+
- eventing
5+
function: explanation
6+
---
7+
18
# About Brokers
29

310
--8<-- "about-brokers.md"

0 commit comments

Comments
 (0)