File tree 2 files changed +2
-7
lines changed
src/content/docs/diagrams
2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ const cache = await getCache();
13
13
// requerd for correct displaying mobile warning
14
14
const className = "not-content" ;
15
15
const conf = {
16
- // cache,
16
+ cache,
17
17
strategy : "file" ,
18
18
darkScheme : "class" ,
19
19
// do not use .beoe for Netlify deployments
Original file line number Diff line number Diff line change @@ -101,12 +101,6 @@ Or locally:
101
101
```
102
102
````
103
103
104
- ## Tips
105
-
106
- ### Note about Netlify
107
-
108
- You can create small Netlify plugin to install D2. See example [ here] ( https://github.com/stereobooster/beoe/tree/main/plugins/netlify-plugin-d2 )
109
-
110
104
## Issues
111
105
112
106
- [x] [ Support links in connections] ( https://github.com/terrastruct/d2/pull/1955 )
@@ -115,4 +109,5 @@ You can create small Netlify plugin to install D2. See example [here](https://gi
115
109
- [ ] [ Class-based dark mode] ( https://github.com/terrastruct/d2/pull/1803 )
116
110
- [ ] [ Remove embeded fonts] ( https://github.com/terrastruct/d2/discussions/132 )
117
111
- [ ] [ Smaller embeded icons] ( https://github.com/terrastruct/d2/discussions/2223 )
112
+ - [ ] [ d2js: full options args] ( https://github.com/terrastruct/d2/issues/2297 ) , like ` pad `
118
113
- [ ] Link resolution callback
You can’t perform that action at this time.
0 commit comments