@@ -9,19 +9,22 @@ import { themes as prismThemes } from "prism-react-renderer";
99const { themes } = require ( "prism-react-renderer" ) ;
1010/** @type {import('@docusaurus/types').Config } */
1111const config = {
12- title : 'MetaCall' ,
12+ title : 'MetaCall Tutorial ' ,
1313 tagline : 'Documentation for MetaCall' ,
1414 favicon : 'img/metacall-logo.png' ,
1515 organizationName : "MetaCall" ,
1616
1717 // Set the production url of your site here
18- url : 'https://docs-ptc.netlify.app ' ,
18+ url : 'https://github.com ' ,
1919 // Set the /<baseUrl>/ pathname under which your site is served
2020 // For GitHub pages deployment, it is often '/<projectName>/'
21- baseUrl : '/' ,
21+ baseUrl : '/doc/ ' ,
2222
23-
24- projectName : 'MetaCall' , // Usually your repo name.
23+ // GitHub pages deployment config.
24+ // If you aren't using GitHub pages, you don't need these.
25+ organizationName : 'metacall' , // Usually your GitHub org/user name.
26+ projectName : 'doc' , // Usually your repo name.
27+ deploymentBranch : 'gh-pages' ,
2528
2629 onBrokenLinks : 'warn' ,
2730 onBrokenMarkdownLinks : 'warn' ,
0 commit comments