We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f7d49d commit a19cc22Copy full SHA for a19cc22
.gitignore
@@ -7,6 +7,7 @@ docs/extensions/beps
7
# ignore for now files that are copied from the bids examples and spe
8
docs/examples/
9
docs/extensions/macros_doc.md
10
+docs/assets/img/logos/BIDS_logo_black.svg
11
12
# folders
13
*.DS_Store
Makefile
@@ -15,6 +15,7 @@ update_from_spec:
15
rm -fr docs/specification
16
mkdir -p docs/specification/
17
cp specification/macros_doc.md docs/extensions/macros_doc.md
18
+ cp -f specification/BIDS_logo/BIDS_logo_black.svg docs/assets/img/logos/
19
20
update_contributors: .venv node_modules
21
@echo " ---------------------------------- "
docs/assets/img/logos/BIDS_logo_black.svg
0 commit comments