generated from githubnext/blocks-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jake Donham
committed
Jun 27, 2022
1 parent
4ac2709
commit 6092a86
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] |