chore: added frontmatter plus some changes

This commit is contained in:
Catalin Pit
2024-04-12 14:40:39 +03:00
parent 1f71baaffb
commit c29e6ea861
13 changed files with 87 additions and 28 deletions

View File

@ -1,3 +1,8 @@
---
title: Docker Development
description: Set up Documenso using Docker for local development.
---
# Docker
We provide a Docker container for Documenso, which is published on both DockerHub and GitHub Container Registry.

View File

@ -1,3 +1,8 @@
---
title: Run in Gitpod
description: Get started with Documenso in a ready-to-use Gitpod workspace in your browser.
---
# Run in Gitpod
- Click below to launch a ready-to-use Gitpod workspace in your browser.

View File

@ -1,3 +1,8 @@
---
title: Local development
description: Learn how to set up Documenso for local development.
---
# Local development
There are multiple ways of setting up Documenso for local development. At the moment of writing this documentation, there are 4 ways of running Documenso locally:

View File

@ -1,3 +1,8 @@
---
title: Manual Setup
description: Manually set up Documenso on your machine for local development.
---
# Manual Setup
Follow these steps to setup Documenso on your local machine:

View File

@ -1,3 +1,8 @@
---
title: Developer Quickstart
description: Quickly set up Documenso on your machine for local development with Docker and Docker Compose.
---
# Developer Quickstart
> **Note**: This is a quickstart for developers. It assumes that you have both [docker](https://docs.docker.com/get-docker/) and [docker-compose](https://docs.docker.com/compose/) installed on your machine.