docs: add docs and usage for v0.5.0 (#1216)

This commit is contained in:
magic.chen
2024-02-29 19:28:15 +08:00
committed by GitHub
parent 1d90711952
commit 87ec9c6fce
22 changed files with 442 additions and 1 deletions

View File

@@ -194,7 +194,14 @@ const sidebars = {
collapsed: false,
collapsible: false,
items: [
{
type: 'doc',
id: 'application/app_usage'
},
{
type: 'doc',
id: 'application/awel_flow_usage'
},
{
type: 'category',
label: 'Getting Started Tutorial',
@@ -331,6 +338,35 @@ const sidebars = {
},
},
{
type: "category",
label: "Development Guide",
collapsed: false,
items: [
{
type: 'category',
label: 'Agents',
items: [
{
type: 'doc',
id: 'cookbook/agents/codeagent_develop',
}
],
},
{
type: 'category',
label: 'App',
items: [
{
type: 'doc',
id: 'cookbook/app/data_analysis_app_develop',
}
],
},
],
},
{
type: "category",
label: "FAQ",
@@ -360,6 +396,10 @@ const sidebars = {
type: 'doc',
id: 'changelog/doc',
},
{
type: 'doc',
id: 'changelog/Released_V0.5.0',
}
],
},