mirror of
https://github.com/Maks1mS/nestjs-telegraf.git
synced 2024-12-24 15:04:38 +03:00
update copyrights in docs
This commit is contained in:
parent
8fb46e17a0
commit
0cb3199507
@ -1,18 +1,18 @@
|
||||
module.exports = {
|
||||
title: 'NestJS Telegraf',
|
||||
tagline: 'Powerful Nest module for easy and fast creation Telegram bots',
|
||||
url: 'https://nestjs-telegraf.vercel.app',
|
||||
url: 'https://nestjs-telegraf.hypeer.company',
|
||||
baseUrl: '/',
|
||||
onBrokenLinks: 'throw',
|
||||
favicon: 'img/favicon.ico',
|
||||
organizationName: 'bukhalo',
|
||||
organizationName: 'hypeertech',
|
||||
projectName: 'nestjs-telegraf',
|
||||
themeConfig: {
|
||||
navbar: {
|
||||
title: 'NestJS Telegraf',
|
||||
items: [
|
||||
{
|
||||
href: 'https://github.com/bukhalo/nestjs-telegraf',
|
||||
href: 'https://github.com/hypeertech/nestjs-telegraf',
|
||||
label: 'GitHub',
|
||||
position: 'right',
|
||||
},
|
||||
@ -35,7 +35,7 @@ module.exports = {
|
||||
items: [
|
||||
{
|
||||
label: 'Discussions',
|
||||
href: 'https://github.com/bukhalo/nestjs-telegraf/discussions',
|
||||
href: 'https://github.com/hypeertech/nestjs-telegraf/discussions',
|
||||
},
|
||||
{
|
||||
label: 'Telegram',
|
||||
@ -48,16 +48,16 @@ module.exports = {
|
||||
items: [
|
||||
{
|
||||
label: 'Issues',
|
||||
href: 'https://github.com/bukhalo/nestjs-telegraf/issues',
|
||||
href: 'https://github.com/hypeertech/nestjs-telegraf/issues',
|
||||
},
|
||||
{
|
||||
label: 'Examples',
|
||||
to: 'https://github.com/bukhalo/nestjs-telegraf/tree/master/sample/',
|
||||
to: 'https://github.com/hypeertech/nestjs-telegraf/tree/master/sample/',
|
||||
}
|
||||
],
|
||||
},
|
||||
],
|
||||
copyright: `Copyright © 2019 - ${new Date().getFullYear()}, <a target="_blank" href="https://bukhalo.com">Alexander Bukhalo</a>, <a target="_blank" href="mailto:arthur.asimov.z0@gmail.com">Arthur Asimov</a> and <a target="_blank" href="https://github.com/bukhalo/nestjs-telegraf/graphs/contributors">Others</a>.`,
|
||||
copyright: `Copyright © 2019 - ${new Date().getFullYear()}, <a target="_blank" href="https://hypeer.company">Hypeer</a>, <a target="_blank" href="mailto:arthur.asimov.z0@gmail.com">Arthur Asimov</a> and <a target="_blank" href="https://github.com/bukhalo/nestjs-telegraf/graphs/contributors">Others</a>.`,
|
||||
},
|
||||
},
|
||||
presets: [
|
||||
@ -68,7 +68,7 @@ module.exports = {
|
||||
sidebarPath: require.resolve('./sidebars.js'),
|
||||
routeBasePath: '/',
|
||||
editUrl:
|
||||
'https://github.com/bukhalo/nestjs-telegraf/edit/master/website/',
|
||||
'https://github.com/hypeertech/nestjs-telegraf/edit/master/website/',
|
||||
showLastUpdateAuthor: true,
|
||||
showLastUpdateTime: true,
|
||||
},
|
||||
@ -78,4 +78,12 @@ module.exports = {
|
||||
},
|
||||
],
|
||||
],
|
||||
plugins: [
|
||||
[
|
||||
require.resolve('docusaurus-gtm-plugin'),
|
||||
{
|
||||
id: 'GTM-PRP5KRP',
|
||||
}
|
||||
]
|
||||
],
|
||||
};
|
||||
|
11
website/package-lock.json
generated
11
website/package-lock.json
generated
@ -12,6 +12,7 @@
|
||||
"@docusaurus/preset-classic": "2.0.1",
|
||||
"@mdx-js/react": "1.6.22",
|
||||
"clsx": "1.1.1",
|
||||
"docusaurus-gtm-plugin": "^0.0.2",
|
||||
"react": "17.0.2",
|
||||
"react-dom": "17.0.2"
|
||||
},
|
||||
@ -5723,6 +5724,11 @@
|
||||
"node": ">=6"
|
||||
}
|
||||
},
|
||||
"node_modules/docusaurus-gtm-plugin": {
|
||||
"version": "0.0.2",
|
||||
"resolved": "https://registry.npmjs.org/docusaurus-gtm-plugin/-/docusaurus-gtm-plugin-0.0.2.tgz",
|
||||
"integrity": "sha512-Xx/df0Ppd5SultlzUj9qlQk2lX9mNVfTb41juyBUPZ1Nc/5dNx+uN0VuLyF4JEObkDRrUY1EFo9fEUDo8I6QOQ=="
|
||||
},
|
||||
"node_modules/dom-converter": {
|
||||
"version": "0.2.0",
|
||||
"resolved": "https://registry.npmjs.org/dom-converter/-/dom-converter-0.2.0.tgz",
|
||||
@ -16512,6 +16518,11 @@
|
||||
"@leichtgewicht/ip-codec": "^2.0.1"
|
||||
}
|
||||
},
|
||||
"docusaurus-gtm-plugin": {
|
||||
"version": "0.0.2",
|
||||
"resolved": "https://registry.npmjs.org/docusaurus-gtm-plugin/-/docusaurus-gtm-plugin-0.0.2.tgz",
|
||||
"integrity": "sha512-Xx/df0Ppd5SultlzUj9qlQk2lX9mNVfTb41juyBUPZ1Nc/5dNx+uN0VuLyF4JEObkDRrUY1EFo9fEUDo8I6QOQ=="
|
||||
},
|
||||
"dom-converter": {
|
||||
"version": "0.2.0",
|
||||
"resolved": "https://registry.npmjs.org/dom-converter/-/dom-converter-0.2.0.tgz",
|
||||
|
@ -15,6 +15,7 @@
|
||||
"@docusaurus/preset-classic": "2.0.1",
|
||||
"@mdx-js/react": "1.6.22",
|
||||
"clsx": "1.1.1",
|
||||
"docusaurus-gtm-plugin": "^0.0.2",
|
||||
"react": "17.0.2",
|
||||
"react-dom": "17.0.2"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user