@@ -53,7 +53,8 @@ export const REFERENCE_DOCS: ReferenceDocConfiguration[] = [
5353 /* Classes */
5454 {
5555 sourcePath : "packages/react-core/src/lib/copilot-task.ts" ,
56- destinationPath : "showcase/shell-docs/src/content/reference/v1/classes/CopilotTask.mdx" ,
56+ destinationPath :
57+ "showcase/shell-docs/src/content/reference/v1/classes/CopilotTask.mdx" ,
5758 className : "CopilotTask" ,
5859 description :
5960 "CopilotTask is used to execute one-off tasks, for example on button click." ,
@@ -78,7 +79,8 @@ export const REFERENCE_DOCS: ReferenceDocConfiguration[] = [
7879 {
7980 sourcePath :
8081 "packages/react-core/src/components/copilot-provider/copilotkit.tsx" ,
81- destinationPath : "showcase/shell-docs/src/content/reference/v1/components/CopilotKit.mdx" ,
82+ destinationPath :
83+ "showcase/shell-docs/src/content/reference/v1/components/CopilotKit.mdx" ,
8284 component : "CopilotKit" ,
8385 description :
8486 "The CopilotKit provider component, wrapping your application." ,
@@ -111,7 +113,8 @@ export const REFERENCE_DOCS: ReferenceDocConfiguration[] = [
111113 /* Hooks */
112114 {
113115 sourcePath : "packages/react-core/src/hooks/use-copilot-chat.ts" ,
114- destinationPath : "showcase/shell-docs/src/content/reference/v1/hooks/useCopilotChat.mdx" ,
116+ destinationPath :
117+ "showcase/shell-docs/src/content/reference/v1/hooks/useCopilotChat.mdx" ,
115118 hook : "useCopilotChat" ,
116119 } ,
117120 {
@@ -146,7 +149,8 @@ export const REFERENCE_DOCS: ReferenceDocConfiguration[] = [
146149 } ,
147150 {
148151 sourcePath : "packages/react-core/src/hooks/use-coagent.ts" ,
149- destinationPath : "showcase/shell-docs/src/content/reference/v1/hooks/useCoAgent.mdx" ,
152+ destinationPath :
153+ "showcase/shell-docs/src/content/reference/v1/hooks/useCoAgent.mdx" ,
150154 hook : "useCoAgent" ,
151155 description :
152156 "The useCoAgent hook allows you to share state bidirectionally between your application and the agent." ,
@@ -164,7 +168,8 @@ export const REFERENCE_DOCS: ReferenceDocConfiguration[] = [
164168
165169 {
166170 sourcePath : "sdk-python/copilotkit/langgraph.py" ,
167- destinationPath : "showcase/shell-docs/src/content/reference/sdk/python/LangGraph.mdx" ,
171+ destinationPath :
172+ "showcase/shell-docs/src/content/reference/sdk/python/LangGraph.mdx" ,
168173 title : "LangGraph SDK" ,
169174 description :
170175 "The CopilotKit LangGraph SDK for Python allows you to build and run LangGraph workflows with CopilotKit." ,
@@ -178,7 +183,8 @@ export const REFERENCE_DOCS: ReferenceDocConfiguration[] = [
178183 } ,
179184 {
180185 sourcePath : "sdk-python/copilotkit/crewai/crewai_sdk.py" ,
181- destinationPath : "showcase/shell-docs/src/content/reference/sdk/python/CrewAI.mdx" ,
186+ destinationPath :
187+ "showcase/shell-docs/src/content/reference/sdk/python/CrewAI.mdx" ,
182188 title : "CrewAI SDK" ,
183189 description :
184190 "The CopilotKit CrewAI SDK for Python allows you to build and run CrewAI agents with CopilotKit." ,
@@ -203,7 +209,8 @@ export const REFERENCE_DOCS: ReferenceDocConfiguration[] = [
203209 } ,
204210 {
205211 sourcePath : "sdk-python/copilotkit/crewai/crewai_agent.py" ,
206- destinationPath : "showcase/shell-docs/src/content/reference/sdk/python/CrewAIAgent.mdx" ,
212+ destinationPath :
213+ "showcase/shell-docs/src/content/reference/sdk/python/CrewAIAgent.mdx" ,
207214 title : "CrewAIAgent" ,
208215 description :
209216 "CrewAIAgent lets you define your agent for use with CopilotKit." ,
@@ -220,7 +227,8 @@ export const REFERENCE_DOCS: ReferenceDocConfiguration[] = [
220227 } ,
221228 {
222229 sourcePath : "packages/sdk-js/src/langgraph/index.ts" ,
223- destinationPath : "showcase/shell-docs/src/content/reference/sdk/js/LangGraph.mdx" ,
230+ destinationPath :
231+ "showcase/shell-docs/src/content/reference/sdk/js/LangGraph.mdx" ,
224232 title : "LangGraph SDK" ,
225233 description :
226234 "The CopilotKit LangGraph SDK for JavaScript allows you to build and run LangGraph workflows with CopilotKit." ,
0 commit comments