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',
|
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,
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue