1
0
Fork 0

prepared config for github pages hosting

This commit is contained in:
Kim, Jimin 2021-08-14 21:27:37 +09:00
parent a720f09197
commit e7cea63513

View file

@ -5,13 +5,13 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
module.exports = {
title: 'Llama Bot Documentation',
tagline: '',
url: 'https://doc.llama.developomp.com',
baseUrl: '/',
url: 'https://llama-bot.github.io',
baseUrl: '/llama-bot-docs/',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
favicon: 'img/logo.png',
organizationName: 'llama-bot', // Usually your GitHub org/user name.
projectName: 'llama-bot', // Usually your repo name.
projectName: 'llama-bot-docs', // Usually your repo name.
themeConfig: {
navbar: {
title: 'Llama Bot',