Skip to content

Commit 3734912

Browse files
WIP - changing the Discord FAQs to Yaml. But it doesn't work at the moment
1 parent d3cc84a commit 3734912

File tree

4 files changed

+45
-40
lines changed

4 files changed

+45
-40
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
name: "cantHearAnything"
2+
question: "I can't hear anything!?!"
3+
answer: "<p>
4+
Make sure your speakers/headphones are plugged in/turned on. Make sure your system
5+
volume is turned up.
6+
</p>
7+
"
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: "cantSeePresentation"
2+
question: "I can't see the presentation!"
3+
answer: "<p>
4+
Click on the channel name (on the left of the screen) and you will see everyone's' pictures. One of them will have a
5+
button saying "Watch Stream". Click this button.
6+
<img class="discord-image mg-fluid" width="300" src="../images/discord/discord-watch-stream.png">
7+
</p>
8+
"
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: "imTalkingCantHear"
2+
question: "I'm talking but you can't hear me!"
3+
answer: "<p>
4+
Make sure your microphone/headset is plugged in/turned on. Make sure your microphone is set in the settings.
5+
</p>
6+
<p> You can see settings by clicking the gear icon.
7+
</p>
8+
<img class="discord-image mg-fluid" width="300" src="../images/discord/discord-setting-button.png">
9+
10+
<p>Click "Voice and Video" </p>
11+
<img class="discord-image mg-fluid" width="300" src="../images/discord/discord-voice.png">
12+
13+
<p>Make Sure your microphone is selected here:</p>
14+
15+
<img class="discord-image mg-fluid" width="500" src="../images/discord/discord-microphone-dropdown.png">
16+
17+
<p>You can test it by clicking the "Let's Check" button:</p>
18+
19+
<img class="discord-image mg-fluid" width="500" src="../images/discord/discord-mic-test.png">
20+
21+
"

discord.html

Lines changed: 9 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ <h2>Before the event</h2>
5252
</p>
5353
</div>
5454
</div>
55-
<br />
55+
5656

5757
<a name="joiningTheEvent"></a>
5858
<h2>Joining the event</h2>
@@ -135,7 +135,7 @@ <h3>Log in</h3><img width="200" class="discord-image mg-fluid" src="../images/di
135135
<a href="#">Back to top</a>
136136
</p>
137137
</div>
138-
</div><br />
138+
</div>
139139

140140
<a name="controls"></a>
141141
<h2>Controls</h2>
@@ -170,46 +170,15 @@ <h4>Step 2</h4><img class="discord-image mg-fluid" width="300" src="../images/di
170170
<a href="#">Back to top</a>
171171
</p>
172172
</div>
173-
</div><br />
173+
</div>
174174
<a name="troubleshooting"></a>
175175
<h2>Troubleshooting</h2>
176-
<h4>I can't hear anything!?!</h4>
177-
<p>
178-
Make sure your speakers/headphones are plugged in/turned on. Make sure your system
179-
volume is turned up.
180-
</p>
181-
182-
<h4>I can't see the presentation!</h4>
183-
<p>
184-
Click on the channel name (on the left of the screen) and you will see everyone's' pictures. One of them will have a
185-
button saying "Watch Stream". Click this button.
186-
187-
<img class="discord-image mg-fluid" width="300" src="../images/discord/discord-watch-stream.png">
188-
189-
</p>
190176

191-
<h4>I'm talking but you can't hear me!</h4>
192-
<p>
193-
Make sure your microphone/headset is plugged in/turned on. Make sure your microphone is set in the settings.
194-
</p>
195-
<p> You can see settings by clicking the gear icon.
196-
</p>
197-
<img class="discord-image mg-fluid" width="300" src="../images/discord/discord-setting-button.png">
198-
199-
<p>Click "Voice and Video" </p>
200-
<img class="discord-image mg-fluid" width="300" src="../images/discord/discord-voice.png">
201-
202-
<p>Make Sure your microphone is selected here:</p>
203-
204-
<img class="discord-image mg-fluid" width="500" src="../images/discord/discord-microphone-dropdown.png">
177+
<div id="accordion">
178+
{% for question_hash in site.data.discordQuestions %}
179+
{% assign question = question_hash[1] %}
180+
{% include_relative _includes/question.html question=question %}
181+
{% endfor %}
182+
</div>
205183

206-
<p>You can test it by clicking the "Let's Check" button:</p>
207184

208-
<img class="discord-image mg-fluid" width="500" src="../images/discord/discord-mic-test.png">
209-
<div class="row unpadded">
210-
<div class="col">
211-
<p class="back-to-top">
212-
<a href="#">Back to top</a>
213-
</p>
214-
</div>
215-
</div><br />

0 commit comments

Comments
 (0)