developers.urbit.org/lib/constants.js
2023-01-18 10:26:30 -08:00

62 lines
1.5 KiB
JavaScript

export const footerData = [
[
{
title: "Urbit Developers",
links: [
{ title: "Home", href: "/" },
{ title: "Overview", href: "/overview" },
{ title: "Guides", href: "/guides" },
{ title: "Courses", href: "/courses" },
{ title: "Community", href: "/community" },
{ title: "Blog", href: "/blog" },
],
},
{
title: " ",
links: [
{
title: "GitHub",
href: "https://github.com/urbit",
},
{
title: "Airlock APIs",
href: "https://github.com/urbit/awesome-urbit#http-apis-airlock",
},
{
title: "Urbit Binaries",
href: "https://github.com/urbit/urbit/releases",
},
{ title: "Developer Mailing List", href: "https://groups.google.com/a/urbit.org/g/dev" },
{
title: "Issue Tracker",
href: "https://github.com/urbit/urbit/issues",
},
{ title: "Security Audits", href: "https://urbit.org/audits" },
],
},
],
[
{ title: "Privacy Policy", href: "https://urbit.org/privacy" },
{ title: "Terms of Service", href: "https://urbit.org/terms-of-service" },
{ title: "support@urbit.org", href: "mailto:support@urbit.org" },
],
];
export const eventKeys = [
"title",
"ends",
"location",
"image",
"registration_url",
"youtube",
"description",
"starts",
"hosts",
"slug",
"guests",
"content",
"dark",
"timezone",
"darken_image",
];