/* ============================================================ page-help.jsx โ Help / API tab ============================================================ */ const _T = (window.appT || (s => s)); const QUICK_START = [ { emoji: '๐', label: _T('Sign in'), slug: 'signin-format' }, { emoji: '๐ด', label: _T('Request time off'), slug: 'request-pto' }, { emoji: 'โ๏ธ', label: _T('Manage VMs'), slug: 'vpsie-manage-vms' }, { emoji: '๐ค', label: _T('Ask the AI'), slug: 'ask-ai' }, ]; /* โโโ VPSie docs collapsible card โโโโโโโโโโโโโโโโโโโโโโโโโโ */ function VpsieDocCard({ doc }) { const [open, setOpen] = React.useState(false); return (