Skip to content

Commit 183f430

Browse files
feat: Add theme configuration to docs.yml (#84)
1 parent 8972e3e commit 183f430

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

fern/docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@ colors:
9090
dark: "#81C784"
9191
light: "#1B5E20"
9292

93+
theme:
94+
page-actions: toolbar
95+
footer-nav: minimal
96+
9397
logo:
9498
dark: docs/assets/logo-dark.svg
9599
light: docs/assets/logo-light.svg

fern/fern.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"organization": "plantstore",
3-
"version": "0.110.0"
3+
"version": "0.121.0"
44
}

0 commit comments

Comments
 (0)