docs: add svg images (#25273)
* docs: add svg images * important whitespace old-commit-hash: 4d8f40aa2d60400c808fa276ef40f8f3d6c10fc5
This commit is contained in:
@@ -32,7 +32,7 @@ clean:
|
||||
@echo "Copying docs & config to build folder..."
|
||||
cp -a "$(DOCSDIR)" "$(BUILDDIR)"
|
||||
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 "./build/*" \
|
||||
-not -path "./docs/*" \
|
||||
|
||||
Reference in New Issue
Block a user