-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathzensical.toml
More file actions
101 lines (94 loc) · 3.13 KB
/
Copy pathzensical.toml
File metadata and controls
101 lines (94 loc) · 3.13 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
[project]
site_name = "Frosh Jetpack"
site_description = "Developer-friendly configuration, DAL entities, migrations, declarative resources, and stable Administration UI for Shopware extensions."
site_author = "Friends of Shopware"
site_url = "https://friendsofshopware.github.io/jetpack/"
repo_url = "https://github.com/FriendsOfShopware/jetpack"
repo_name = "FriendsOfShopware/jetpack"
edit_uri = "edit/main/docs/"
copyright = "Copyright © 2026 Friends of Shopware"
docs_dir = "docs"
site_dir = "site"
extra_css = ["stylesheets/extra.css"]
nav = [
{ "Home" = "README.md" },
{ "Start here" = [
{ "Vision" = "vision.md" },
{ "Getting started" = "getting-started.md" },
{ "Compatibility" = "compatibility.md" },
{ "Command reference" = "commands.md" },
] },
{ "Backend" = [
{ "Configuration" = "configuration/README.md" },
{ "Entities" = "entities/README.md" },
{ "Migrations" = "migrations/README.md" },
{ "Custom fields" = "custom-fields/README.md" },
{ "Mail templates" = "mail-templates/README.md" },
{ "Scheduled tasks" = "scheduled-tasks/README.md" },
{ "Routing" = "routing/README.md" },
] },
{ "Administration" = [
{ "Components" = [
"administration-components/README.md",
{ "API reference" = "administration-components/api.md" },
{ "Migration guide" = "administration-components/migration.md" },
{ "Storybook" = "administration-components/storybook.md" },
{ "Live component catalog" = "https://friendsofshopware.github.io/jetpack/storybook/" },
] },
{ "Declarative CRUD" = "administration-crud/README.md" },
{ "Declarative CMS elements" = "administration-cms-elements/README.md" },
] },
{ "Tutorials" = [
{ "Build a Recipe feature" = "tutorials/recipe.md" },
] },
{ "Tooling" = [
{ "Scaffolding" = "scaffolding/README.md" },
{ "Validation" = "validation/README.md" },
] },
]
[project.theme]
language = "en"
features = [
"content.action.edit",
"content.action.view",
"content.code.annotate",
"content.code.copy",
"content.code.select",
"content.tooltips",
"navigation.footer",
"navigation.indexes",
"navigation.instant",
"navigation.instant.progress",
"navigation.path",
"navigation.sections",
"navigation.top",
"navigation.tracking",
"search.highlight",
"toc.follow",
]
[[project.theme.palette]]
scheme = "default"
primary = "custom"
accent = "custom"
toggle.icon = "lucide/sun"
toggle.name = "Switch to dark mode"
[[project.theme.palette]]
scheme = "slate"
primary = "custom"
accent = "custom"
toggle.icon = "lucide/moon"
toggle.name = "Switch to light mode"
[project.theme.icon]
logo = "lucide/rocket"
repo = "fontawesome/brands/github"
[project.theme.font]
text = "Inter"
code = "JetBrains Mono"
[[project.extra.social]]
icon = "fontawesome/brands/github"
link = "https://github.com/FriendsOfShopware/jetpack"
name = "Frosh Jetpack on GitHub"
[[project.extra.social]]
icon = "fontawesome/solid/globe"
link = "https://friendsofshopware.com/"
name = "Friends of Shopware"