Skip to content

Commit b06f2cd

Browse files
committed
refactor: remove collapse state from how to open ticket
1 parent b240033 commit b06f2cd

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

Writerside/cfg/buildprofiles.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@
2020
<algolia-api-key>7cf09b7ca00ee35aefbe99fa74174ed6</algolia-api-key>
2121
<web-root>https://server.castcrafter.de/</web-root>
2222

23-
<enable-browser-edits>true</enable-browser-edits>
24-
<browser-edits-url>https://github.com/Keviro/community-server-docs/blob/master/Writerside/</browser-edits-url>
23+
<enable-contribution>true</enable-contribution>
24+
<contribute-url>https://github.com/Keviro/community-server-docs/blob/master/Writerside/</contribute-url>
25+
<custom-css>custom.css</custom-css>
2526
<noindex-content>false</noindex-content>
2627

2728
</variables>

Writerside/cfg/static/custom.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
@import url(https://fonts.googleapis.com/css2?family=Funnel+Display:[email protected]&family=Lexend:[email protected]&display=swap);
2+
3+
.article__p {
4+
font-family: "Lexend", sans-serif;
5+
font-optical-sizing: auto;
6+
font-style: normal;
7+
font-weight: 300;
8+
}

Writerside/topics/support.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ erstellen.
119119
</tabs>
120120
</chapter>
121121

122-
<chapter title="Wie öffne ich ein Support-Ticket?" collapsible="true" default-state="expanded" id="how-to-open-support-ticket">
122+
<chapter title="Wie öffne ich ein Support-Ticket?" id="how-to-open-support-ticket">
123123

124124
1. Klicke im [Discord](%dc_link%) auf den [Ticket-Kanal](%tickets_channel%).
125125
2. Klicke auf den Knopf, welcher sich unter der Nachricht befindet.
@@ -220,7 +220,7 @@ If you have questions regarding the <a href="%dc_link%">Discord</a> or if you wa
220220

221221
</chapter>
222222

223-
<chapter title="How do I open a support ticket?" collapsible="true" default-state="expanded" id="how-to-open-support-ticket-english">
223+
<chapter title="How do I open a support ticket?" id="how-to-open-support-ticket-english">
224224

225225
1. Click on the [ticket channel](%tickets_channel%) in [Discord](%dc_link%).
226226
2. Click the button located under the message.

0 commit comments

Comments
 (0)