diff --git a/packages/demo/src/content/docs/start-here/getting-started.md b/packages/demo/src/content/docs/start-here/getting-started.md index 7700836..741f7eb 100644 --- a/packages/demo/src/content/docs/start-here/getting-started.md +++ b/packages/demo/src/content/docs/start-here/getting-started.md @@ -6,16 +6,13 @@ sidebar: ## TODO -- [ ] documentation about shared options - - `strategy` - - `darkScheme` - - `cache` - - `class` - - `svgo` -- [ ] documentation about meta - - `strategy`, `class` - - `alt` (not implemented yet) -- [ ] documentation and examples about interactivity +- [ ] pages for each diagram type + - Vizdom + - Graphviz + - Mermaid + - D2 + - Gnuplot + - PlantUML - [ ] tips about styles and other things - [ ] publish new version diff --git a/packages/demo/src/content/docs/start-here/strategy.md b/packages/demo/src/content/docs/start-here/strategy.md index b2a8390..e53c1d9 100644 --- a/packages/demo/src/content/docs/start-here/strategy.md +++ b/packages/demo/src/content/docs/start-here/strategy.md @@ -60,12 +60,9 @@ diagram text WIP ::: -- **cons** - - CSS conflicts - - CSS from website can affect diagram - - potential solution `.not-content` - - CSS from diagram can affect website (d2 diagrams) - - this can break dark theme or other diagrams on the same page - - potential solution use unique prefix to make sure there is no clash - - Dark theme can be limited (black and white) - +- CSS conflicts + - CSS from website can affect diagram + - potential solution `.not-content` + - CSS from diagram can affect website (d2 diagrams) + - this can break dark theme or other diagrams on the same page + - potential solution use unique prefix to make sure there is no clash