From 89808eb8d4aa0e0311f409f78da31b062ef42b67 Mon Sep 17 00:00:00 2001 From: MarketDataApp Date: Tue, 24 Feb 2026 18:33:44 -0300 Subject: [PATCH 1/2] fix: migrate remaining .md files from tg hack to sidebar_custom_props --- api/universal-parameters/mode.md | 4 +++- sheets/options/optionchain.md | 4 +++- sheets/stocks/earnings.md | 4 +++- sheets/stocks/stockdata.md | 4 +++- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/api/universal-parameters/mode.md b/api/universal-parameters/mode.md index 0621b5b..49dc824 100644 --- a/api/universal-parameters/mode.md +++ b/api/universal-parameters/mode.md @@ -1,6 +1,8 @@ --- -title: Data Mode tg p +title: Data Mode sidebar_position: 1 +sidebar_custom_props: + badge: p --- The `mode` parameter allows you to control **how an API request is fulfilled**, including data freshness guarantees and credit usage. The `mode` parameter determines the response behavior used to fulfill each request. diff --git a/sheets/options/optionchain.md b/sheets/options/optionchain.md index 9905e1a..a1cc18c 100644 --- a/sheets/options/optionchain.md +++ b/sheets/options/optionchain.md @@ -1,8 +1,10 @@ --- -title: OPTIONCHAIN tg h +title: OPTIONCHAIN sidebar_position: 3 tags: - "Sheets: High Usage" +sidebar_custom_props: + badge: h --- Fetches a current option chain from Market Data. diff --git a/sheets/stocks/earnings.md b/sheets/stocks/earnings.md index 6a5804d..3368a8e 100644 --- a/sheets/stocks/earnings.md +++ b/sheets/stocks/earnings.md @@ -1,8 +1,10 @@ --- -title: EARNINGS tg p +title: EARNINGS sidebar_position: 2 tags: - "Sheets: Premium" +sidebar_custom_props: + badge: p --- :::info Premium Formula diff --git a/sheets/stocks/stockdata.md b/sheets/stocks/stockdata.md index fcc371e..5228f3f 100644 --- a/sheets/stocks/stockdata.md +++ b/sheets/stocks/stockdata.md @@ -1,8 +1,10 @@ --- -title: STOCKDATA tg h +title: STOCKDATA sidebar_position: 1 tags: - "Sheets: High Usage" +sidebar_custom_props: + badge: h --- Fetches a current stock quote or historical stock candles from Market Data. It can also fetch a single historical candle for multiple stocks. From 85abffbe657508f875cc5d0078d7847016438c72 Mon Sep 17 00:00:00 2001 From: MarketDataApp Date: Tue, 24 Feb 2026 18:36:21 -0300 Subject: [PATCH 2/2] fix: add missing tags frontmatter to Data Mode page --- api/universal-parameters/mode.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/universal-parameters/mode.md b/api/universal-parameters/mode.md index 49dc824..dc5543e 100644 --- a/api/universal-parameters/mode.md +++ b/api/universal-parameters/mode.md @@ -1,6 +1,8 @@ --- title: Data Mode sidebar_position: 1 +tags: + - "API: Premium" sidebar_custom_props: badge: p ---