update matomo link #59

Merged
mik-tf merged 2 commits from main_matomo into main 2025-01-28 16:33:13 +00:00
2 changed files with 108 additions and 47 deletions
Showing only changes of commit 5ef80ad1df - Show all commits

View File

@ -48,32 +48,20 @@ const config: Config = {
themes: ['@docusaurus/theme-mermaid'], themes: ['@docusaurus/theme-mermaid'],
scripts: [ scripts: [
{ {
src: '/js/crisp.js', // Keep this for Crisp script src:
'/js/crisp.js',
async: false, async: false,
}, },
{
src:
'/js/matomo.js',
async: true,
},
], ],
themeConfig: { themeConfig: {
injectHtmlTags: {
headTags: [
{
tagName: 'script',
innerHTML: `
var _paq = window._paq || [];
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//analytics.threefold.io/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '20']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
`,
},
],
},
algolia: { algolia: {
appId: 'ARAM4VJG2D', appId: 'ARAM4VJG2D',
@ -87,14 +75,12 @@ const config: Config = {
respectPrefersColorScheme: false, respectPrefersColorScheme: false,
}, },
image: 'img/tf_graph.png', image: 'img/tf_graph.png',
metadata: [
metadata: [ { name: 'description', content: 'ThreeFold is laying the foundation for Web4, the next generation of the Internet.' },
{ name: 'description', content: 'ThreeFold is laying the foundation for Web4, the next generation of the Internet.' }, { property: 'og:image', content: 'https://docs.threefold.io/img/tf_graph.png' },
{ property: 'og:image', content: 'https://docs.threefold.io/img/tf_graph.png' }, { property: 'og:description', content: 'ThreeFold is laying the foundation for Web4, the next generation of the Internet.' },
{ property: 'og:description', content: 'ThreeFold is laying the foundation for Web4, the next generation of the Internet.' }, { property: 'og:title', content: 'Introduction | ThreeFold Docs' },
{ property: 'og:title', content: 'Introduction | ThreeFold Docs' }, ],
],
navbar: { navbar: {
title: '', title: '',
logo: { logo: {
@ -121,50 +107,96 @@ const config: Config = {
}, },
], ],
}, },
footer: { footer: {
style: 'dark', style: 'dark',
links: [ links: [
{ {
title: 'Docs', title: 'Docs',
items: [ items: [
{ label: 'Introduction', to: '/docs/introduction' }, {
{ label: 'Litepaper', to: '/docs/litepaper' }, label: 'Introduction',
{ label: 'Roadmap', to: '/docs/roadmap' }, to: '/docs/introduction',
{ label: 'Manual', href: 'https://manual.grid.tf/' }, },
{
label: 'Litepaper',
to: '/docs/litepaper',
},
{
label: 'Roadmap',
to: '/docs/roadmap',
},
{
label: 'Manual',
href: 'https://manual.grid.tf/',
},
], ],
}, },
{ {
title: 'Features', title: 'Features',
items: [ items: [
{ label: 'Become a Farmer', to: '/docs/category/become-a-farmer' }, {
{ label: 'Components', to: '/docs/category/components' }, label: 'Become a Farmer',
{ label: 'Technology', to: '/docs/tech' }, to: '/docs/category/become-a-farmer',
{ label: 'Tokenomics', to: '/docs/tokens/tokenomics' }, },
{
label: 'Components',
to: '/docs/category/components',
},
{
label: 'Technology',
to: '/docs/tech',
},
{
label: 'Tokenomics',
to: '/docs/tokens/tokenomics',
},
], ],
}, },
{ {
title: 'Community', title: 'Community',
items: [ items: [
{ label: 'Telegram', href: 'https://t.me/threefold' }, {
{ label: 'X', href: 'https://x.com/threefold_io' }, label: 'Telegram',
{ label: 'Forum', href: 'https://forum.threefold.io' }, href: 'https://t.me/threefold',
{ label: 'Support', to: '/support' }, },
{
label: 'X',
href: 'https://x.com/threefold_io',
},
{
label: 'Forum',
href: 'https://forum.threefold.io',
},
{
label: 'Support',
to: '/support',
},
], ],
}, },
{ {
title: 'Links', title: 'Links',
items: [ items: [
{ label: 'ThreeFold.io', href: 'https://threefold.io' }, {
{ label: 'Dashboard', href: 'https://dashboard.grid.tf' }, label: 'ThreeFold.io',
{ label: 'GitHub', href: 'https://github.com/threefoldtech/home' }, href: 'https://threefold.io',
{ label: 'Gitea', href: 'https://git.ourworld.tf' }, },
{
label: 'Dashboard',
href: 'https://dashboard.grid.tf',
},
{
label: 'GitHub',
href: 'https://github.com/threefoldtech/home',
},
{
label: 'Gitea',
href: 'https://git.ourworld.tf',
},
], ],
}, },
], ],
copyright: `Copyright © ${new Date().getFullYear()} ThreeFold`, copyright: `Copyright © ${new Date().getFullYear()} ThreeFold`,
}, },
prism: { prism: {
theme: prismThemes.github, theme: prismThemes.github,
darkTheme: prismThemes.dracula, darkTheme: prismThemes.dracula,
@ -172,4 +204,4 @@ const config: Config = {
} satisfies Preset.ThemeConfig, } satisfies Preset.ThemeConfig,
}; };
export default config; export default config;

29
static/js/matomo.js Normal file
View File

@ -0,0 +1,29 @@
/* Matomo Tag Manager */
var _mtm = window._mtm = window._mtm || [];
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
(function() {
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src='https://analytics.threefold.io/js/container_47J8h6pI.js'; s.parentNode.insertBefore(g,s);
})();
/* End Matomo Tag Manager */
/* Matomo */
var _paq = window._paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//analytics.threefold.io/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '20']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
/* End Matomo Code */