docs adjustments

This commit is contained in:
antonio
2024-06-09 17:01:20 +02:00
parent d51ae9cb89
commit 2720222048
13 changed files with 60 additions and 34 deletions

View File

@@ -48,16 +48,17 @@ const config: Config = {
label: 'Docs',
},
{
href: 'https://github.com/botkalista/litlyx-javascript-lib',
label: 'GitHub',
href: 'https://github.com/Litlyx/litlyx',
label: 'Github Repo',
position: 'right',
className: 'navbar__link navbar__link--github',
},
],
},
footer: {
style: 'light',
links: [],
copyright: `Copyright © ${new Date().getFullYear()} LitLyx, All rights reserved. Made with ❤️ in Italy.`,
copyright: `&copy ${new Date().getFullYear()} Litlyx | All rights reserved.`,
},
prism: {
theme: prismThemes.github,