update documentation

This commit is contained in:
MacRimi
2026-07-06 18:48:25 +02:00
parent 6f0fc68c3d
commit 4789371f4d
16 changed files with 696 additions and 32 deletions
@@ -1,6 +1,6 @@
import type { Metadata } from "next"
import { getTranslations, getMessages, setRequestLocale } from "next-intl/server"
import { Info } from "lucide-react"
import { Info, CalendarClock } from "lucide-react"
import { Link } from "@/i18n/navigation"
import { DocHeader } from "@/components/ui/doc-header"
import { Callout } from "@/components/ui/callout"
@@ -117,6 +117,20 @@ export default async function ScheduledJobsPage({
</div>
</div>
<div className="my-8 rounded-lg border border-emerald-200 bg-emerald-50 p-5">
<div className="flex items-start gap-3">
<CalendarClock className="h-5 w-5 text-emerald-700 shrink-0 mt-0.5" aria-hidden="true" />
<div>
<h3 className="text-base font-semibold text-emerald-900 mb-1">
{t("frequencyBadge.title")}
</h3>
<p className="text-sm text-emerald-900/90 leading-relaxed">
{t.rich("frequencyBadge.body", { code, strong })}
</p>
</div>
</div>
</div>
<h2 className="text-2xl font-semibold mt-10 mb-4 text-gray-900">
{t("modes.heading")}
</h2>