Want to add documentation for a new app? Copy this pre-formatted prompt and send it to your AI coding assistant. The AI will generate a standard Markdown documentation file matching this portal's navigation schema.
Please generate a complete Just-the-Docs markdown documentation page for my project "[PROJECT_NAME]". File destination: custom_images/portal/docs/apps/[PROJECT_SLUG].md Ensure the markdown starts with this exact Jekyll front-matter: --- layout: default title: [PROJECT_NAME] parent: Applications nav_order: [ORDER_NUMBER] --- Include these structured sections: 1. Overview & Core Features (What it does, tech stack, architecture) 2. Live Access & URLs (Web URL: https://[SLUG].babdelka.com, Ingress details) 3. Architecture & Container Spec (Docker image, ports, env variables, volumes) 4. Kubernetes Manifests (Deployment, Service, HTTPRoute) 5. Troubleshooting & Maintenance (Logs, health endpoints, restart commands)