-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathzensical.toml
More file actions
85 lines (78 loc) · 2.19 KB
/
Copy pathzensical.toml
File metadata and controls
85 lines (78 loc) · 2.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
[project]
site_name = "Some"
site_url = "https://some.appoutlet.dev"
site_description = "A Kotlin test data generation library that creates random instances of any Kotlin class"
site_author = "AppOutlet, Lda"
copyright = "© 2026 AppOutlet, Lda"
repo_url = "https://github.com/MessiasLima/Some"
nav = [
"index.md",
"getting-started.md",
{ "Migration" = [
"migration/index.md",
"migration/0.2.1-to-0.2.2.md"
] },
"configuration.md",
{ "Strategies" = [
"strategies/index.md",
"strategies/nullable-strategy.md",
"strategies/string-strategy.md",
"strategies/collection-strategy.md",
"strategies/float-strategy.md",
"strategies/default-value-strategy.md",
"strategies/zoned-date-time-strategy.md"
] },
"supported-types.md",
{ "Android" = [
"android/index.md",
"android/uri.md",
"android/compose.md",
"android/color.md"
] },
"kotest.md",
"custom-factories.md",
"custom-resolvers.md",
{ "API Reference" = "https://some.appoutlet.dev/reference/latest/" }
]
[project.theme]
logo = "logo-icon.svg"
favicon = "logo-icon.svg"
features = [
"navigation.instant",
"navigation.instant.prefetch",
"navigation.instant.progress",
"navigation.path",
"navigation.top",
"navigation.indexes",
"search.highlight",
"toc.follow",
]
custom_dir = "docs/overrides"
# Palette toggle for automatic mode
[[project.theme.palette]]
primary = "deep purple"
accent = "purple"
media = "(prefers-color-scheme)"
toggle.icon = "lucide/sun-moon"
toggle.name = "Switch to light mode"
# Palette toggle for light mode
[[project.theme.palette]]
primary = "deep purple"
accent = "purple"
media = "(prefers-color-scheme: light)"
scheme = "default"
toggle.icon = "lucide/sun"
toggle.name = "Switch to dark mode"
# Palette toggle for dark mode
[[project.theme.palette]]
primary = "deep purple"
accent = "purple"
media = "(prefers-color-scheme: dark)"
scheme = "slate"
toggle.icon = "lucide/moon"
toggle.name = "Switch to system preference"
[project.theme.icon]
repo = "fontawesome/brands/github"
[project.extra.analytics]
provider = "custom"
property = "5992afc8-9605-42dd-9b15-46eeba57c2aa"