Skip to content

Commit

Permalink
add title to options for Procedures (#628)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmeigs authored Oct 18, 2024
1 parent 09a0051 commit 675a345
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion snooty/rstspec.toml
Original file line number Diff line number Diff line change
Expand Up @@ -726,10 +726,12 @@ options.path = "string"
[directive."mongodb:procedure"]
help = "Make a set of numbered steps."
example = """.. procedure::
:style: ${0: string}
:title: ${0: Name for Procedure's structured data for SEO purposes (Optional)}
:style: ${1: string}
${1: Steps content}"""
content_type = "block"
options.title = "string"
options.style = "procedure_styles"

[directive."mongodb:quiz"]
Expand Down

0 comments on commit 675a345

Please sign in to comment.