Skip to content

Commit

Permalink
Merge pull request bids-standard#475 from bids-standard/mv_site
Browse files Browse the repository at this point in the history
[DOC] make BIDS example wesbite redirect to main BIDS website
  • Loading branch information
Remi-Gau authored Nov 12, 2024
2 parents 45c98fa + 7548050 commit 507df66
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ concurrency:
cancel-in-progress: true

on:
push:
branches:
- master
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

permissions:
contents: write
Expand Down
1 change: 0 additions & 1 deletion docs/README.md

This file was deleted.

1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The website listing BIDS examples can now be found on the [main BIDS website](https://bids-website.readthedocs.io/en/latest/datasets/examples.html).
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ site_name: bids-examples

nav:
- The BIDS examples:
- Introduction: README.md
- Examples: https://bids-website.readthedocs.io/en/latest/datasets/examples.html
- Contributing: CONTRIBUTING.md

theme:
Expand All @@ -11,7 +11,7 @@ theme:
logo: images/logo.png


copyright: Copyright &copy; 2018-2023, BIDS Contributors - <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>
copyright: Copyright &copy; BIDS Contributors - <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>

extra:
generator: false
Expand Down

0 comments on commit 507df66

Please sign in to comment.