52 lines
1.8 KiB
JavaScript
52 lines
1.8 KiB
JavaScript
const config = {
|
|
title:
|
|
"Portal.JS - Rapidly build rich data portals using a modern frontend framework",
|
|
description:
|
|
"Portal.JS is a framework for rapidly building rich data portal frontends using a modern frontend approach. portal.js can be used to present a single dataset or build a full-scale data catalog/portal.",
|
|
theme: {
|
|
default: "",
|
|
},
|
|
author: "Datopian",
|
|
authorLogo: "/datopian-logo.png",
|
|
authorUrl: "https://datopian.com/",
|
|
navLinks: [
|
|
{ name: "Docs", href: "/docs" },
|
|
{ name: "Components", href: "/docs/components" },
|
|
{ name: "Learn", href: "/learn" },
|
|
{ name: "Gallery", href: "/gallery" },
|
|
{ name: "Data Literate", href: "/data-literate" },
|
|
{ name: "DL Demo", href: "/data-literate/demo" },
|
|
{ name: "Excel Viewer", href: "/excel-viewer" },
|
|
{ name: "GitHub", href: "https://github.com/datopian/portal.js" },
|
|
],
|
|
footerLinks: [],
|
|
nextSeo: {
|
|
openGraph: {
|
|
type: "website",
|
|
title:
|
|
"Portal.JS - Rapidly build rich data portals using a modern frontend framework",
|
|
description:
|
|
"Portal.JS is a framework for rapidly building rich data portal frontends using a modern frontend approach. portal.js can be used to present a single dataset or build a full-scale data catalog/portal.",
|
|
locale: "en_US",
|
|
images: [
|
|
{
|
|
url: "https://datahub.io/static/img/opendata/product.png", // TODO
|
|
alt: "Portal.JS - Rapidly build rich data portals using a modern frontend framework",
|
|
width: 1200,
|
|
height: 627,
|
|
type: "image/jpg",
|
|
},
|
|
],
|
|
},
|
|
twitter: {
|
|
handle: "@datopian",
|
|
site: "https://datopian.com/",
|
|
cardType: "summary_large_image",
|
|
},
|
|
},
|
|
// tableOfContents: true,
|
|
// analytics: "xxxxxx",
|
|
// editLinkShow: true,
|
|
};
|
|
export default config;
|