master
Hasan Genc 5 years ago
parent 5b2f50ad0c
commit 5f9a4c4396
  1. 10
      website/docusaurus.config.js

@ -6,7 +6,11 @@ module.exports = {
favicon: 'img/icon.png', favicon: 'img/icon.png',
organizationName: 'Trendyol', organizationName: 'Trendyol',
projectName: 'react-carousel', projectName: 'react-carousel',
plugins: ['@docusaurus/plugin-google-analytics'],
themeConfig: { themeConfig: {
googleAnalytics: {
trackingID: 'UA-163119464-1',
},
navbar: { navbar: {
title: 'React Carousel', title: 'React Carousel',
logo: { logo: {
@ -65,7 +69,8 @@ module.exports = {
}, },
{ {
label: 'Youtube', label: 'Youtube',
href: 'https://www.youtube.com/channel/UCUBiayLMggBAsiYvGLzQJ5w/', href:
'https://www.youtube.com/channel/UCUBiayLMggBAsiYvGLzQJ5w/',
}, },
], ],
}, },
@ -79,7 +84,8 @@ module.exports = {
{ {
docs: { docs: {
sidebarPath: require.resolve('./sidebars.js'), sidebarPath: require.resolve('./sidebars.js'),
editUrl: 'https://github.com/trendyol/react-carousel/edit/master/website/', editUrl:
'https://github.com/trendyol/react-carousel/edit/master/website/',
}, },
theme: { theme: {
customCss: require.resolve('./src/css/custom.css'), customCss: require.resolve('./src/css/custom.css'),

Loading…
Cancel
Save