mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
Add plausbile to docusaurus (#456)
This commit is contained in:
parent
668b4d000b
commit
69644add5d
@ -22,6 +22,9 @@ async function createConfig() {
|
||||
organizationName: 'Edgeless Systems', // Usually your GitHub org/user 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
|
||||
// metadata like html lang. For example, if your site is Chinese, you may want
|
||||
// to replace "en" with "zh-Hans".
|
||||
|
Loading…
Reference in New Issue
Block a user