feat: Guide on how to create a service (#1569)

This commit is contained in:
Rotimi Best
2023-11-03 12:39:49 +00:00
committed by GitHub
parent 1b37c54152
commit 827fa1027f
3 changed files with 283 additions and 2 deletions
@@ -253,10 +253,11 @@ export const navigation: Array<NavGroup> = [
title: "Contributing",
links: [
{ title: "Introduction", href: "/docs/contributing/introduction" },
{ title: "How we code at Formbricks", href: "/docs/contributing/how-we-code" },
{ title: "Demo App", href: "/docs/contributing/demo" },
{ title: "Setup Dev Environment", href: "/docs/contributing/setup" },
{ title: "Gitpod", href: "/docs/contributing/gitpod" },
{ title: "Demo App", href: "/docs/contributing/demo" },
{ title: "How we code at Formbricks", href: "/docs/contributing/how-we-code" },
{ title: "How to create a service", href: "/docs/contributing/creating-a-service" },
{ title: "Troubleshooting", href: "/docs/contributing/troubleshooting" },
{ title: "FAQ", href: "/docs/faq" },
],