1
0
Fork 0

fixed base url and changed navbar items

This commit is contained in:
Kim, Jimin 2021-09-15 09:12:43 +09:00
parent 08512ba2f5
commit e793da2bee

View file

@ -5,8 +5,8 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
module.exports = { module.exports = {
title: 'Llama Bot Documentation', title: 'Llama Bot Documentation',
tagline: '', tagline: '',
url: 'https://llama-bot.github.io', url: 'https://docs.llama.developomp.com',
baseUrl: '/llama-bot-docs/', baseUrl: '/',
onBrokenLinks: 'throw', onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn', onBrokenMarkdownLinks: 'warn',
favicon: 'img/logo.png', favicon: 'img/logo.png',
@ -22,22 +22,28 @@ module.exports = {
}, },
items: [ items: [
{ {
type: 'doc',
docId: 'intro',
position: 'left',
label: 'Docs', label: 'Docs',
docId: 'overview',
type: 'doc',
position: 'left',
}, },
{ {
label: 'Usage',
docId: 'usage/overview',
type: 'doc', type: 'doc',
docId: 'bot/overview',
position: 'left', position: 'left',
},
{
label: 'Bot', label: 'Bot',
docId: 'bot/overview',
type: 'doc',
position: 'left',
}, },
{ {
label: 'Web interface',
docId: 'web-interface/overview',
type: 'doc', type: 'doc',
docId: 'api/overview',
position: 'left', position: 'left',
label: 'API',
}, },
{ {
href: 'https://github.com/llama-bot/llama-bot-docs', href: 'https://github.com/llama-bot/llama-bot-docs',