Skip to content

Commit 4e5a2cd

Browse files
authored
feat: add plugin to generate help.json (#24)
* feat: add help.json plugin * feat: add formName to front matter
1 parent 6199379 commit 4e5a2cd

File tree

30 files changed

+138
-2
lines changed

30 files changed

+138
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"label": "Customer Refund",
2+
"label": "Customer",
33
"position": 3,
44
"link": {
55
"type": "generated-index",
6-
"description": "Learn on Customer Refund in SQL Account"
6+
"description": "Learn on Customer in SQL Account"
77
}
88
}

docs/quick-start/customer/customer-aging/intro.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ sidebar_position: 1
33
title: Table of contents
44
hide_title: true
55
slug: /quick-start/customer/customer-aging
6+
form_name: TrfmARAging
67
---
78

89
import {TOC} from '@src/components/toc.js';

docs/quick-start/customer/customer-contra/intro.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ sidebar_position: 1
33
title: Table of contents
44
hide_title: true
55
slug: /quick-start/customer/customer-contra
6+
form_name: TfmARCT
67
---
78

89
import {TOC} from '@src/components/toc.js';

docs/quick-start/customer/customer-deposit/intro.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ sidebar_position: 1
33
title: Table of contents
44
hide_title: true
55
slug: /quick-start/customer/customer-deposit
6+
form_name: TfmARDP
67
---
78

89
import {TOC} from '@src/components/toc.js';

docs/quick-start/customer/customer-due-document/intro.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ sidebar_position: 1
33
title: Table of contents
44
hide_title: true
55
slug: /quick-start/customer/customer-due-document
6+
form_name: TrfmARDueDocument
67
---
78

89
import {TOC} from '@src/components/toc.js';

docs/quick-start/customer/customer-payment/intro.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ sidebar_position: 1
33
title: Table of contents
44
hide_title: true
55
slug: /quick-start/customer/customer-payment
6+
form_name: TfmARPM
67
---
78

89
import {TOC} from '@src/components/toc.js';

docs/quick-start/customer/customer-refund/intro.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ sidebar_position: 1
33
title: Table of contents
44
hide_title: true
55
slug: /quick-start/customer/customer-refund
6+
form_name: TfmARCF
67
---
78

89
import {TOC} from '@src/components/toc.js';

docs/quick-start/customer/customer-statement/intro.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ sidebar_position: 1
33
title: Table of contents
44
hide_title: true
55
slug: /quick-start/customer/customer-statement
6+
form_name: TrfmARStatement
67
---
78

89
import {TOC} from '@src/components/toc.js';

docs/quick-start/gl/cash-book-entry/intro.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ sidebar_position: 1
33
title: Table of contents
44
hide_title: true
55
slug: /quick-start/gl/cash-book-entry
6+
form_name: TfmGLCB
67
---
78

89
import {TOC} from '@src/components/toc.js';

docs/quick-start/gl/journal-entry/intro.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ sidebar_position: 1
33
title: Table of contents
44
hide_title: true
55
slug: /quick-start/gl/journal-entry
6+
form_name: TfmGLJE
67
---
78

89
import {TOC} from '@src/components/toc.js';

0 commit comments

Comments
 (0)