Skip to content

Commit ebc4b60

Browse files
committed
docs: add ecosystem links to right sidebar table of contents
1 parent 8491ebc commit ebc4b60

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

docs/app.config.ts

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,26 @@ export default defineAppConfig({
4141
container: 'flex flex-col lg:grid py-16 sm:py-20 lg:py-24 gap-16 sm:gap-y-2'
4242
}
4343
}
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+
target: '_blank'
62+
}
63+
]
64+
}
4465
}
4566
})

0 commit comments

Comments
 (0)