Add canonical Bryn signals and plays/actions reference pages - #905
Open
dankelleher wants to merge 2 commits into
Open
dankelleher wants to merge 2 commits into
dankelleher wants to merge 2 commits into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary: Adds the canonical public reference pages for Bryn under the Bryn docs tab: a Signals reference and a Plays & actions reference. Both distinguish shipped (Current), Limited preview, and Planned status so marketing and technical content have a single source of truth for terminology.
Type: Feature (docs)
Two new pages:
docs/bryn/signals-reference.mdx— signal names, meanings, sources, and shipping status (current + planned).docs/bryn/plays-and-actions-reference.mdx— action words (verbs), connector capabilities, and Plays, with shipping status.Wired into
sidebars/bryn.tsunder a new Reference section.Testing: Docusaurus build validates doc ids in the sidebar resolve and frontmatter parses; lychee link check covers links. Content mirrors the previously-reviewed source and passed the style-guide gate (sentence case, no internal references).
Notes: These pages were previously drafted in the
civicteam/brynrepo; per ticket confirmation the canonical public copies live here in docs.civic.com. The internal projected-I/O "scrap paper" doc stays in the bryn repo.