Fix create_di_autodoc_handler
This commit is contained in:
@@ -29,9 +29,7 @@ def create_di_autodoc_handler(method: str, path: str, handler: InternalHandlerTy
|
|||||||
template = templateEnv.get_template('page.jinja2')
|
template = templateEnv.get_template('page.jinja2')
|
||||||
|
|
||||||
mmd_diagrams = [
|
mmd_diagrams = [
|
||||||
MMDiagramData('1', html.escape(mmd_flowchart)),
|
MMDiagramData('Call sequence', html.escape(mmd_flowchart)),
|
||||||
MMDiagramData('2', html.escape(mmd_flowchart1)),
|
|
||||||
MMDiagramData('3', html.escape(mmd_flowchart2)),
|
|
||||||
]
|
]
|
||||||
|
|
||||||
html_content = template.render(
|
html_content = template.render(
|
||||||
|
|||||||
Reference in New Issue
Block a user