// Documentation for these options can be found at: // https://docusaurus.io/docs/en/site-config const siteConfig = { title: 'OpenRefine', // Title for your website. tagline: 'A power tool for working with messy data.', url: 'https://docs.openrefine.org/', baseUrl: '/', projectName: 'OpenRefine', organizationName: 'OpenRefine', // For no header links in the top nav bar -> headerLinks: [], headerLinks: [ {doc: 'index', label: 'Home'}, ], users: [], customDocsPath: 'docs/src', docsUrl: '', /* path to images for header/footer */ headerIcon: 'img/openrefine_logo.png', footerIcon: 'img/openrefine_logo.png', favicon: 'img/openrefine_logo.png', /* Colors for website */ colors: { primaryColor: '#196581', secondaryColor: '#5a4411', }, /* Custom fonts for website */ /* fonts: { myFont: [ "Times New Roman", "Serif" ], myOtherFont: [ "-apple-system", "system-ui" ] }, */ copyright: `Copyright © ${new Date().getFullYear()} OpenRefine contributors`, highlight: { // Highlight.js theme to use for syntax highlighting in code blocks. theme: 'default', }, // Add custom scripts here that would be placed in