Skip to content

Commit dd0d097

Browse files
committed
add analytics, add programs, blocks
1 parent eeb06a6 commit dd0d097

File tree

127 files changed

+282
-179
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

127 files changed

+282
-179
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: Build and publish docs to GitHub Pages
77
on:
88
# Runs on pushes targeting the default branch
99
push:
10-
branches: [vitepress]
10+
branches: [main]
1111

1212
# Allows you to run this workflow manually from the Actions tab
1313
workflow_dispatch:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.DS_Store
22
*.swp
33
pages/.vuepress/dist
4+
**/dist/**
45

56
# Created by https://www.gitignore.io/api/node
67
# Edit at https://www.gitignore.io/?templates=node

docs/.vitepress/config.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export default {
2727
{ text: 'Programmazione', link: '/usermanual/#programmazione' },
2828
{ text: 'Attività', link: '/usermanual/#attivita' },
2929
{ text: 'Blocchi', link: '/usermanual/blocks/' },
30+
{ text: 'Programmi', link: '/usermanual/programs/' },
3031
]
3132
},
3233
{
@@ -39,7 +40,7 @@ export default {
3940
]
4041
},
4142
head: [
42-
['script', {async: true, src: 'https://www.googletagmanager.com/gtag/js?id=UA-52649755-1'}],
43-
['script', {}, "window.dataLayer = window.dataLayer || [];\nfunction gtag(){dataLayer.push(arguments);}\ngtag('js', new Date());\ngtag('config', 'UA-52649755-1');"]
43+
['script', {async: true, src: 'https://www.googletagmanager.com/gtag/js?id=G-JH5JX4PBZG'}],
44+
['script', {}, "window.dataLayer = window.dataLayer || [];\nfunction gtag(){dataLayer.push(arguments);}\ngtag('js', new Date());\ngtag('config', 'G-JH5JX4PBZG');"]
4445
]
4546
}

docs/.vitepress/dist/404.html

Lines changed: 0 additions & 21 deletions
This file was deleted.

docs/.vitepress/dist/assets/app.550b9678.js

Lines changed: 0 additions & 8 deletions
This file was deleted.
-125 KB
Binary file not shown.
-101 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)