Skip to content

Commit d2080a4

Browse files
ngyinzesonglim327
authored andcommitted
feat: add stock reorder advice
1 parent 321be37 commit d2080a4

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": "Stock Reorder Advice",
3+
"position": 9,
4+
"link": {
5+
"type": "doc",
6+
"id": "quick-start/stock/stock-reorder-advice/intro"
7+
},
8+
"collapsible": false
9+
}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
sidebar_position: 9
3+
title: Table of contents
4+
hide_title: true
5+
hide_table_of_contents: true
6+
slug: /quick-start/stock/stock-reorder-advice
7+
form_name: "{47EC1296-EBED-456B-9C08-90456AF155B2}"
8+
---
9+
10+
import {TOC} from '@src/components/toc.js';
11+
12+
<TOC
13+
dataEntryList = {[
14+
{
15+
"text": "Stock Reorder Advice",
16+
"link": "./print-stock-reorder-advice",
17+
"videoId": "vZg1Qrj4hro"
18+
}
19+
]}
20+
/>
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
sidebar_position: 9
3+
title: SQL Stock Reorder Advice
4+
description: SQL Stock Reorder Advice in SQL Accounting
5+
slug: /quick-start/stock/print-stock-reorder-advice
6+
tags: ["Stock"]
7+
hide_title: true
8+
hide_table_of_contents: true
9+
sidebar_class_name: hidden-sidebar-items
10+
---
11+
12+
import '@src/css/sidebar.css';
13+
import { YtLayout } from '@src/components/yt-layout';
14+
15+
<YtLayout
16+
videoId="vZg1Qrj4hro"
17+
/>

0 commit comments

Comments
 (0)