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

Diff for: .github/workflows/deploy.yml

+1-1
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:

Diff for: .gitignore

+1
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

Diff for: docs/.vitepress/config.js

+3-2
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
}

Diff for: docs/.vitepress/dist/404.html

-21
This file was deleted.

Diff for: docs/.vitepress/dist/assets/app.550b9678.js

-8
This file was deleted.

Diff for: docs/.vitepress/dist/assets/batt_01.5a656cb0.jpg

-125 KB
Binary file not shown.

Diff for: docs/.vitepress/dist/assets/batt_02.90a46ae4.jpg

-101 KB
Binary file not shown.
-99.7 KB
Binary file not shown.
-94.2 KB
Binary file not shown.
-104 KB
Binary file not shown.
-108 KB
Binary file not shown.
-85.6 KB
Binary file not shown.
-52.9 KB
Binary file not shown.
-51.1 KB
Binary file not shown.
-137 KB
Binary file not shown.

Diff for: docs/.vitepress/dist/assets/description_index.md.97fd997a.js

-1
This file was deleted.

Diff for: docs/.vitepress/dist/assets/description_index.md.97fd997a.lean.js

-1
This file was deleted.

Diff for: docs/.vitepress/dist/assets/guides_index.md.fec27162.js

-1
This file was deleted.

Diff for: docs/.vitepress/dist/assets/guides_index.md.fec27162.lean.js

-1
This file was deleted.

0 commit comments

Comments
 (0)