@@ -8,7 +8,7 @@ import {themes as prismThemes} from 'prism-react-renderer';
88
99/** @type {import('@docusaurus/types').Config } */
1010const config = {
11- title : 'My Site ' ,
11+ title : 'drawDB DOCS ' ,
1212 tagline : 'Dinosaurs are cool' ,
1313 favicon : 'img/favicon.ico' ,
1414
@@ -20,8 +20,8 @@ const config = {
2020
2121 // GitHub pages deployment config.
2222 // If you aren't using GitHub pages, you don't need these.
23- organizationName : 'facebook ' , // Usually your GitHub org/user name.
24- projectName : 'docusaurus ' , // Usually your repo name.
23+ organizationName : 'drawdb-io ' , // Usually your GitHub org/user name.
24+ projectName : 'drawdb ' , // Usually your repo name.
2525
2626 onBrokenLinks : 'throw' ,
2727 onBrokenMarkdownLinks : 'warn' ,
@@ -43,24 +43,11 @@ const config = {
4343 sidebarPath : './sidebars.js' ,
4444 // Please change this to your repo.
4545 // Remove this to remove the "edit this page" links.
46+ routeBasePath : '/' ,
4647 editUrl :
4748 'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/' ,
4849 } ,
49- blog : {
50- showReadingTime : true ,
51- feedOptions : {
52- type : [ 'rss' , 'atom' ] ,
53- xslt : true ,
54- } ,
55- // Please change this to your repo.
56- // Remove this to remove the "edit this page" links.
57- editUrl :
58- 'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/' ,
59- // Useful options to enforce blogging best practices
60- onInlineTags : 'warn' ,
61- onInlineAuthors : 'warn' ,
62- onUntruncatedBlogPosts : 'warn' ,
63- } ,
50+ blog : false ,
6451 theme : {
6552 customCss : './src/css/custom.css' ,
6653 } ,
@@ -74,10 +61,10 @@ const config = {
7461 // Replace with your project's social card
7562 image : 'img/docusaurus-social-card.jpg' ,
7663 navbar : {
77- title : 'My Site ' ,
64+ title : 'drawDB ' ,
7865 logo : {
79- alt : 'My Site Logo ' ,
80- src : 'img/logo.svg ' ,
66+ alt : 'drawDB logo ' ,
67+ src : 'img/icon-dark.png ' ,
8168 } ,
8269 items : [
8370 {
@@ -86,11 +73,14 @@ const config = {
8673 position : 'left' ,
8774 label : 'Tutorial' ,
8875 } ,
89- { to : '/blog' , label : 'Blog' , position : 'left' } ,
9076 {
91- href : 'https://github.com/facebook/docusaurus ' ,
77+ href : 'https://github.com/drawdb-io/drawdb ' ,
9278 label : 'GitHub' ,
9379 position : 'right' ,
80+ } , {
81+ href : 'https://x.com/drawdb_' ,
82+ label : 'Twitter' ,
83+ position : 'right' ,
9484 } ,
9585 ] ,
9686 } ,
@@ -109,10 +99,6 @@ const config = {
10999 {
110100 title : 'Community' ,
111101 items : [
112- {
113- label : 'Stack Overflow' ,
114- href : 'https://stackoverflow.com/questions/tagged/docusaurus' ,
115- } ,
116102 {
117103 label : 'Discord' ,
118104 href : 'https://discordapp.com/invite/docusaurus' ,
@@ -126,18 +112,14 @@ const config = {
126112 {
127113 title : 'More' ,
128114 items : [
129- {
130- label : 'Blog' ,
131- to : '/blog' ,
132- } ,
133115 {
134116 label : 'GitHub' ,
135117 href : 'https://github.com/facebook/docusaurus' ,
136118 } ,
137119 ] ,
138120 } ,
139121 ] ,
140- copyright : `Copyright © ${ new Date ( ) . getFullYear ( ) } My Project, Inc . Built with Docusaurus.` ,
122+ copyright : `Copyright © ${ new Date ( ) . getFullYear ( ) } drawDB . Built with Docusaurus.` ,
141123 } ,
142124 prism : {
143125 theme : prismThemes . github ,
0 commit comments