Technical docs (#553)

* WIP

* Working on configuration

* wip

* Finished docs

* Self hosted comparison + more links
This commit is contained in:
Julien Nahum
2024-09-02 15:33:17 +02:00
committed by GitHub
parent 6d4b5b8ff4
commit 4cd8b3c62e
33 changed files with 1289 additions and 242 deletions

View File

@@ -0,0 +1,10 @@
# Bounties
This page will explain the bounty system for OpnForm contributions.
Topics include:
- How the bounty system works
- Current open bounties
- How to claim a bounty
- Payout process

View File

@@ -0,0 +1,20 @@
---
title: "Getting Started with Contributing"
description: "Learn how to contribute to OpnForm"
---
Welcome to the OpnForm contributing guide! Here are some helpful links to get you started:
<CardGroup cols={2}>
<Card title="Setting up the development environment" icon="gear" href="../configuration/environment-variables">
Learn how to configure the environment variables for OpnForm.
</Card>
<Card title="Adding a new form block" icon="puzzle-piece" href="new-form-block">
Follow the steps to add a new form block to your project.
</Card>
<Card title="Integrating new services" icon="plug" href="new-integration">
Discover how to integrate new services with OpnForm.
</Card>
</CardGroup>
We sometimes offer bounties for certain issues. Check out our [bounties page](https://console.algora.io/org/OpnForm) for more information.

View File

@@ -0,0 +1,6 @@
---
title: "Creating a New Form Block"
description: "Learn how to create a new form block for OpnForm"
---
<Warning>Whoops not ready yet! This page is still to be written.</Warning>

View File

@@ -0,0 +1,6 @@
---
title: "Adding a New Integration"
description: "Learn how to add a new integration to OpnForm"
---
<Warning>Whoops not ready yet! This page is still to be written.</Warning>