mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-06-19 11:44:20 -04:00
Add plausbile to docusaurus (#456)
This commit is contained in:
parent
668b4d000b
commit
69644add5d
1 changed files with 3 additions and 0 deletions
|
@ -22,6 +22,9 @@ async function createConfig() {
|
||||||
organizationName: 'Edgeless Systems', // Usually your GitHub org/user name.
|
organizationName: 'Edgeless Systems', // Usually your GitHub org/user name.
|
||||||
projectName: 'Constellation', // Usually your repo name.
|
projectName: 'Constellation', // Usually your repo name.
|
||||||
|
|
||||||
|
// plausible
|
||||||
|
scripts: [{ src: 'https://plausible.io/js/plausible.js', async: true, defer: true, 'data-domain': 'docs.edgeless.systems' }],
|
||||||
|
|
||||||
// Even if you don't use internalization, you can use this field to set useful
|
// Even if you don't use internalization, you can use this field to set useful
|
||||||
// metadata like html lang. For example, if your site is Chinese, you may want
|
// metadata like html lang. For example, if your site is Chinese, you may want
|
||||||
// to replace "en" with "zh-Hans".
|
// to replace "en" with "zh-Hans".
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue