Skip to content

Commit 11bdb4b

Browse files
committed
refactor: introduce @src to replace @site
this is to avoid wrong root directory when this repository is used as submodule
1 parent 7148254 commit 11bdb4b

File tree

47 files changed

+122
-176
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+122
-176
lines changed

docs/quick-start/customer/customer-payment/basic/customer-payment-in-foreign.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@ slug: /quick-start/customer/create-customer-payment-in-foreign-currency
77
tags: ["Customer"]
88
---
99

10-
import { YtLayout } from '@site/src/yt-layout';
10+
import { YtLayout } from '@src/components/yt-layout';
1111

1212
<YtLayout
13-
url="https://www.youtube.com/embed/5L44z7lmqdk?autoplay=1"
14-
videoId="5L44z7lmqdk"
13+
url="https://www.youtube.com/embed/5L44z7lmqdk?autoplay=1"
14+
videoId="5L44z7lmqdk"
1515
title="Customer Payment In Foreign Currency"
1616
/>
17-

docs/quick-start/customer/customer-payment/basic/customer-payment-in-local.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@ slug: /quick-start/customer/create-customer-payment-in-local-currency
77
tags: ["Customer"]
88
---
99

10-
import { YtLayout } from '@site/src/yt-layout';
10+
import { YtLayout } from '@src/components/yt-layout';
1111

1212
<YtLayout
13-
url="https://www.youtube.com/embed/cg5t1mb_-AM?autoplay=1"
14-
videoId="cg5t1mb_-AM"
13+
url="https://www.youtube.com/embed/cg5t1mb_-AM?autoplay=1"
14+
videoId="cg5t1mb_-AM"
1515
title="Customer Payment In Local Currency"
1616
/>
17-
18-

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@ hide_title: true
55
slug: /quick-start/customer/customer-payment
66
---
77

8-
import {TOC} from '@site/src/toc.js';
8+
import {TOC} from '@src/components/toc.js';
99

1010
<TOC
1111
dataEntryList = {[
1212
{"text": "Create Customer Payment in Local Currency", "link": "./create-customer-payment-in-local-currency"},
1313
{"text": "Create Customer Payment in Foreign Currency", "link": "./create-customer-payment-in-foreign-currency"},
14-
]}
14+
]}
1515
/>
16-

docs/quick-start/gl/cash-book-entry/basic/official-receipt.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,10 @@ slug: /quick-start/gl/create-cash-book-entry-official-receipt
77
tags: ["GL"]
88
---
99

10-
import { YtLayout } from '@site/src/yt-layout';
10+
import { YtLayout } from '@src/components/yt-layout';
1111

1212
<YtLayout
13-
url="https://www.youtube.com/embed/VbY3sIesoFE?autoplay=1"
14-
videoId="VbY3sIesoFE"
13+
url="https://www.youtube.com/embed/VbY3sIesoFE?autoplay=1"
14+
videoId="VbY3sIesoFE"
1515
title="Cash Book Entry - Official Receipt"
1616
/>
17-
18-
19-

docs/quick-start/gl/cash-book-entry/basic/payment-voucher.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@ slug: /quick-start/gl/create-cash-book-entry-payment-voucher
77
tags: ["GL"]
88
---
99

10-
import { YtLayout } from '@site/src/yt-layout';
10+
import { YtLayout } from '@src/components/yt-layout';
1111

1212
<YtLayout
13-
url="https://www.youtube.com/embed/Hy-YVj7gvSY?autoplay=1"
14-
videoId="Hy-YVj7gvSY"
13+
url="https://www.youtube.com/embed/Hy-YVj7gvSY?autoplay=1"
14+
videoId="Hy-YVj7gvSY"
1515
title="Cash Book Entry - Payment Voucher"
1616
/>
17-
18-

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,11 @@ hide_title: true
55
slug: /quick-start/gl/cash-book-entry
66
---
77

8-
import {TOC} from '@site/src/toc.js';
8+
import {TOC} from '@src/components/toc.js';
99

1010
<TOC
1111
dataEntryList = {[
1212
{"text": "Create Payment Voucher", "link": "./create-cash-book-entry-payment-voucher"},
1313
{"text": "Create Official Receipt", "link": "./create-cash-book-entry-official-receipt"},
1414
]}
1515
/>
16-
17-
18-
19-

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@ slug: /quick-start/gl/create-journal-entry
77
tags: ["GL"]
88
---
99

10-
import { YtLayout } from '@site/src/yt-layout';
10+
import { YtLayout } from '@src/components/yt-layout';
1111

1212
<YtLayout
13-
url="https://www.youtube.com/embed/I5TC0re1fxQ?autoplay=1"
14-
videoId="I5TC0re1fxQ"
13+
url="https://www.youtube.com/embed/I5TC0re1fxQ?autoplay=1"
14+
videoId="I5TC0re1fxQ"
1515
title="Journal Entry"
1616
/>
17-
18-

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@ hide_title: true
55
slug: /quick-start/gl/journal-entry
66
---
77

8-
import {TOC} from '@site/src/toc.js';
8+
import {TOC} from '@src/components/toc.js';
99

1010
<TOC
1111
dataEntryList = {[
1212
{"text": "Create Journal Entry", "link": "./create-journal-entry"},
1313
]}
1414
/>
15-
16-

docs/quick-start/purchase/cash-purchase/basic/create-cash-purchase.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@ slug: /quick-start/purchase/create-cash-purchase
77
tags: ["Purchase"]
88
---
99

10-
import { YtLayout } from '@site/src/yt-layout';
10+
import { YtLayout } from '@src/components/yt-layout';
1111

1212
<YtLayout
13-
url="https://www.youtube.com/embed/unz7TxUgZbY?autoplay=1"
14-
videoId="unz7TxUgZbY"
13+
url="https://www.youtube.com/embed/unz7TxUgZbY?autoplay=1"
14+
videoId="unz7TxUgZbY"
1515
title="Cash Purchase"
1616
/>
17-

docs/quick-start/purchase/cash-purchase/intro.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@ hide_title: true
55
slug: /quick-start/purchase/cash-purchase
66
---
77

8-
import {TOC} from '@site/src/toc.js';
8+
import {TOC} from '@src/components/toc.js';
99

1010
<TOC
1111
dataEntryList = {[
1212
{"text": "Create Cash Purchase", "link": "./create-cash-purchase"},
1313
]}
1414
/>
15-

0 commit comments

Comments
 (0)