Skip to content

Commit 2a354bb

Browse files
authored
fix website, no toc on the index page (#1657)
1 parent ffeb7bb commit 2a354bb

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

website/src/content/_meta.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ export default {
55
title: "Introduction",
66
type: "page",
77
display: "hidden",
8+
theme: {
9+
toc: false,
10+
},
811
},
912
docs: {
1013
title: "📖 Guide Documents",

website/src/movies/HomeStrengthMovie.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const sections: HomeStrengthSectionMovie.Props[] = [
6262
href: "/docs/json/stringify",
6363
},
6464
{
65-
title: "LLM Function Calling App",
65+
title: "LLM Function Calling",
6666
subTitle: (
6767
<HomeCodeBlock
6868
namespace="llm"
@@ -74,7 +74,7 @@ const sections: HomeStrengthSectionMovie.Props[] = [
7474
),
7575
description: (
7676
<React.Fragment>
77-
<p>LLM Function Calling Application Composer</p>
77+
<p>LLM Function Calling Schema Composer</p>
7878
<br />
7979
<p>
8080
Creates LLM function call schemas from a native TypeScript class or

0 commit comments

Comments
 (0)