From 29eeb8db1428829a7b74e8a94ae68731f036585d Mon Sep 17 00:00:00 2001 From: Bill Chirico Date: Wed, 8 Nov 2023 06:11:01 -0500 Subject: [PATCH] feat(config): Update copyright format and add link to GitHub Updated the copyright format in the docusaurus.config.ts file to remove the Creative Commons license information and added a link to the GitHub repository. The new format now includes a line break after "Licensed by Volvox LLC" and adds the current year for the copyright notice. --- docusaurus.config.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index f069713..5104023 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -130,10 +130,9 @@ const config: Config = { ], }, ], - copyright: `Copyright © ${new Date().getFullYear()} Volvox LLC
- Licensed by Volvox LLC under a Creative Commons Attribution-ShareAlike 4.0 International License
+ copyright: `Licensed by Volvox LLC
Designed with - by Volvox`, + by Volvox

Copyright © ${new Date().getFullYear()} Volvox LLC`, }, prism: { theme: prismThemes.github,