confluentinc / event-streaming-patterns

A collection of Event Streaming Patterns, including problem statements, solutions, and implementation examples.
Apache License 2.0
13 stars 6 forks source link

Missing Frontmatter #242

Open krisajenkins opened 3 years ago

krisajenkins commented 3 years ago

@miguno's spotted that we have some pages with missing frontmatter, which means no SEO and no title.

Running grep -L 'seo:' docs/**/*.md gives me:

docs/compositional-patterns/event-collaboration.md
docs/event-processing/event-streaming-api.md
docs/event-processing/event-translator.md
docs/event-sink/event-sink-connector.md
docs/event-sink/event-sink.md
docs/event-source/database-write-through.md
docs/event-source/schema-validator.md
docs/event-storage/compacted-event-stream.md
docs/stream-processing/suppressed-event-aggregator.md

...as the culprits.

ybyzek commented 3 years ago

@krisajenkins @miguno please note that some of the missing SEO entries are being worked on in currently open PRs by @fifthposition . For example:

@fifthposition can you please merge your open PRs today? @krisajenkins (if you pick up this issue) please cross-check with open PRs

krisajenkins commented 3 years ago

Aha. Noted. Will do @ybyzek.