opnform-host-nginx/docs/mint.json

124 lines
2.7 KiB
JSON
Raw Permalink Normal View History

{
"$schema": "https://mintlify.com/schema.json",
"name": "OpnForm Technical Docs",
"logo": {
"light": "/logo.svg",
"dark": "/logo.svg"
},
"favicon": "/logo.svg",
"colors": {
"primary": "#3b82f6",
"light": "#60a5fa",
"dark": "#2563eb",
"anchors": {
"from": "#2563eb",
"to": "#60a5fa"
}
},
"topbarLinks": [
{
"name": "OpnForm",
"url": "https://opnform.com?utm_source=docs&utm_medium=topbar&utm_campaign=technical_docs"
},
{
"name": "GitHub",
"url": "https://github.com/JhumanJ/OpnForm"
}
],
"topbarCtaButton": {
"name": "Dashboard",
"url": "https://opnform.com"
},
"tabs": [
{
"name": "API Reference",
"url": "api-reference"
},
{
"name": "Contributing",
"url": "contributing"
}
],
"anchors": [
{
"name": "Product Documentation",
"icon": "book-open-cover",
"url": "https://help.opnform.com"
},
{
"name": "Community",
"icon": "discord",
"url": "https://discord.gg/YTSjU2a9TS"
},
{
"name": "Changelog",
"icon": "sparkles",
"url": "https://feedback.opnform.com/changelog"
},
{
"name": "Roadmap",
"icon": "road",
"url": "https://feedback.opnform.com/roadmap"
}
],
"navigation": [
{
"group": "Get Started",
"pages": [
"introduction",
"tech-stack"
]
},
{
"group": "Deployment",
"pages": [
"deployment/docker",
Developer docker setup (#683) * Add build context to compose Signed-off-by: Daniel Ekman <knegge@gmail.com> * Update Docker documentation with build instructions Enhance Docker deployment documentation by: - Adding detailed instructions for building Docker images - Providing two methods for image building (Docker Compose and manual) - Clarifying how to use local images with docker-compose.override.yml * Add development Docker configuration Introduce development-specific Docker configuration: - Create docker-compose.dev.yml for local development setup - Add nginx.dev.conf with development CORS settings - Update Dockerfile.api to support environment-specific dependency installation - Configure development services with appropriate volumes and environment variables * Improve Docker and Development Documentation - Remove platform-specific ARM64 constraints in docker-compose.dev.yml - Enhance Nginx configuration with improved proxy and HMR settings - Update documentation for development setup and Docker deployment - Add new Docker development documentation page - Refactor getting started guide with clearer development instructions * Enhance Docker configuration and CI/CD pipeline - Update Docker Compose files with improved service configurations - Add database healthcheck in docker-compose.yml - Refactor GitHub Actions workflow for Docker image publishing - Optimize Dockerfile.api with multi-stage build and environment-specific configurations - Update Nginx configuration for development and production environments * Add GitHub Actions permissions for Docker image publishing Configure GitHub Actions workflow with explicit read and write permissions for content and packages to improve security and clarity of Docker image deployment process --------- Signed-off-by: Daniel Ekman <knegge@gmail.com> Co-authored-by: Daniel Ekman <knegge@gmail.com>
2025-01-28 17:52:48 +01:00
"deployment/docker-development",
"deployment/local-deployment",
"deployment/cloud-vs-self-hosting"
]
},
{
"group": "Configuration",
"pages": [
"configuration/environment-variables",
"configuration/aws-s3",
"configuration/email-setup",
"configuration/custom-domain",
"configuration/subdomain-redirect"
]
},
{
"group": "API Reference",
"pages": [
"api-reference/introduction"
]
},
{
"group": "Zapier Endpoints",
"pages": [
"api-reference/endpoint/validate-api-key",
"api-reference/endpoint/list-forms",
"api-reference/endpoint/new-submission-trigger",
"api-reference/endpoint/unsubscribe-webhook",
"api-reference/endpoint/sample-submission-polling"
]
},
{
"group": "Contributing",
"pages": [
"contributing/getting-started",
"contributing/new-form-block",
"contributing/new-integration"
]
}
],
"footerSocials": {
"twitter": "https://twitter.com/opnform",
"github": "https://github.com/JhumanJ/OpnForm"
},
"openapi": "/api-reference/openapi.json",
"feedback": {
"suggestEdit": true
}
}