diff --git a/README.md b/README.md index 2fae768d8b6..561ace1a34f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ - - - Devbox logo. + + + Devbox logo. # Devbox @@ -37,7 +37,7 @@ The example below creates a development environment with `python 3.10` and machine. You can run commands in the environment with `devbox run`, or start an interactive shell in it with `devbox shell`: -![screen cast](docs/app/static/img/devbox_demo.svg) +![screen cast](assets/devbox_demo.svg) ## Installing Devbox diff --git a/docs/app/static/img/devbox_demo.svg b/assets/devbox_demo.svg similarity index 100% rename from docs/app/static/img/devbox_demo.svg rename to assets/devbox_demo.svg diff --git a/assets/devbox_logo_dark.svg b/assets/devbox_logo_dark.svg new file mode 100644 index 00000000000..2c4a0d6e213 --- /dev/null +++ b/assets/devbox_logo_dark.svg @@ -0,0 +1,4 @@ + + + + diff --git a/assets/devbox_logo_light.svg b/assets/devbox_logo_light.svg new file mode 100644 index 00000000000..e67b04852ea --- /dev/null +++ b/assets/devbox_logo_light.svg @@ -0,0 +1,4 @@ + + + + diff --git a/scripts/gen_cast.py b/scripts/gen_cast.py index 447d4c2ff80..fa880204847 100644 --- a/scripts/gen_cast.py +++ b/scripts/gen_cast.py @@ -5,11 +5,11 @@ mirror what the devbox CLI actually prints today, so refresh this script when those messages change. -To regenerate docs/app/static/img/devbox_demo.svg: +To regenerate assets/devbox_demo.svg: python3 scripts/gen_cast.py /tmp/devbox.cast npx svg-term-cli --in /tmp/devbox.cast \\ - --out docs/app/static/img/devbox_demo.svg \\ + --out assets/devbox_demo.svg \\ --window --width 84 --height 26 """ import json