fixed base url and changed navbar items
This commit is contained in:
parent
08512ba2f5
commit
e793da2bee
1 changed files with 14 additions and 8 deletions
|
@ -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',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue