docs
docs copied to clipboard
Create a single, central doc about configuring default channel configmaps
Currently there are separate docs for the Operator and regular CRs, plus kafka docs:
- https://knative.dev/docs/install/operator/configuring-eventing-cr/
- https://knative.dev/docs/eventing/configuration/kafka-channel-configuration/
- https://knative.dev/docs/eventing/configuration/channel-configuration/
Describe the change you'd like to see
- There should be a similar section to https://knative.dev/docs/eventing/brokers/ but for Channels under Eventing, as well as under Concepts > Eventing resources (e.g. https://knative.dev/docs/concepts/eventing-resources/brokers/)
- Configuration info for channels should be grouped, and tabs provided for different config types (i.e. Operator vs YAML) instead of entirely different sections and pages.
- Documented config options should show the standard, default MT broker examples, as well as Kafka examples, so that Kafka channel docs can be combined here too.
@snneji any thoughts on what's proposed here?