Skip to content

Commit c2e59cb

Browse files
authored
Update QA link for Berlin (#2458)
* Update QA link for Berlin * Update to use a config driven QA data
1 parent 78a54df commit c2e59cb

File tree

5 files changed

+22
-4
lines changed

5 files changed

+22
-4
lines changed

docs/_data/berlin-2025-config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,9 @@ cfp: # Conf dates 27-28 October
186186
lightning_talks:
187187
signup_url: https://docs.google.com/forms/d/e/1FAIpQLSdTGBDgbgeyxIMQ8tLo1TRlZ3dKirc1cJuMarVe1eYIRKnWrw/viewform
188188

189+
qa:
190+
event_id: 2SsaJyxrDcyAS8YigHQzCn
191+
189192
unconf:
190193
url: https://docs.google.com/spreadsheets/d/11O2NRC3mQRIdH44OGgjSil3Y6YqpBIfvKqvVTYAsacQ/edit?usp=sharing
191194
date: "All day, Monday, October 27 and Tuesday, October 28"

docs/_data/portland-2025-config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,9 @@ writing_day:
190190
hike:
191191
date: Saturday, May 3, 2 PM
192192

193+
qa:
194+
event_id: pheuiBqUcsduHbivhQgBQV
195+
193196
sponsors:
194197
keystone:
195198
- name: mintlify

docs/_data/schema-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ shirts: include('shirts-details', required=False)
3636
unconf: include('unconf-details', required=False)
3737
writing_day: include('writing_day-details', required=False)
3838
lightning_talks: include('lightning_talks-details', required=False)
39+
qa: include('qa-details', required=False)
3940
hike: include('hike-details', required=False)
4041

4142
flaghassponsors: bool()
@@ -210,3 +211,6 @@ hike-details:
210211

211212
lightning_talks-details:
212213
signup_url: str(required=True)
214+
215+
qa-details:
216+
event_id: str(required=True)

docs/conf/berlin/2025/qa.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,15 @@ This page allows you to ask questions of our speakers,
88
and to vote on questions that you would like to see answered.
99
Refresh this page on the day of the conference talks to see them!
1010

11+
{% if qa %}
1112
.. raw:: html
1213

13-
<iframe src="https://app.sli.do/event/pheuiBqUcsduHbivhQgBQV" height="100%" width="100%" frameBorder="0" style="min-height: 560px;" allow="clipboard-write" title="Slido"></iframe>
14+
<iframe src="https://app.sli.do/event/{{qa.event_id}}" height="100%" width="100%" frameBorder="0" style="min-height: 560px;" allow="clipboard-write" title="Slido"></iframe>
1415

15-
You can also use this link: https://app.sli.do/event/pheuiBqUcsduHbivhQgBQV
16+
You can also use this link: https://app.sli.do/event/{{qa.event_id}}
17+
{% else %}
18+
Q&A details will be available closer to the conference date.
19+
{% endif %}
1620

1721
If you experience technical issues, please report them in the #wtd-conferences channel on Slack.
1822

docs/conf/portland/2025/qa.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,15 @@ This page allows you to ask questions of our speakers,
88
and to vote on questions that you would like to see answered.
99
Refresh this page on the day of the conference talks to see them!
1010

11+
{% if qa %}
1112
.. raw:: html
1213

13-
<iframe src="https://app.sli.do/event/pheuiBqUcsduHbivhQgBQV" height="100%" width="100%" frameBorder="0" style="min-height: 560px;" allow="clipboard-write" title="Slido"></iframe>
14+
<iframe src="https://app.sli.do/event/{{qa.event_id}}" height="100%" width="100%" frameBorder="0" style="min-height: 560px;" allow="clipboard-write" title="Slido"></iframe>
1415

15-
You can also use this link: https://app.sli.do/event/pheuiBqUcsduHbivhQgBQV
16+
You can also use this link: https://app.sli.do/event/{{qa.event_id}}
17+
{% else %}
18+
Q&A details will be available closer to the conference date.
19+
{% endif %}
1620

1721
If you experience technical issues, please report them in the #wtd-conferences channel on Slack.
1822

0 commit comments

Comments
 (0)