Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/quick-start/cloud/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"label": "Cloud",
"position": 7,
"link": {
"type": "generated-index",
"description": "Learn on Cloud in SQL Account"
}
}
9 changes: 9 additions & 0 deletions docs/quick-start/cloud/myinvois-transaction/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"label": "MyInvois Transaction",
"position": 1,
"link": {
"type": "doc",
"id": "quick-start/cloud/myinvois-transaction/intro"
},
"collapsible": false
}
20 changes: 20 additions & 0 deletions docs/quick-start/cloud/myinvois-transaction/intro.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
sidebar_position: 1
title: Table of contents
hide_title: true
hide_table_of_contents: true
slug: /quick-start/cloud/myinvois-transaction
form_name: TfmMyInvois_Trans
---

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

<TOC
dataEntryList = {[
{
"text": "How To Use MyInvois Transaction",
"link": "./how-to-use-myinvois-transaction",
"videoId": "X3vDnm51y5k"
}
]}
/>
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
sidebar_position: 1
title: MyInvois Transaction
description: How to use MyInvois Transaction in SQL
slug: /quick-start/cloud/how-to-use-myinvois-transaction
tags: ["E-Invoice"]
hide_title: true
hide_table_of_contents: true
sidebar_class_name: hidden-sidebar-items
---

import '@src/css/sidebar.css';
import { YtLayout } from '@src/components/yt-layout';

<YtLayout
videoId="X3vDnm51y5k"
/>
2 changes: 1 addition & 1 deletion docs/quick-start/e-invoice/_category_.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"label": "E Invoice",
"position": 7,
"position": 8,
"link": {
"type": "doc",
"id": "quick-start/e-invoice/intro"
Expand Down
7 changes: 6 additions & 1 deletion docs/quick-start/e-invoice/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,14 @@ dataEntryList = {[
"videoId": "3HRn76nLFSA"
},
{
"text": "How to Register E-Invoice on LHDN Mytax Myinvois Portal",
"text": "How to Register E-Invoice on LHDN MyTax MyInvois Portal",
"link": "./e-invoice/how-to-register-e-invoice-on-lhdn-mytax-myinvois-portal",
"videoId": "JtZqHKzVj24"
},
{
"text": "MyInvois Transaction",
"link": "./cloud/how-to-use-myinvois-transaction",
"videoId": "X3vDnm51y5k"
}
]}
/>