@@ -13,21 +13,18 @@ const config = {
1313 favicon : 'img/metacall-logo.png' ,
1414
1515 // Set the production url of your site here
16- url : 'https://github.com ' ,
16+ url : 'https://mox678. github.io ' ,
1717 // Set the /<baseUrl>/ pathname under which your site is served
1818 baseUrl : '/docs2/' ,
1919
2020 // GitHub pages deployment config.
21- // If you aren't using GitHub pages, you don't need these.
22- projectName : 'doc ' , // Usually your repo name.
21+ organizationName : 'mox678' , // your GitHub user/org
22+ projectName : 'docs2 ' , // repo name
2323 deploymentBranch : 'gh-pages' ,
2424
2525 onBrokenLinks : 'warn' ,
2626 onBrokenMarkdownLinks : 'warn' ,
2727
28- // Even if you don't use internationalization, you can use this field to set
29- // useful metadata like html lang. For example, if your site is Chinese, you
30- // may want to replace "en" with "zh-Hans".
3128 i18n : {
3229 defaultLocale : 'en' ,
3330 locales : [ 'en' ] ,
@@ -40,21 +37,16 @@ const config = {
4037 ( {
4138 docs : {
4239 sidebarPath : './sidebars.js' ,
43-
44-
45- tagsBasePath : "tags" ,
46- breadcrumbs : true ,
47-
48-
40+ tagsBasePath : 'tags' ,
41+ breadcrumbs : true ,
4942 } ,
5043 theme : {
5144 customCss : './src/css/custom.css' ,
5245 } ,
5346 } ) ,
5447 ] ,
5548 ] ,
56-
57-
49+
5850 themeConfig :
5951 /** @type {import('@docusaurus/preset-classic').ThemeConfig } */
6052 ( {
0 commit comments