Docs: Revise component overview page (#8734)

* revise component overview page

* comment out 1.5 piece

* reorg

* coderabbit

---------

Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com>
This commit is contained in:
April I. Murphy 2025-06-30 14:49:51 -07:00 committed by GitHub
commit ca613f5e48
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 137 additions and 176 deletions

View file

@ -30,7 +30,6 @@ module.exports = {
items: [
"Concepts/concepts-overview",
"Concepts/concepts-playground",
"Concepts/concepts-components",
"Concepts/concepts-flows",
"Concepts/concepts-objects",
"Concepts/concepts-publish",
@ -43,6 +42,7 @@ module.exports = {
type: "category",
label: "Components",
items: [
"Concepts/concepts-components",
"Components/components-agents",
"Components/components-bundles",
"Components/components-custom-components",