Skip to content

Commit eae0cd6

Browse files
Merge pull request #311 from makeplane/fixes-29-04-25
Added Plausible analytics and SQL supported file upload
2 parents fcdd502 + 76e1b45 commit eae0cd6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/core-concepts/issues/overview.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ GLTF Binary, GLTF JSON, OBJ
103103
TrueType, OpenType, WOFF, WOFF2
104104

105105
- **Other**
106-
CSS, JavaScript, JSON, XML, CSV
106+
CSS, JavaScript, JSON, XML, CSV, SQL
107107

108108
## View work item activity
109109

docusaurus.config.ts

+6
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,12 @@ const config: Config = {
7070
},
7171
],
7272

73+
scripts: [
74+
{
75+
src: 'https://plausible.io/js/script.js', defer: true, 'data-domain': 'docs.plane.so'
76+
}
77+
],
78+
7379
plugins: [
7480
[
7581
"posthog-docusaurus",

0 commit comments

Comments
 (0)