chore(): update author info

This commit is contained in:
Alexander Bukhalo
2020-12-30 20:37:11 +03:00
parent b55c33c7b0
commit 419728023e
6 changed files with 21 additions and 26 deletions

View File

@@ -5,7 +5,7 @@ module.exports = {
baseUrl: '/',
onBrokenLinks: 'throw',
favicon: 'img/favicon.ico',
organizationName: 'evilsprut', // Usually your GitHub org/user name.
organizationName: 'bukhalo', // Usually your GitHub org/user name.
projectName: 'nestjs-telegraf', // Usually your repo name.
themeConfig: {
navbar: {
@@ -27,7 +27,7 @@ module.exports = {
},
// {to: 'blog', label: 'Blog', position: 'left'},
{
href: 'https://github.com/evilsprut/nestjs-telegraf',
href: 'https://github.com/bukhalo/nestjs-telegraf',
label: 'GitHub',
position: 'right',
},
@@ -91,7 +91,7 @@ module.exports = {
sidebarPath: require.resolve('./sidebars.js'),
// Please change this to your repo.
editUrl:
'https://github.com/evilsprut/nestjs-telegraf/edit/master/website/',
'https://github.com/bukhalo/nestjs-telegraf/edit/master/website/',
showLastUpdateAuthor: true,
showLastUpdateTime: true,
},
@@ -99,7 +99,7 @@ module.exports = {
// showReadingTime: true,
// // Please change this to your repo.
// editUrl:
// 'https://github.com/evilsprut/nestjs-telegraf/edit/master/website/blog/',
// 'https://github.com/bukhalo/nestjs-telegraf/edit/master/website/blog/',
// },
theme: {
customCss: require.resolve('./src/css/custom.css'),