Skip to content

Commit

Permalink
add analytics, add programs, blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
previ committed Feb 18, 2023
1 parent eeb06a6 commit dd0d097
Show file tree
Hide file tree
Showing 127 changed files with 282 additions and 179 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Build and publish docs to GitHub Pages
on:
# Runs on pushes targeting the default branch
push:
branches: [vitepress]
branches: [main]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.DS_Store
*.swp
pages/.vuepress/dist
**/dist/**

# Created by https://www.gitignore.io/api/node
# Edit at https://www.gitignore.io/?templates=node
Expand Down
5 changes: 3 additions & 2 deletions docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export default {
{ text: 'Programmazione', link: '/usermanual/#programmazione' },
{ text: 'Attività', link: '/usermanual/#attivita' },
{ text: 'Blocchi', link: '/usermanual/blocks/' },
{ text: 'Programmi', link: '/usermanual/programs/' },
]
},
{
Expand All @@ -39,7 +40,7 @@ export default {
]
},
head: [
['script', {async: true, src: 'https://www.googletagmanager.com/gtag/js?id=UA-52649755-1'}],
['script', {}, "window.dataLayer = window.dataLayer || [];\nfunction gtag(){dataLayer.push(arguments);}\ngtag('js', new Date());\ngtag('config', 'UA-52649755-1');"]
['script', {async: true, src: 'https://www.googletagmanager.com/gtag/js?id=G-JH5JX4PBZG'}],
['script', {}, "window.dataLayer = window.dataLayer || [];\nfunction gtag(){dataLayer.push(arguments);}\ngtag('js', new Date());\ngtag('config', 'G-JH5JX4PBZG');"]
]
}
21 changes: 0 additions & 21 deletions docs/.vitepress/dist/404.html

This file was deleted.

8 changes: 0 additions & 8 deletions docs/.vitepress/dist/assets/app.550b9678.js

This file was deleted.

Binary file removed docs/.vitepress/dist/assets/batt_01.5a656cb0.jpg
Binary file not shown.
Binary file removed docs/.vitepress/dist/assets/batt_02.90a46ae4.jpg
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion docs/.vitepress/dist/assets/guides_index.md.fec27162.js

This file was deleted.

This file was deleted.

Loading

0 comments on commit dd0d097

Please sign in to comment.