Skip to content

Commit

Permalink
Merge pull request #42 from emersonbottero/more-improvements
Browse files Browse the repository at this point in the history
fix: fix #37 add default class name
  • Loading branch information
emersonbottero committed Jul 4, 2023
2 parents 5ae0756 + ddd0805 commit cae5724
Show file tree
Hide file tree
Showing 12 changed files with 4,842 additions and 1,701 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"cSpell.words": ["vitepress"]
"cSpell.words": ["mindmap", "vitepress"]
}
4 changes: 2 additions & 2 deletions docs/guide/more-examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ click K "https://kustomize.io/" _blank
click G "http://www.github.com" "This is a link" _blank
```

<script>
<!-- <script>
import mindmap from "@mermaid-js/mermaid-mindmap"
</script>
</script> -->

## Mindmap supported

Expand Down
4 changes: 3 additions & 1 deletion docs/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ export default defineConfig({
},
},
server: {
allow: ["../../"],
fs: {
allow: ["../../"],
},
},
});
Loading

0 comments on commit cae5724

Please sign in to comment.