mirror of
https://github.com/documenso/documenso.git
synced 2025-11-10 04:22:32 +10:00
--- name: Pull Request about: Submit changes to the project for review and inclusion --- ## Description <!--- Describe the changes introduced by this pull request. --> <!--- Explain what problem it solves or what feature/fix it adds. --> ## Related Issue <!--- If this pull request is related to a specific issue, reference it here using #issue_number. --> <!--- For example, "Fixes #123" or "Addresses #456". --> ## Changes Made <!--- Provide a summary of the changes made in this pull request. --> <!--- Include any relevant technical details or architecture changes. --> - Change 1 - Change 2 - ... ## Testing Performed <!--- Describe the testing that you have performed to validate these changes. --> <!--- Include information about test cases, testing environments, and results. --> - Tested feature X in scenario Y. - Ran unit tests for component Z. - Tested on browsers A, B, and C. - ... ## Checklist <!--- Please check the boxes that apply to this pull request. --> <!--- You can add or remove items as needed. --> - [ ] I have tested these changes locally and they work as expected. - [ ] I have added/updated tests that prove the effectiveness of these changes. - [ ] I have updated the documentation to reflect these changes, if applicable. - [ ] I have followed the project's coding style guidelines. - [ ] I have addressed the code review feedback from the previous submission, if applicable. ## Additional Notes <!--- Provide any additional context or notes for the reviewers. --> <!--- This might include details about design decisions, potential concerns, or anything else relevant. --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced a new `CallToAction` component to enhance user engagement in the self-hosting documentation. - Added interactive call-to-action elements in the self-hosting documentation pages to guide users towards specific actions. - **Documentation** - Updated self-hosting documentation to include the new call-to-action feature, improving usability and interactivity. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
13 lines
471 B
Plaintext
13 lines
471 B
Plaintext
---
|
|
title: Getting Started with Self-Hosting
|
|
description: A step-by-step guide to setting up and hosting your own Documenso instance.
|
|
---
|
|
|
|
import { CallToAction } from '@documenso/ui/components/call-to-action';
|
|
|
|
# Getting Started with Self-Hosting
|
|
|
|
This is a step-by-step guide to setting up and hosting your own Documenso instance. Before getting started, [select the right license for you](/users/licenses).
|
|
|
|
<CallToAction className="mt-12" utmSource="self-hosting" />
|