mirror of https://codeberg.org/pzp/pzp-wiki.git
Add code links and license
This commit is contained in:
parent
7243bc6e80
commit
41ee58d096
|
@ -109,10 +109,18 @@ const config = {
|
|||
label: 'Code',
|
||||
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: {
|
||||
theme: lightCodeTheme,
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
"name": "pzp-wiki",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"license": "CC-BY-SA-4.0",
|
||||
"scripts": {
|
||||
"docusaurus": "docusaurus",
|
||||
"start": "docusaurus start",
|
||||
|
|
Loading…
Reference in New Issue