Skip to content

Commit 30c044e

Browse files
committed
notes
1 parent 345ac20 commit 30c044e

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

packages/docs/astro.config.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const cache = await getCache();
1313
// requerd for correct displaying mobile warning
1414
const className = "not-content";
1515
const conf = {
16-
// cache,
16+
cache,
1717
strategy: "file",
1818
darkScheme: "class",
1919
// do not use .beoe for Netlify deployments

packages/docs/src/content/docs/diagrams/d2.mdx

+1-6
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,6 @@ Or locally:
101101
```
102102
````
103103

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-
110104
## Issues
111105

112106
- [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
115109
- [ ] [Class-based dark mode](https://github.com/terrastruct/d2/pull/1803)
116110
- [ ] [Remove embeded fonts](https://github.com/terrastruct/d2/discussions/132)
117111
- [ ] [Smaller embeded icons](https://github.com/terrastruct/d2/discussions/2223)
112+
- [ ] [d2js: full options args](https://github.com/terrastruct/d2/issues/2297), like `pad`
118113
- [ ] Link resolution callback

0 commit comments

Comments
 (0)