Skip to content

Commit 6f06791

Browse files
committed
Merge branch 'revamp' of https://github.com/langgenius/dify-docs into revamp
2 parents 79fe510 + 7e0e3e0 commit 6f06791

1 file changed

Lines changed: 126 additions & 1 deletion

File tree

docs.json

Lines changed: 126 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,132 @@
213213
{
214214
"dropdown": "Develop",
215215
"icon": "code-pull-request",
216-
"groups": []
216+
"groups": [
217+
{
218+
"group": "Concepts & Getting Started",
219+
"pages": [
220+
"plugin-dev-en/0111-getting-started-dify-plugin",
221+
"plugin-dev-en/0131-cheatsheet"
222+
]
223+
},
224+
{
225+
"group": "Development Practices",
226+
"pages": [
227+
{
228+
"group": "Quick Start",
229+
"pages": [
230+
"plugin-dev-en/0211-getting-started-by-prompt",
231+
"plugin-dev-en/0211-getting-started-dify-tool",
232+
"plugin-dev-en/0211-getting-started-new-model"
233+
]
234+
},
235+
{
236+
"group": "Developing Dify Plugins",
237+
"pages": [
238+
"plugin-dev-en/0221-initialize-development-tools",
239+
"plugin-dev-en/0222-creating-new-model-provider-extra",
240+
"plugin-dev-en/0222-creating-new-model-provider",
241+
"plugin-dev-en/0222-debugging-logs",
242+
"plugin-dev-en/0222-tool-plugin"
243+
]
244+
}
245+
]
246+
247+
},
248+
{
249+
"group": "Contribution & Publishing",
250+
"pages": [
251+
{
252+
"group": "Code of Conduct & Standards",
253+
"pages": [
254+
"plugin-dev-en/0312-contributor-covenant-code-of-conduct",
255+
"plugin-dev-en/0312-privacy-protection-guidelines",
256+
"plugin-dev-en/0312-third-party-signature-verification"
257+
]
258+
},
259+
{
260+
"group": "Publishing & Listing",
261+
"pages": [
262+
"plugin-dev-en/0321-plugin-auto-publish-pr",
263+
"plugin-dev-en/0321-release-overview",
264+
"plugin-dev-en/0322-release-by-file",
265+
"plugin-dev-en/0322-release-to-dify-marketplace",
266+
"plugin-dev-en/0322-release-to-individual-github-repo"
267+
]
268+
},
269+
{
270+
"group": "FAQ",
271+
"pages": [
272+
"plugin-dev-en/0331-faq"
273+
]
274+
}
275+
]
276+
},
277+
{
278+
"group": "Examples & Use Cases",
279+
"pages": [
280+
{
281+
"group": "Development Examples",
282+
"pages": [
283+
"plugin-dev-en/0431-example-overview-and-index",
284+
"plugin-dev-en/0432-develop-a-slack-bot-plugin",
285+
"plugin-dev-en/0432-endpoint"
286+
]
287+
}
288+
]
289+
},
290+
{
291+
"group": "Advanced Development",
292+
"pages": [
293+
{
294+
"group": "Extension & Agent",
295+
"pages": [
296+
"plugin-dev-en/9231-extension-plugin",
297+
"plugin-dev-en/9232-agent",
298+
"plugin-dev-en/9433-agent-strategy-plugin"
299+
]
300+
},
301+
{
302+
"group": "Reverse Calling",
303+
"pages": [
304+
"plugin-dev-en/9241-bundle",
305+
"plugin-dev-en/9241-reverse-invocation",
306+
"plugin-dev-en/9242-reverse-invocation-app",
307+
"plugin-dev-en/9242-reverse-invocation-model",
308+
"plugin-dev-en/9242-reverse-invocation-tool",
309+
"plugin-dev-en/9243-customizable-model",
310+
"plugin-dev-en/9243-reverse-invocation-node"
311+
]
312+
}
313+
]
314+
},
315+
{
316+
"group": "Reference & Specifications",
317+
"pages": [
318+
{
319+
"group": "Core Specifications & Features",
320+
"pages": [
321+
"plugin-dev-en/0411-general-specifications",
322+
"plugin-dev-en/0411-model-designing-rules",
323+
"plugin-dev-en/0411-model-plugin-introduction",
324+
"plugin-dev-en/0411-persistent-storage-kv",
325+
"plugin-dev-en/0411-plugin-info-by-manifest",
326+
"plugin-dev-en/0411-remote-debug-a-plugin",
327+
"plugin-dev-en/0411-tool",
328+
"plugin-dev-en/0412-model-schema"
329+
]
330+
}
331+
]
332+
},
333+
{
334+
"group": "About This Documentation",
335+
"pages": [
336+
"plugin-dev-en/0411-doc-contribution-guide",
337+
"plugin-dev-en/0412-doc-writing-dimensions-guide",
338+
"plugin-dev-en/0412-doc-understanding-the-dimensions"
339+
]
340+
}
341+
]
217342
}
218343
]
219344
},

0 commit comments

Comments
 (0)