@@ -6,15 +6,15 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
66
77/** @type {import('@docusaurus/types').Config } */
88const config = {
9- title : 'dfmg-template ' ,
10- tagline : 'DocFxMarkdownGen Docusaurus template ' ,
11- url : 'https://your-docusaurus-test-site.com ' ,
9+ title : 'servicestack-reference ' ,
10+ tagline : 'ServiceStack Reference Documentation ' ,
11+ url : 'https://reference.servicestack.net ' ,
1212 baseUrl : '/' ,
1313 onBrokenLinks : 'ignore' ,
1414 onBrokenMarkdownLinks : 'warn' ,
1515 favicon : 'img/favicon.ico' ,
16- organizationName : 'Jan0660 ' , // Usually your GitHub org/user name.
17- projectName : 'dfmg-template ' , // Usually your repo name.
16+ organizationName : 'ServiceStack ' , // Usually your GitHub org/user name.
17+ projectName : 'reference-docs ' , // Usually your repo name.
1818
1919 presets : [
2020 [
@@ -60,7 +60,7 @@ const config = {
6060 items : [
6161 {
6262 label : 'GitHub' ,
63- href : 'https://github.com/Jan0660/dfmg-template ' ,
63+ href : 'https://github.com/ServiceStack/ServiceStack ' ,
6464 } ,
6565 ] ,
6666 } ,
@@ -89,7 +89,7 @@ const config = {
8989 typesenseSearchParameters : { } ,
9090
9191 // Optional
92- contextualSearch : true ,
92+ contextualSearch : false ,
9393 }
9494 } ) ,
9595} ;
0 commit comments