Skip to content

Commit 27c6076

Browse files
committed
Merge branch 'main' of github.com:Harbour-Enterprises/SuperDoc into add-jsdoc-annotations
2 parents 407c2f1 + 44a6db4 commit 27c6076

95 files changed

Lines changed: 1252 additions & 312 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
2-
"title": "CDN",
3-
"tags": ["editing", "viewing"],
4-
"slug": "cdn",
5-
"demo_type": "interactive"
6-
}
2+
"tags": [
3+
"editing",
4+
"viewing"
5+
],
6+
"title": "CDN"
7+
}
254 KB
Loading
4.09 MB
Binary file not shown.
Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
2-
"title": "Docxtemplater",
3-
"tags": ["editing", "viewing", "vue", "templating"],
4-
"slug": "docxtemplater",
5-
"demo_type": "interactive"
6-
}
2+
"dirname": "docxtemplater-example",
3+
"tags": [
4+
"editing",
5+
"viewing",
6+
"vue",
7+
"templating"
8+
],
9+
"title": "Docxtemplater"
10+
}
1.11 MB
Binary file not shown.
Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
2-
"title": "SSR",
3-
"tags": ["editing","next-js", "ssr"],
4-
"slug": "ssr",
5-
"demo_type": "interactive"
6-
}
2+
"dirname": "next-js-ssr",
3+
"tags": [
4+
"editing",
5+
"next-js",
6+
"ssr"
7+
],
8+
"title": "SSR"
9+
}
538 KB
Binary file not shown.
Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
2-
"title": "Node JS",
3-
"tags": ["editing","node"],
4-
"slug": "node",
5-
"demo_type": "interactive"
6-
}
2+
"dirname": "nodejs-example",
3+
"tags": [
4+
"editing",
5+
"node"
6+
],
7+
"title": "Node JS"
8+
}
261 KB
Binary file not shown.
Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
2-
"title": "React",
3-
"tags": ["editing", "viewing", "react"],
4-
"slug": "react",
5-
"demo_type": "interactive"
2+
"dirname": "react-example",
3+
"tags": [
4+
"editing",
5+
"viewing",
6+
"react"
7+
],
8+
"title": "React"
69
}

0 commit comments

Comments
 (0)