@@ -36,16 +36,15 @@ const config = {
3636 sidebarPath : require . resolve ( './sidebars.js' ) ,
3737 // Please change this to your repo.
3838 // Remove this to remove the "edit this page" links.
39- editUrl :
40- 'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/' ,
41- } ,
42- blog : {
43- showReadingTime : true ,
44- // Please change this to your repo.
45- // Remove this to remove the "edit this page" links.
46- editUrl :
47- 'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/' ,
39+ editUrl : 'https://github.com/ReactTooltip/react-tooltip/tree/v5/docs/' ,
4840 } ,
41+ // blog: {
42+ // showReadingTime: true,
43+ // // Please change this to your repo.
44+ // // Remove this to remove the "edit this page" links.
45+ // editUrl:
46+ // 'https://github.com/ReactTooltip/react-tooltip/tree/v5/docs/',
47+ // },
4948 theme : {
5049 customCss : require . resolve ( './src/css/custom.css' ) ,
5150 } ,
@@ -57,21 +56,20 @@ const config = {
5756 /** @type {import('@docusaurus/preset-classic').ThemeConfig } */
5857 ( {
5958 navbar : {
60- title : 'My Site ' ,
59+ title : 'React Tooltip ' ,
6160 logo : {
62- alt : 'My Site Logo' ,
61+ alt : 'React Tooltip Logo' ,
6362 src : 'img/logo.svg' ,
6463 } ,
6564 items : [
6665 {
6766 type : 'doc' ,
6867 docId : 'getting-started' ,
6968 position : 'left' ,
70- label : 'Tutorial ' ,
69+ label : 'Docs ' ,
7170 } ,
72- { to : '/blog' , label : 'Blog' , position : 'left' } ,
7371 {
74- href : 'https://github.com/facebook/docusaurus ' ,
72+ href : 'https://github.com/ReactTooltip/react-tooltip/ ' ,
7573 label : 'GitHub' ,
7674 position : 'right' ,
7775 } ,
@@ -84,43 +82,39 @@ const config = {
8482 title : 'Docs' ,
8583 items : [
8684 {
87- label : 'Tutorial' ,
88- to : '/docs/intro' ,
89- } ,
90- ] ,
91- } ,
92- {
93- title : 'Community' ,
94- items : [
95- {
96- label : 'Stack Overflow' ,
97- href : 'https://stackoverflow.com/questions/tagged/docusaurus' ,
98- } ,
99- {
100- label : 'Discord' ,
101- href : 'https://discordapp.com/invite/docusaurus' ,
102- } ,
103- {
104- label : 'Twitter' ,
105- href : 'https://twitter.com/docusaurus' ,
85+ label : 'Getting Started' ,
86+ to : '/docs/getting-started' ,
10687 } ,
10788 ] ,
10889 } ,
90+ // {
91+ // title: 'Community',
92+ // items: [
93+ // {
94+ // label: 'Stack Overflow',
95+ // href: 'https://stackoverflow.com/questions/tagged/docusaurus',
96+ // },
97+ // {
98+ // label: 'Discord',
99+ // href: 'https://discordapp.com/invite/docusaurus',
100+ // },
101+ // {
102+ // label: 'Twitter',
103+ // href: 'https://twitter.com/docusaurus',
104+ // },
105+ // ],
106+ // },
109107 {
110108 title : 'More' ,
111109 items : [
112- {
113- label : 'Blog' ,
114- to : '/blog' ,
115- } ,
116110 {
117111 label : 'GitHub' ,
118- href : 'https://github.com/facebook/docusaurus ' ,
112+ href : 'https://github.com/ReactTooltip/react-tooltip/ ' ,
119113 } ,
120114 ] ,
121115 } ,
122116 ] ,
123- copyright : `Copyright © ${ new Date ( ) . getFullYear ( ) } My Project, Inc. Built with Docusaurus.` ,
117+ copyright : `Copyright © ${ new Date ( ) . getFullYear ( ) } React Tooltip. Docs built with Docusaurus.` ,
124118 } ,
125119 prism : {
126120 theme : lightCodeTheme ,
0 commit comments