Skip to content

Commit 2ebad2f

Browse files
committed
update
1 parent 96a158d commit 2ebad2f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+4780
-4780
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ Please follow the examples in `src/examples`.
6666
- If there are languages with errors for this example, `error/`
6767
1. Create the text for as many languages as you can. It's okay if not totally complete. We
6868
or others can fill.
69-
1. Run `./render.sh` (with the respective tools installed)
69+
1. Run `./ci/render.sh` (with the respective tools installed)
7070
- Pre-requisite tools:
71-
- `mmdc`
71+
- `mermaid-cli` (`mmdc`)
7272
- `plantuml`
73-
- `graphviz`
73+
- `graphviz` (`dot`)
7474
- `d2`
7575

7676
<img alt="CLI render" src="/docs/assets/render.png" />

ci/render.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ _d2() {
1212
mmdc() {
1313
config=$(mktempd)/mmdc-config
1414
echo '{"deterministicIds": true}' >$config
15-
npx --package @mermaid-js/mermaid-cli@10.0.2 -- mmdc -c"$config" "$@"
15+
mmdc -c"$config" "$@"
1616
}
1717

1818
_mmdc() {

src/components/faq.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const items = [
3737
},
3838
{
3939
question: 'How up-to-date is this?',
40-
answer: `Very up to date. Every so often, we upgrade to latest version of all tools and regenerate all. Latest: September 03, 2024.`,
40+
answer: `Very up to date. Every so often, we upgrade to latest version of all tools and regenerate all. Latest: February 11, 2025.`,
4141
},
4242
{
4343
question: 'Who made this?',

src/examples/0_basic/render/d2_dagre.svg

+79-79
Loading

src/examples/0_basic/render/d2_elk.svg

+79-79
Loading

src/examples/0_basic/render/d2_tala.svg

+79-79
Loading

src/examples/0_basic/render/graphviz_dot.svg

+1-1
Loading

src/examples/0_basic/render/graphviz_neato.svg

+1-1
Loading
Loading

0 commit comments

Comments
 (0)