Skip to content

Commit b43d1c7

Browse files
authored
docs: remove Matomo plugin and update embedded website link (#2696)
1 parent c8f93ff commit b43d1c7

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

docs/embed-files.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@ If you embed the file as `iframe`, `audio` and `video`, then you may need to set
9494
```
9595

9696
```markdown
97-
[cinwell website](https://google.com ':include :type=iframe width=100% height=400px')
97+
[cinwell website](https://cinwell.com ':include :type=iframe width=100% height=400px')
9898
```
9999

100-
[cinwell website](https://google.com ':include :type=iframe width=100% height=400px')
100+
[cinwell website](https://cinwell.com ':include :type=iframe width=100% height=400px')
101101

102102
Did you see it? You only need to write directly. You can check [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe) for these attributes.
103103

docs/index.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,6 @@
123123
// routerMode: 'history',
124124
subMaxLevel: 2,
125125
gtag: 'G-H77Y58DS3L',
126-
matomo: {
127-
host: '//matomo.thunderwave.de',
128-
id: 6,
129-
},
130126
name: 'docsify',
131127
nameLink: {
132128
'/zh-cn/': '#/zh-cn/',
@@ -240,7 +236,6 @@
240236
<script src="//cdn.jsdelivr.net/npm/docsify@5/dist/plugins/search.min.js"></script>
241237
<script src="//cdn.jsdelivr.net/npm/docsify@5/dist/plugins/front-matter.min.js"></script>
242238
<script src="//cdn.jsdelivr.net/npm/docsify@5/dist/plugins/gtag.min.js"></script>
243-
<script src="//cdn.jsdelivr.net/npm/docsify@5/dist/plugins/matomo.min.js"></script>
244239
<script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-bash.min.js"></script>
245240
<script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-markdown.min.js"></script>
246241
<script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-nginx.min.js"></script>

0 commit comments

Comments
 (0)