Skip to content

Commit

Permalink
Clean up create event source docs (knative#3365)
Browse files Browse the repository at this point in the history
* Clean up create event source docs

* moved files

* updates
  • Loading branch information
abrennan89 authored Mar 30, 2021
1 parent cc325fa commit fc79242
Show file tree
Hide file tree
Showing 18 changed files with 348 additions and 365 deletions.
299 changes: 0 additions & 299 deletions docs/eventing/samples/writing-event-source-easy-way/README.md

This file was deleted.

8 changes: 0 additions & 8 deletions docs/eventing/samples/writing-event-source-easy-way/_index.md

This file was deleted.

50 changes: 0 additions & 50 deletions docs/eventing/samples/writing-event-source/README.md

This file was deleted.

7 changes: 0 additions & 7 deletions docs/eventing/samples/writing-event-source/_index.md

This file was deleted.

10 changes: 10 additions & 0 deletions docs/eventing/sources/creating-event-sources/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "Creating an event source"
weight: 100
type: "docs"
---

You can create your own event source for use with Knative Eventing components by using the following methods:

- Build an event source in Javascript, and implement it using a ContainerSource or SinkBinding.
- By creating your own event source controller, receiver adapter, and custom resource definition (CRD).
Loading

0 comments on commit fc79242

Please sign in to comment.