Closed aaronsteers closed 2 years ago
@cjohnhanson - Here's another one you could likely pick up.
For context, some plugins have a next_steps
section in their yaml definitions, which is rendered into next_steps_rendered
element as of #765 merging.
When a plugin has a next steps already defined, we can/should use that, but otherwise, we have boilerplate text for Extractors, Loaders, and Transformers.
As of today, you may find that all plugin types are getting the default Extractors
text. You can see the correct content from the production hub links.
We probably will want to wait until #781 merges before starting this one.
Resolved in https://github.com/meltano/hub/pull/813
"Next Steps" section of the detail pages:
next_steps
is in Markdown.next_steps_rendered
(which is sourced from the yamlnext_steps
:next_steps
content so they should not have that section.