Skip to content

Commit

Permalink
add blocks.config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Donham committed Jun 27, 2022
1 parent 4ac2709 commit 6092a86
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions blocks.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[
{
"type": "file",
"id": "mermaid-block",
"title": "Mermaid Block",
"description": "Render file with Mermaid",
"entry": "/src/blocks/mermaid-block/index.tsx",
"matches": ["*.mermaid"],
"example_path": "https://github.com/sourcegraph/sourcegraph/blob/main/doc/code_intelligence/explanations/diagrams/index-states.mermaid"
}
]

0 comments on commit 6092a86

Please sign in to comment.