_meta.jsx 456 B

123456789101112131415161718192021222324
  1. import Badge from "@/src/components/Badge";
  2. const metadata = {
  3. "index": {
  4. title: "Introduction"
  5. },
  6. "getting-started": {
  7. title: "Getting Started",
  8. },
  9. "security": {
  10. title: "Security"
  11. },
  12. "features": {
  13. title: "Features"
  14. },
  15. "branding": {
  16. title: <span className="flex items-center justify-center gap-2">Branding <Badge /></span>,
  17. },
  18. "commercial-license": {
  19. title: "Commercial License"
  20. }
  21. }
  22. export default metadata