"networking_and_domains": {
"title": "Networking and Domains",
"description": "Guides for managing domains, SSL certificates, and routing.",
"pages": [
{
"page": "dns_management.html",
"description": "Managing A, CNAME, and TXT records on Namecheap."
},
{
"page": "ssl_certificate_setup.html",
"description": "Installing and renewing SSL certificates using Certbot."
},
{
"page": "domain_migration.html",
"description": "Moving domains between servers or registrars safely."
},
{
"page": "nginx_load_balancing.html",
"description": "Load balancing Django apps using Nginx upstream blocks."
}
]
},
"database_and_storage": {
"title": "Database and Storage",
"description": "Guides for MySQL performance tuning and MinIO management.",
"pages": [
{
"page": "database_tuning.html",
"description": "Optimizing MySQL indexes, cache, and configuration."
},
{
"page": "storage_management.html",
"description": "Managing MinIO buckets, versioning, and retention policies."
},
{
"page": "mysql_replication.html",
"description": "Setting up MySQL replication for redundancy and read scaling."
}
]
}
}
}