From e4a9740f87907bc6a68eb8fdc84bbabc85819a5d Mon Sep 17 00:00:00 2001 From: ngyinze Date: Tue, 15 Jul 2025 11:11:33 +0800 Subject: [PATCH] feat: add stock reorder advice --- .../stock-reorder-advice/_category_.json | 9 +++++++++ .../stock/stock-reorder-advice/intro.md | 20 +++++++++++++++++++ .../print-stock-reorder-advice.md | 17 ++++++++++++++++ 3 files changed, 46 insertions(+) create mode 100644 docs/quick-start/stock/stock-reorder-advice/_category_.json create mode 100644 docs/quick-start/stock/stock-reorder-advice/intro.md create mode 100644 docs/quick-start/stock/stock-reorder-advice/print-stock-reorder-advice.md diff --git a/docs/quick-start/stock/stock-reorder-advice/_category_.json b/docs/quick-start/stock/stock-reorder-advice/_category_.json new file mode 100644 index 00000000..0680fa07 --- /dev/null +++ b/docs/quick-start/stock/stock-reorder-advice/_category_.json @@ -0,0 +1,9 @@ +{ + "label": "Stock Reorder Advice", + "position": 9, + "link": { + "type": "doc", + "id": "quick-start/stock/stock-reorder-advice/intro" + }, + "collapsible": false +} \ No newline at end of file diff --git a/docs/quick-start/stock/stock-reorder-advice/intro.md b/docs/quick-start/stock/stock-reorder-advice/intro.md new file mode 100644 index 00000000..4b307c7a --- /dev/null +++ b/docs/quick-start/stock/stock-reorder-advice/intro.md @@ -0,0 +1,20 @@ +--- +sidebar_position: 9 +title: Table of contents +hide_title: true +hide_table_of_contents: true +slug: /quick-start/stock/stock-reorder-advice +form_name: "{47EC1296-EBED-456B-9C08-90456AF155B2}" +--- + +import {TOC} from '@src/components/toc.js'; + + \ No newline at end of file diff --git a/docs/quick-start/stock/stock-reorder-advice/print-stock-reorder-advice.md b/docs/quick-start/stock/stock-reorder-advice/print-stock-reorder-advice.md new file mode 100644 index 00000000..e4405298 --- /dev/null +++ b/docs/quick-start/stock/stock-reorder-advice/print-stock-reorder-advice.md @@ -0,0 +1,17 @@ +--- +sidebar_position: 9 +title: SQL Stock Reorder Advice +description: SQL Stock Reorder Advice in SQL Accounting +slug: /quick-start/stock/print-stock-reorder-advice +tags: ["Stock"] +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'; + + \ No newline at end of file