2021-12-16 17:11:33 -08:00
|
|
|
/**
|
|
|
|
* Creating a sidebar enables you to:
|
|
|
|
- create an ordered group of docs
|
|
|
|
- render a sidebar for each doc of that group
|
|
|
|
- provide next/previous navigation
|
|
|
|
|
|
|
|
The sidebars can be generated from the filesystem, or explicitly defined here.
|
|
|
|
|
|
|
|
Create as many sidebars as you want.
|
|
|
|
*/
|
|
|
|
|
|
|
|
module.exports = {
|
|
|
|
docsSidebar: [
|
2024-03-17 15:57:54 -07:00
|
|
|
'Getting-Started',
|
|
|
|
{
|
|
|
|
type: "category",
|
|
|
|
label: "Installation",
|
|
|
|
collapsed: true,
|
|
|
|
items: ["installation/Docker", "installation/Optional-Dependencies"],
|
|
|
|
link: {
|
|
|
|
type: 'doc',
|
|
|
|
id: "installation/Installation"
|
|
|
|
},
|
|
|
|
},
|
2024-03-09 09:45:58 -08:00
|
|
|
{
|
|
|
|
type: 'category',
|
|
|
|
label: 'Tutorial',
|
2024-04-01 11:32:41 -07:00
|
|
|
collapsed: false,
|
|
|
|
link: {
|
|
|
|
type: 'generated-index',
|
|
|
|
title: 'Tutorial',
|
|
|
|
description: 'Tutorial on the basic concepts of AutoGen',
|
|
|
|
slug: 'tutorial',
|
|
|
|
},
|
2024-03-09 09:45:58 -08:00
|
|
|
items: [
|
|
|
|
{
|
|
|
|
type: 'doc',
|
|
|
|
id: 'tutorial/introduction',
|
|
|
|
label: 'Introduction',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
type: 'doc',
|
2024-03-12 16:55:08 -07:00
|
|
|
id: 'tutorial/chat-termination',
|
|
|
|
label: 'Chat Termination',
|
2024-03-09 09:45:58 -08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
type: 'doc',
|
|
|
|
id: 'tutorial/human-in-the-loop',
|
|
|
|
label: 'Human in the Loop',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
type: 'doc',
|
|
|
|
id: 'tutorial/code-executors',
|
|
|
|
label: 'Code Executors',
|
|
|
|
},
|
2024-03-20 12:31:58 -07:00
|
|
|
{
|
|
|
|
type: 'doc',
|
|
|
|
id: 'tutorial/tool-use',
|
|
|
|
label: 'Tool Use',
|
|
|
|
},
|
2024-03-09 09:45:58 -08:00
|
|
|
{
|
|
|
|
type: 'doc',
|
|
|
|
id: 'tutorial/conversation-patterns',
|
|
|
|
label: 'Conversation Patterns',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
type: 'doc',
|
2024-03-13 08:47:41 -07:00
|
|
|
id: 'tutorial/what-next',
|
|
|
|
label: 'What Next?',
|
2024-03-09 09:45:58 -08:00
|
|
|
}
|
|
|
|
],
|
|
|
|
},
|
2024-03-17 15:57:54 -07:00
|
|
|
{'Use Cases': [{type: 'autogenerated', dirName: 'Use-Cases'}]},
|
2024-03-09 09:45:58 -08:00
|
|
|
{
|
|
|
|
type: 'category',
|
2024-04-01 11:32:41 -07:00
|
|
|
label: 'User Guide',
|
|
|
|
collapsed: false,
|
2024-03-09 09:45:58 -08:00
|
|
|
link: {
|
|
|
|
type: 'generated-index',
|
2024-04-01 11:32:41 -07:00
|
|
|
title: 'User Guide',
|
|
|
|
slug: 'topics',
|
2024-03-09 09:45:58 -08:00
|
|
|
},
|
2024-03-17 15:57:54 -07:00
|
|
|
items: [{type: 'autogenerated', dirName: 'topics'}]
|
|
|
|
},
|
2024-04-01 11:32:41 -07:00
|
|
|
{
|
2024-04-01 16:34:27 -04:00
|
|
|
type: 'link',
|
|
|
|
label: 'API Reference',
|
|
|
|
href: '/docs/reference/agentchat/conversable_agent',
|
2024-04-01 11:32:41 -07:00
|
|
|
},
|
|
|
|
{
|
|
|
|
type: 'doc',
|
|
|
|
label: 'FAQs',
|
|
|
|
id: 'FAQ',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'type': 'category',
|
|
|
|
'label': 'Ecosystem',
|
|
|
|
'link': {
|
|
|
|
type: 'generated-index',
|
|
|
|
title: 'Ecosystem',
|
|
|
|
description: 'Learn about the ecosystem of AutoGen',
|
|
|
|
slug: 'ecosystem',
|
|
|
|
},
|
|
|
|
'items': [{type: 'autogenerated', dirName: 'ecosystem'}]
|
|
|
|
},
|
2021-12-16 17:11:33 -08:00
|
|
|
'Contribute',
|
|
|
|
'Research',
|
2024-01-27 14:03:24 -05:00
|
|
|
'Migration-Guide'
|
2021-12-16 17:11:33 -08:00
|
|
|
],
|
|
|
|
// pydoc-markdown auto-generated markdowns from docstrings
|
2024-02-22 23:01:17 -05:00
|
|
|
referenceSideBar: [require("./docs/reference/sidebar.json")],
|
|
|
|
notebooksSidebar: [
|
|
|
|
{
|
|
|
|
type: "category",
|
|
|
|
label: "Notebooks",
|
|
|
|
items: [{
|
|
|
|
type: "autogenerated",
|
|
|
|
dirName: "notebooks",
|
|
|
|
},],
|
|
|
|
link: {
|
|
|
|
type: 'doc',
|
|
|
|
id: "notebooks"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
]
|
2021-12-16 17:11:33 -08:00
|
|
|
};
|