Add code links and license

This commit is contained in:
Jacob Karlsson 2024-06-11 12:46:47 +02:00
parent 7243bc6e80
commit 41ee58d096
2 changed files with 10 additions and 1 deletions

View File

@ -109,10 +109,18 @@ const config = {
label: 'Code', label: 'Code',
href: 'https://codeberg.org/pzp', href: 'https://codeberg.org/pzp',
}, },
{
label: 'SDK',
href: 'https://codeberg.org/pzp/pzp-sdk',
},
{
label: 'Demo app',
href: 'https://codeberg.org/pzp/zooboard',
},
], ],
}, },
], ],
copyright: `Copyright © ${new Date().getFullYear()} My Project, Inc. Built with Docusaurus.`, copyright: `Copyright © ${new Date().getFullYear()} PZP contributors, licensed CC-BY-SA-4.0. Built with Docusaurus.`,
}, },
prism: { prism: {
theme: lightCodeTheme, theme: lightCodeTheme,

View File

@ -2,6 +2,7 @@
"name": "pzp-wiki", "name": "pzp-wiki",
"version": "0.0.0", "version": "0.0.0",
"private": true, "private": true,
"license": "CC-BY-SA-4.0",
"scripts": { "scripts": {
"docusaurus": "docusaurus", "docusaurus": "docusaurus",
"start": "docusaurus start", "start": "docusaurus start",