Skip to content

Commit f3f22a2

Browse files
committed
docs
1 parent af2c63c commit f3f22a2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

packages/docs/src/content/docs/start-here/configuration.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const cache = await getCache();
2626

2727
use(rehypeDiagram, {
2828
strategy: "file",
29-
darkTheme: "class",
29+
darkScheme: "class",
3030
class: "something",
3131
cache,
3232
});
@@ -35,7 +35,7 @@ use(rehypeDiagram, {
3535
## Local configuration
3636

3737
````md
38-
```some-diagram strategy=inline darkTheme=false class=interactive
38+
```some-diagram strategy=inline darkScheme=false class=interactive
3939
...
4040
```
4141
````

packages/docs/src/content/docs/start-here/strategy.md

+2
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ use(rehypeDiagram, {
5858
});
5959
```
6060

61+
add `fsPath` (`public/beoe`) to `.gitignore`
62+
6163
**Note**: if you deploy to Netlify, do not use path that starts with `.`.
6264

6365
## Pros and cons

0 commit comments

Comments
 (0)