From bb06d6bb092ad22c5c0737eac63d74ef2d08ddd2 Mon Sep 17 00:00:00 2001 From: adithya Date: Sat, 7 Feb 2026 01:23:54 +0530 Subject: [PATCH] fix: Added missing title metadata New files didn't have YAML metadata, it is added now. --- docs/01-getting-started/01-choosing-a-deployment-method.md | 4 ++++ docs/01-getting-started/02-docker-immutability.md | 4 ++++ docs/02-setup/08-single-server-nginxproxy-example.md | 4 ++++ docs/03-production/04-nginx-proxy-acme-companion.md | 4 ++++ docs/03-production/05-caddy-https.md | 4 ++++ docs/06-migration/02-traefik-v3-migration.md | 4 ++++ 6 files changed, 24 insertions(+) diff --git a/docs/01-getting-started/01-choosing-a-deployment-method.md b/docs/01-getting-started/01-choosing-a-deployment-method.md index 4b343c06..409a50be 100644 --- a/docs/01-getting-started/01-choosing-a-deployment-method.md +++ b/docs/01-getting-started/01-choosing-a-deployment-method.md @@ -1,3 +1,7 @@ +--- +title: Choosing a Method +--- + # Choosing a Deployment or Development Method This repository (`frappe_docker`) supports **multiple ways to run Frappe using Docker**. diff --git a/docs/01-getting-started/02-docker-immutability.md b/docs/01-getting-started/02-docker-immutability.md index 38a82330..c42ba65d 100644 --- a/docs/01-getting-started/02-docker-immutability.md +++ b/docs/01-getting-started/02-docker-immutability.md @@ -1,3 +1,7 @@ +--- +title: Docker Immutability +--- + # Important Concept: Immutability and Persistence A frequent source of confusion is how **Docker-based Frappe deployments handle persistence**. diff --git a/docs/02-setup/08-single-server-nginxproxy-example.md b/docs/02-setup/08-single-server-nginxproxy-example.md index ec9ef913..0049e39f 100644 --- a/docs/02-setup/08-single-server-nginxproxy-example.md +++ b/docs/02-setup/08-single-server-nginxproxy-example.md @@ -1,3 +1,7 @@ +--- +title: Single Server Example +--- + # Single Server Example (nginx-proxy + acme-companion) This guide demonstrates a single-server setup using nginx-proxy and acme-companion for HTTPS. It is best for a small number of hostnames and a single bench. If you need multiple benches or advanced routing, use the Traefik-based example instead. diff --git a/docs/03-production/04-nginx-proxy-acme-companion.md b/docs/03-production/04-nginx-proxy-acme-companion.md index 15c474eb..70a0e223 100644 --- a/docs/03-production/04-nginx-proxy-acme-companion.md +++ b/docs/03-production/04-nginx-proxy-acme-companion.md @@ -1,3 +1,7 @@ +--- +title: NGINX and ACME Companion +--- + # nginx-proxy + acme-companion (HTTPS) This guide explains how to use nginx-proxy with acme-companion to provide HTTPS for a Frappe Docker stack. diff --git a/docs/03-production/05-caddy-https.md b/docs/03-production/05-caddy-https.md index a8683c5d..45aba8cc 100644 --- a/docs/03-production/05-caddy-https.md +++ b/docs/03-production/05-caddy-https.md @@ -1,3 +1,7 @@ +--- +title: Caddy with HTTPS +--- + # Caddy reverse proxy (local HTTPS) This guide shows how to use Caddy as an external reverse proxy in front of the frontend container. It is most useful for local HTTPS or internal networks. diff --git a/docs/06-migration/02-traefik-v3-migration.md b/docs/06-migration/02-traefik-v3-migration.md index cb0eee11..cb116e23 100644 --- a/docs/06-migration/02-traefik-v3-migration.md +++ b/docs/06-migration/02-traefik-v3-migration.md @@ -1,3 +1,7 @@ +--- +title: Migrate Traefik from v2 to v3 +--- + # Migrate an existing Traefik v2 instance to v3 Use this guide if you already run Traefik v2 with `frappe_docker` and want to upgrade to v3. It focuses on the image upgrade and the v3 routing rule changes that affect existing setups.