chore: update contributing section and guides

This commit is contained in:
Andras Bacsai
2024-09-09 14:52:06 +02:00
parent dc8657a66c
commit fb9e9df094
4 changed files with 6 additions and 5 deletions

View File

@@ -58,11 +58,12 @@ export default defineConfig({
items: [
{ label: 'FAQ', link: '/knowledge-base/faq' },
{ label: 'Contribute to Coolify', collapsed: true, items: [
{ label: 'Contribute to core Coolify', link: '/knowledge-base/contribute/contribute-to-coolify' },
{ label: 'Add a new service template to Coolify', link: '/knowledge-base/contribute/add-a-service' },
{ label: 'Contribute to the Coolify Documentation', link: '/knowledge-base/contribute/contribute-to-coolify-documentation' },
]
{
label: 'How to Contribute?', collapsed: true, items: [
{ label: 'Coolify', link: '/knowledge-base/contribute/coolify' },
{ label: 'New Service', link: '/knowledge-base/contribute/service' },
{ label: 'Documentation', link: '/knowledge-base/contribute/documentation' },
]
},
{