File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments