prepared config for github pages hosting
This commit is contained in:
parent
a720f09197
commit
e7cea63513
1 changed files with 3 additions and 3 deletions
|
@ -5,13 +5,13 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
|
||||||
module.exports = {
|
module.exports = {
|
||||||
title: 'Llama Bot Documentation',
|
title: 'Llama Bot Documentation',
|
||||||
tagline: '',
|
tagline: '',
|
||||||
url: 'https://doc.llama.developomp.com',
|
url: 'https://llama-bot.github.io',
|
||||||
baseUrl: '/',
|
baseUrl: '/llama-bot-docs/',
|
||||||
onBrokenLinks: 'throw',
|
onBrokenLinks: 'throw',
|
||||||
onBrokenMarkdownLinks: 'warn',
|
onBrokenMarkdownLinks: 'warn',
|
||||||
favicon: 'img/logo.png',
|
favicon: 'img/logo.png',
|
||||||
organizationName: 'llama-bot', // Usually your GitHub org/user name.
|
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: {
|
themeConfig: {
|
||||||
navbar: {
|
navbar: {
|
||||||
title: 'Llama Bot',
|
title: 'Llama Bot',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue