docs: update docs.json with contextual options, SEO, and 404 redirect (#2654)

* docs: 0.114.0 release notes, navigation restructure, new guides, deploy video, and cleanup

- Add v0.114.0 release notes with highlights image and doc links
- Restructure docs navigation (Strategy group, Releases tab, navbar links)
- Update quickstart with deployment video and clearer instructions
- Add/rename guides (Custom Manager Agent, Custom LLM)
- Remove legacy concept/tool docs
- Add new images and tool docs
- Minor formatting and content improvements throughout

* docs: update docs.json with contextual options, SEO indexing, and 404 redirect settings
This commit is contained in:
Tony Kipkemboi
2025-04-22 09:52:27 -07:00
committed by GitHub
parent 3d9000495c
commit 16eb4df556

View File

@@ -8,6 +8,9 @@
"dark": "#C94C3C" "dark": "#C94C3C"
}, },
"favicon": "favicon.svg", "favicon": "favicon.svg",
"contextual": {
"options": ["copy", "view", "chatgpt", "claude"]
},
"navigation": { "navigation": {
"tabs": [ "tabs": [
{ {
@@ -244,7 +247,12 @@
"prompt": "Search CrewAI docs" "prompt": "Search CrewAI docs"
}, },
"seo": { "seo": {
"indexing": "navigable" "indexing": "all"
},
"errors": {
"404": {
"redirect": true
}
}, },
"footer": { "footer": {
"socials": { "socials": {