Skip to content
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
build/*
eclipse-sdv-projects-landscape2/*
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,12 @@ docker compose --env-file .env.stable run --rm l2-serve

```shell
mkdir -p build
docker compose run --rm l2-export | tar -C build -xf -
docker compose --env-file .env.stable run --rm l2-export | tar -C build -xf -
```

or using:
```shell
docker run --rm -v eclipse-sdv-projects-landscape2_l2_site:/site -v $PWD/eclipse-sdv-projects-landscape2:/output busybox:1.36 sh -c "cp -r /site/* /output/"
```

## Note on stable and latest
Expand Down
1 change: 1 addition & 0 deletions assets/sdv-logo-color-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/sdv-logo-color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
143 changes: 143 additions & 0 deletions assets/sdv-logo-color_old.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading