Skip to content

Commit c75bae9

Browse files
committed
feat: use explicit builtin themes on documentation presentation to always be available
1 parent 9b5fd6e commit c75bae9

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

docs/presentation.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Welcome
33
image_backend: docs
44
style:
55
border: hidden
6+
theme: dark
67
---
78

89
![img|43x10](kyma_logo.png)
@@ -90,6 +91,7 @@ style:
9091
title: Style usage
9192
style:
9293
border: hidden
94+
theme: dracula
9395
transition: swipeLeft
9496
---
9597

@@ -110,7 +112,8 @@ style:
110112
----
111113
---
112114
title: Config
113-
preset: dark
115+
style:
116+
theme: dracula
114117
---
115118
116119
# Configuration
@@ -143,6 +146,8 @@ presets:
143146
----
144147
---
145148
title: Global styles
149+
style:
150+
theme: dracula
146151
---
147152

148153
# Global styles
@@ -175,6 +180,8 @@ presets:
175180
----
176181
---
177182
title: Presets
183+
style:
184+
theme: dracula
178185
---
179186

180187
# Presets
@@ -207,6 +214,8 @@ presets:
207214
----
208215
---
209216
title: More ways to navigate
217+
style:
218+
theme: dracula
210219
---
211220

212221
# More ways to navigate
@@ -221,6 +230,8 @@ title: More ways to navigate
221230
title: Achievements
222231
transition: swipeLeft
223232
image_backend: docs
233+
style:
234+
theme: dracula
224235
---
225236

226237
# Achievements

0 commit comments

Comments
 (0)