Skip to content

Commit be6d457

Browse files
committed
feat: add stock analysis by document
1 parent 0e3f4ce commit be6d457

3 files changed

Lines changed: 46 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"label": "Stock Analysis by Document",
3+
"position": 10,
4+
"link": {
5+
"type": "doc",
6+
"id": "quick-start/stock/stock-analysis-document/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: 10
3+
title: Table of contents
4+
hide_title: true
5+
hide_table_of_contents: true
6+
slug: /quick-start/stock/stock-analysis-document
7+
form_name: "{CEDA4816-29C6-47EF-ADE1-EEF342529546}"
8+
---
9+
10+
import {TOC} from '@src/components/toc.js';
11+
12+
<TOC
13+
dataEntryList = {[
14+
{
15+
"text": "Stock Analysis By Document",
16+
"link": "./print-stock-analysis-document",
17+
"videoId": "togOLNqzFfM"
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: 10
3+
title: SQL Stock Analysis By Document
4+
description: SQL Stock Analysis By Document in SQL Accounting
5+
slug: /quick-start/stock/print-stock-analysis-document
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="togOLNqzFfM"
17+
/>

0 commit comments

Comments
 (0)