Skip to content

Commit 7f00439

Browse files
authored
Merge pull request #516 from Harbour-Enterprises/HAR-9689
HAR-9689 - added example configs back
2 parents 9417df6 + 0714682 commit 7f00439

13 files changed

Lines changed: 115 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"tags": [
3+
"editing",
4+
"viewing"
5+
],
6+
"title": "CDN"
7+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"dirname": "docxtemplater-example",
3+
"tags": [
4+
"editing",
5+
"viewing",
6+
"vue",
7+
"templating"
8+
],
9+
"title": "Docxtemplater"
10+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"dirname": "next-js-ssr",
3+
"tags": [
4+
"editing",
5+
"next-js",
6+
"ssr"
7+
],
8+
"title": "SSR"
9+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"dirname": "nodejs-example",
3+
"tags": [
4+
"editing",
5+
"node"
6+
],
7+
"title": "Node JS"
8+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"dirname": "react-example",
3+
"tags": [
4+
"editing",
5+
"viewing",
6+
"react"
7+
],
8+
"title": "React"
9+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"dirname": "typescript-example",
3+
"tags": [
4+
"editing",
5+
"viewing",
6+
"typescript",
7+
"vanilla-js"
8+
],
9+
"title": "Typescript"
10+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"dirname": "vanilla-example",
3+
"tags": [
4+
"editing",
5+
"viewing",
6+
"vanilla-js"
7+
],
8+
"title": "Vanilla JS"
9+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"dirname": "vue-custom-mark",
3+
"tags": [
4+
"editing",
5+
"viewing",
6+
"vue"
7+
],
8+
"title": "Custom Marks"
9+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"dirname": "vue-custom-node-example",
3+
"tags": [
4+
"editing",
5+
"viewing",
6+
"vue"
7+
],
8+
"title": "Custom Nodes"
9+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"dirname": "vue-docx-from-html",
3+
"tags": [
4+
"editing",
5+
"viewing",
6+
"vue"
7+
],
8+
"title": "DOCX from HTML"
9+
}

0 commit comments

Comments
 (0)