datahub/site/content/assets/sidebar.json
Luccas Mateus de Medeiros Gomes f93d4aa6bd [site][m] - start of developer faq
2023-05-17 19:41:27 -03:00

23 lines
751 B
JSON

[
{
"title": "Getting started",
"links": [
{ "title": "Introduction", "href": "/#how-portaljs-works" },
{ "title": "Setup", "href": "/docs" },
{ "title": "Creating new datasets", "href": "/docs/creating-new-datasets" },
{ "title": "Searching datasets", "href": "/docs/searching-datasets" },
{ "title": "Showing metadata", "href": "/docs/showing-metadata" },
{ "title": "Deploying your PortalJS app", "href": "/docs/deploying-your-portaljs-app" }
]
},
{
"title": "Developer FAQs",
"links": [
{ "title": "Analytics", "href": "/howto/analytics" },
{ "title": "Page Metadata", "href": "/howto/page-metadata" },
{ "title": "Sitemaps", "href": "/howto/sitemaps" }
]
}
]