Skip to content

Commit 31e04b1

Browse files
committed
fix(toc): remove toc on support pages
1 parent 666ee23 commit 31e04b1

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

docs/support/audits.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ slug: audits
33
title: Audits
44
description: Security audits of the Flare Network and its components.
55
keywords: [audits, security, smart-contracts, flare-network]
6+
hide_table_of_contents: true
67
---
78

89
| **Auditor** | **Date** | **Report** |

docs/support/whitepapers.mdx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
22
slug: whitepapers
33
title: Whitepapers
4-
description: Flare Research Whitepapers and Technical Documents
4+
description: Explore Flare's whitepapers, research, and analytics to gain deeper insights into its technology.
55
keywords: [whitepaper, research, flare-network, analytics, ftso]
6+
hide_table_of_contents: true
67
---
78

89
import WhitepapersGrid from "@site/src/components/WhitepapersGrid";
910

10-
# Whitepapers and Research
11-
12-
Understand the whitepapers, research and analytics covering Flare
11+
Explore Flare's whitepapers, research, and analytics to gain deeper insights into its technology.
1312

1413
<WhitepapersGrid />

src/components/WhitepapersGrid.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const whitepaperData: Whitepaper[] = [
1818
category: "white-papers",
1919
},
2020
{
21-
title: "FTSOv2",
21+
title: "FTSOv2: more data feeds and faster updates to the FTSO",
2222
date: "9 September 2024",
2323
path: "/pdf/whitepapers/20240223-FlareTimeSeriesOracleV2.pdf",
2424
category: "white-papers",
@@ -82,9 +82,6 @@ const WhitepapersGrid: React.FC = () => {
8282
<div className="whitepapers-container">
8383
{/* White Papers Section */}
8484
<section className="whitepapers-section">
85-
<Heading as="h2" className="whitepapers-section-title">
86-
Whitepapers
87-
</Heading>
8885
<div className="whitepapers-grid">
8986
{whitePapers.map((paper, index) => (
9087
<Link

0 commit comments

Comments
 (0)