Skip to content

Commit 1448d46

Browse files
committed
Update repo to docusaurus 3.10.1, update deps, and fix broken links
1 parent 0ceb82c commit 1448d46

4 files changed

Lines changed: 2192 additions & 1765 deletions

File tree

website/docs/GettingStarted/Biosensing-Setups/04-ExG-Setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ For this tutorial, we will use Channels 1 and 2 as EEG, Channel 3 as ECG and Cha
150150

151151
The Ganglion board also has a REF and D_G pin which act exactly as the SRB2 and BIAS pins in the Cyton and Cyton+Daisy. The REF pin acts as a common reference when measuring EEG and the D_G pin acts as the BIAS pin for cancelling common-mode noise and 50/60 Hz noise. Although there is a top and bottom pin for REF and D_G, these are the same pins are can be used for any setup. For ease of use, we will use the top pins of REF and D_G.
152152

153-
For **EEG**, connect the top pins of +1- and +2- headers to the EEG electrodes and the top pins of the REF and D_G pins to the earclips. For **ECG** and **EMG**, connect the top and bottom pins of the +3- and +4- headers to the Snap electrode cables and connect them to [ECG electrode locations](../../GettingStarted/Biosensing-Setups/ECGSetup/#connect-the-electrodes-to-your-body) and [EMG electrode locations](../../GettingStarted/Biosensing-Setups/EMGSetup/#obtain-emg-data-with-openbci-ganglion-board). The final pin connections should be as shown below.
153+
For **EEG**, connect the top pins of +1- and +2- headers to the EEG electrodes and the top pins of the REF and D_G pins to the earclips. For **ECG** and **EMG**, connect the top and bottom pins of the +3- and +4- headers to the Snap electrode cables and connect them to [ECG electrode locations](./03-ECG-Setup.md#connect-the-electrodes-to-your-body) and [EMG electrode locations](./02-EMG-Setup.md#obtain-emg-data-with-openbci-ganglion-board). The final pin connections should be as shown below.
154154

155155
| Front View | Top View |
156156
| --------------------------------------------------------------------- | ----------------------------------------------------------------- |

website/docusaurus.config.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,12 @@ module.exports = {
1313
},
1414
noIndex: false,
1515
onBrokenLinks: "log",
16-
onBrokenMarkdownLinks: "log",
1716
trailingSlash: true,
17+
markdown: {
18+
hooks: {
19+
onBrokenMarkdownLinks: "log",
20+
},
21+
},
1822
presets: [
1923
[
2024
"@docusaurus/preset-classic",

0 commit comments

Comments
 (0)