diff --git a/README.md b/README.md index 7d5054d6d..03158501a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@
A modern DSL that turns text into diagrams.
-Language docs: [https://d2-lang.com](https://d2-lang.com) +[Language docs](https://d2-lang.com) | [Cheat sheet](./docs/assets/cheat_sheet.pdf) [](https://github.com/terrastruct/d2/actions/workflows/ci.yml) [](https://github.com/terrastruct/d2/releases) diff --git a/d2themes/README.md b/d2themes/README.md index e402ced13..3825d9c0f 100644 --- a/d2themes/README.md +++ b/d2themes/README.md @@ -3,6 +3,10 @@ `d2themes` defines themes for D2. You can add a new one in `./d2themescatalog`, give a unique ID, and specify it in the CLI or library to see it. +# Themes overview + +
+
# Color coding guide
diff --git a/docs/assets/cheat_sheet.pdf b/docs/assets/cheat_sheet.pdf
new file mode 100644
index 000000000..01302eb20
Binary files /dev/null and b/docs/assets/cheat_sheet.pdf differ
diff --git a/docs/assets/themes_overview.png b/docs/assets/themes_overview.png
new file mode 100644
index 000000000..b1d655072
Binary files /dev/null and b/docs/assets/themes_overview.png differ