Mermaid文档生成服务器

version : 1.0.0

get_diagram_doc

Retrieve the documentation content for a specific Mermaid diagram. Args: diagram_name (DiagramType): The name of the diagram. Possible values are: 'architecture', 'block', 'c4', 'classDiagram', 'entityRelationshipDiagram', 'examples', 'flowchart', 'gantt', 'gitgraph', 'kanban', 'mindmap', 'packet', 'pie', 'quadrantChart', 'radar', 'requirementDiagram', 'sankey', 'sequenceDiagram', 'stateDiagram', 'timeline', 'userJourney', 'xyChart', 'zenuml'. These are case sensitive strings. Returns: str: The documentation content as a string, or an empty string if the diagram is not found.

*diagram_name(null)

结果(Result)