Skip to content

Commit bb43782

Browse files
authored
Solve issues in docusaurus.config.js
1 parent 5f6922e commit bb43782

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

docusaurus.config.js

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,22 @@ import { themes as prismThemes } from "prism-react-renderer";
99
const { themes } = require("prism-react-renderer");
1010
/** @type {import('@docusaurus/types').Config} */
1111
const 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

Comments
 (0)