docs: add svg images (#25273)

* docs: add svg images

* important whitespace
pull/25275/head
Willem Melching 3 years ago committed by GitHub
parent f72c988415
commit 4d8f40aa2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/Makefile

@ -32,7 +32,7 @@ clean:
@echo "Copying docs & config to build folder..." @echo "Copying docs & config to build folder..."
cp -a "$(DOCSDIR)" "$(BUILDDIR)" cp -a "$(DOCSDIR)" "$(BUILDDIR)"
cd "$(OPENPILOT_ROOT)" && \ cd "$(OPENPILOT_ROOT)" && \
find . -type f \( -name "*.md" -o -name "*.rst" -o -name "*.png" -o -name "*.jpg" \) \ find . -type f \( -name "*.md" -o -name "*.rst" -o -name "*.png" -o -name "*.jpg" -o -name "*.svg" \) \
-not -path "*/.*" \ -not -path "*/.*" \
-not -path "./build/*" \ -not -path "./build/*" \
-not -path "./docs/*" \ -not -path "./docs/*" \

Loading…
Cancel
Save