We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8491ebc commit ebc4b60Copy full SHA for ebc4b60
docs/app.config.ts
@@ -41,5 +41,26 @@ export default defineAppConfig({
41
container: 'flex flex-col lg:grid py-16 sm:py-20 lg:py-24 gap-16 sm:gap-y-2'
42
}
43
44
+ },
45
+ toc: {
46
+ title: 'On this page',
47
+ bottom: {
48
+ title: 'Ecosystem',
49
+ edit: 'https://github.com/Relaticle/flowforge',
50
+ links: [
51
+ {
52
+ icon: 'i-simple-icons-laravel',
53
+ label: 'FilaForms',
54
+ to: 'https://filaforms.app',
55
+ target: '_blank'
56
57
58
+ icon: 'i-lucide-sliders',
59
+ label: 'Custom Fields',
60
+ to: 'https://custom-fields.relaticle.com',
61
62
+ }
63
+ ]
64
65
66
})
0 commit comments