File tree Expand file tree Collapse file tree 3 files changed +46
-0
lines changed Expand file tree Collapse file tree 3 files changed +46
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "label" : " General" ,
3+ "position" : 1 ,
4+ "link" : {
5+ "type" : " doc" ,
6+ "id" : " quick-start/general/intro"
7+ },
8+ "collapsible" : false
9+ }
Original file line number Diff line number Diff line change 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+ />
Original file line number Diff line number Diff line change 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+ />
You can’t perform that action at this time.
0 commit comments