| 123456789101112131415161718192021222324 |
- import Badge from "@/src/components/Badge";
- const metadata = {
- "index": {
- title: "Introduction"
- },
- "getting-started": {
- title: "Getting Started",
- },
- "security": {
- title: "Security"
- },
- "features": {
- title: "Features"
- },
- "branding": {
- title: <span className="flex items-center justify-center gap-2">Branding <Badge /></span>,
- },
- "commercial-license": {
- title: "Commercial License"
- }
- }
- export default metadata
|