const siteConfig = { title: 'nebula.js', // Title for your website. tagline: 'A new star on the rise', url: 'https://nebulajs.netlify.com', // Your website URL baseUrl: '/', // Base URL for your project */ // Used for publishing and more projectName: 'nebula.js', organizationName: 'qlik-oss', // For no header links in the top nav bar -> headerLinks: [], headerLinks: [ // { doc: 'introduction', label: 'Introduction' }, ], /* path to images for header/footer */ headerIcon: 'docs/assets/logos/nebula_white.svg', disableHeaderTitle: true, footerIcon: 'docs/assets/logos/nebula_white.svg', favicon: 'img/favicon.svg', /* Colors for website */ colors: { primaryColor: '#91298C', secondaryColor: '#0f0', }, /* Custom fonts for website */ /* fonts: { myFont: [ "Times New Roman", "Serif" ], myOtherFont: [ "-apple-system", "system-ui" ] }, */ // This copyright info is used in /core/Footer.js and blog RSS/Atom feeds. copyright: `Copyright © ${new Date().getFullYear()} QlikTech International AB`, highlight: { // Highlight.js theme to use for syntax highlighting in code blocks. theme: 'default', }, // Add custom scripts here that would be placed in