Skip to content

Commit 16f9f7f

Browse files
committed
docs: add blank pages
1 parent 2dc185c commit 16f9f7f

16 files changed

+45
-14
lines changed

docs/pages/docs/_meta.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"index": "Getting Started",
33
"core-concepts": "Core Concepts",
44
"how-to": "How To Guides",
5-
"references": "SDK References",
6-
"official-tools": "Official Tools References"
5+
"integrations": "Integrations",
6+
"tool-development": "Tool Development",
7+
"official-tools": "Official Tools"
78
}
+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
22
"tools-and-functions": "Tools and Functions",
33
"agent": "Agent Tool",
4-
"human-in-the-loop": "Human in the Loop",
4+
"human-in-the-loop": {
5+
"title": "Human in the Loop",
6+
"display": "hidden"
7+
},
58
"function-and-agent": "Function Mode and Agent Mode",
69
"schema-generation": "Schema Generation"
710
}

docs/pages/docs/how-to/_meta.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"new-tool": "Create a New Tool",
3-
"provisioned-tool": "Use Official Tool",
3+
"official-tools": "Use Official Tool",
44
"combine-tools": "Combining Tools"
55
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import { Todo } from '@components/todo';
2+
import { FeatureRequest } from '@components/feature-request';
3+
4+
<Todo />

docs/pages/docs/how-to/provisioned-tool.mdx

Whitespace-only changes.

docs/pages/docs/index.mdx

+4-4
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ The answer: The 10th Fibonacci number is 55.
140140

141141
## What's Next?
142142

143-
1. [How NPi can work with OpenAI Assistant API?](integration/openai-assistant)
144-
2. [How NPi can work with LangChain?](integration/langchain)
145-
3. [How Function Tool Works?](./references/function-tool)
146-
4. [How Agent Tool Works?](./references/agent-tool)
143+
1. [How NPi can work with OpenAI Assistant API?](docs/integrations/openai-assistant)
144+
2. [How NPi can work with LangChain?](docs/integrations/langchain)
145+
3. [How Function Tool Works?](docs/tool-development/function-tool)
146+
4. [How Agent Tool Works?](docs/tool-development/agent-tool)
+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"openai-assistant": "OpenAI Assistant",
3+
"langchain": "LangChain",
4+
"crewai": {
5+
"title": "Crew AI",
6+
"display": "hidden"
7+
}
8+
}
+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import { Todo } from '@components/todo';
2+
3+
<Todo />
4+
5+
## LangChain Integration
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import { Todo } from '@components/todo';
2+
3+
<Todo />
4+
5+
## LangChain Integration
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import { Todo } from '@components/todo';
2+
3+
<Todo />
4+
5+
## OpenAI Assistant Integration

docs/pages/docs/references/_meta.json

-6
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"function-tool": "Function Tool",
3+
"browser-tool": "Browser Tool",
4+
"agent-tool": "Agent Tool",
5+
"function-decorator": "@function decorator"
6+
}

0 commit comments

Comments
 (0)