Chris Bowen
07/09/2021, 5:11 PMTOML
file. I'm not sure where/what generates the referenced Markdown file though. I put some docstrings into some of my flows and registered them, but I don't see a Markdown file generated anywhere, nor do I see any change on the UI that displays my doc string.
Feels like I might be missing something (or another Prefect Docs page). Any advice is greatly appreciated! Thank you.Zach Angell
Chris Bowen
07/09/2021, 8:03 PMZach Angell
FlowGroup
model as the description
field
To update the markdown programatically, you can run the mutation
mutation {
set_flow_group_description(input:{description:"<<All about my flow here>>"}) {
success
}
}