@@ -5,8 +5,8 @@ import type * as Preset from '@docusaurus/preset-classic';
55// This runs in Node.js - Don't use client-side code here (browser APIs, JSX...)
66
77const config : Config = {
8- title : 'My Site ' ,
9- tagline : 'Dinosaurs are cool ' ,
8+ title : 'DBeaver MCP Server ' ,
9+ tagline : 'MCP server for DBeaver ' ,
1010 favicon : 'img/favicon.ico' ,
1111
1212 // Future flags, see https://docusaurus.io/docs/api/docusaurus-config#future
@@ -15,15 +15,15 @@ const config: Config = {
1515 } ,
1616
1717 // Set the production url of your site here
18- url : 'https://your-docusaurus-site.example.com ' ,
18+ url : 'https://srthkdev.github.io ' ,
1919 // Set the /<baseUrl>/ pathname under which your site is served
2020 // For GitHub pages deployment, it is often '/<projectName>/'
21- baseUrl : '/' ,
21+ baseUrl : '/dbeaver-mcp-server/ ' ,
2222
2323 // GitHub pages deployment config.
2424 // If you aren't using GitHub pages, you don't need these.
25- organizationName : 'facebook ' , // Usually your GitHub org/user name.
26- projectName : 'docusaurus ' , // Usually your repo name.
25+ organizationName : 'srthkdev ' , // Usually your GitHub org/user name.
26+ projectName : 'dbeaver-mcp-server ' , // Usually your repo name.
2727
2828 onBrokenLinks : 'throw' ,
2929 onBrokenMarkdownLinks : 'warn' ,
@@ -45,23 +45,9 @@ const config: Config = {
4545 // Please change this to your repo.
4646 // Remove this to remove the "edit this page" links.
4747 editUrl :
48- 'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/' ,
49- } ,
50- blog : {
51- showReadingTime : true ,
52- feedOptions : {
53- type : [ 'rss' , 'atom' ] ,
54- xslt : true ,
55- } ,
56- // Please change this to your repo.
57- // Remove this to remove the "edit this page" links.
58- editUrl :
59- 'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/' ,
60- // Useful options to enforce blogging best practices
61- onInlineTags : 'warn' ,
62- onInlineAuthors : 'warn' ,
63- onUntruncatedBlogPosts : 'warn' ,
48+ 'https://github.com/srthkdev/dbeaver-mcp-server/tree/main/docs-site/' ,
6449 } ,
50+ blog : false , // Disable blog
6551 theme : {
6652 customCss : './src/css/custom.css' ,
6753 } ,
@@ -73,21 +59,16 @@ const config: Config = {
7359 // Replace with your project's social card
7460 image : 'img/docusaurus-social-card.jpg' ,
7561 navbar : {
76- title : 'My Site' ,
77- logo : {
78- alt : 'My Site Logo' ,
79- src : 'img/logo.svg' ,
80- } ,
62+ title : 'DBeaver MCP Server' ,
8163 items : [
8264 {
8365 type : 'docSidebar' ,
8466 sidebarId : 'tutorialSidebar' ,
8567 position : 'left' ,
86- label : 'Tutorial ' ,
68+ label : 'Docs ' ,
8769 } ,
88- { to : '/blog' , label : 'Blog' , position : 'left' } ,
8970 {
90- href : 'https://github.com/facebook/docusaurus ' ,
71+ href : 'https://github.com/srthkdev/dbeaver-mcp-server ' ,
9172 label : 'GitHub' ,
9273 position : 'right' ,
9374 } ,
@@ -100,43 +81,22 @@ const config: Config = {
10081 title : 'Docs' ,
10182 items : [
10283 {
103- label : 'Tutorial ' ,
104- to : '/docs/intro ' ,
84+ label : 'Introduction ' ,
85+ to : '/docs' ,
10586 } ,
10687 ] ,
10788 } ,
10889 {
10990 title : 'Community' ,
11091 items : [
111- {
112- label : 'Stack Overflow' ,
113- href : 'https://stackoverflow.com/questions/tagged/docusaurus' ,
114- } ,
115- {
116- label : 'Discord' ,
117- href : 'https://discordapp.com/invite/docusaurus' ,
118- } ,
119- {
120- label : 'X' ,
121- href : 'https://x.com/docusaurus' ,
122- } ,
123- ] ,
124- } ,
125- {
126- title : 'More' ,
127- items : [
128- {
129- label : 'Blog' ,
130- to : '/blog' ,
131- } ,
13292 {
13393 label : 'GitHub' ,
134- href : 'https://github.com/facebook/docusaurus ' ,
94+ href : 'https://github.com/srthkdev/dbeaver-mcp-server ' ,
13595 } ,
13696 ] ,
13797 } ,
13898 ] ,
139- copyright : `Copyright © ${ new Date ( ) . getFullYear ( ) } My Project, Inc . Built with Docusaurus.` ,
99+ copyright : `Copyright © ${ new Date ( ) . getFullYear ( ) } DBeaver MCP Server . Built with Docusaurus.` ,
140100 } ,
141101 prism : {
142102 theme : prismThemes . github ,
0 commit comments