Skip to content

Commit b97e64d

Browse files
ngyinzesonglim327
authored andcommitted
feat: add company profile video guide
1 parent e689ab0 commit b97e64d

File tree

3 files changed

+46
-0
lines changed

3 files changed

+46
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"label": "General",
3+
"position": 1,
4+
"link": {
5+
"type": "doc",
6+
"id": "quick-start/general/intro"
7+
},
8+
"collapsible": false
9+
}

docs/quick-start/general/intro.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
sidebar_position: 1
3+
title: Table of contents
4+
hide_title: true
5+
hide_table_of_contents: true
6+
slug: /quick-start/general
7+
---
8+
9+
import {TOC} from '@src/components/toc.js';
10+
11+
<TOC
12+
dataEntryList = {[
13+
{
14+
"text": "Setup Company Profile",
15+
"link": "./general/setup-company-profile",
16+
"videoId": "X6VoYbmjQcQ"
17+
}
18+
]}
19+
/>
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
sidebar_position: 1
3+
title: Setup Company Profile
4+
description: How to setup company profile in SQL Accounting
5+
slug: /quick-start/general/setup-company-profile
6+
tags: ["SQL Account", "Usage", "Setup"]
7+
hide_title: true
8+
hide_table_of_contents: true
9+
sidebar_class_name: hidden-sidebar-items
10+
form_name: "{E0653098-62D0-4A0C-9CBB-B0FFA3AB497C}"
11+
---
12+
13+
import '@src/css/sidebar.css';
14+
import { YtLayout } from '@src/components/yt-layout';
15+
16+
<YtLayout
17+
videoId="X6VoYbmjQcQ"
18+
/>

0 commit comments

Comments
 (0)