mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-08 15:48:29 +00:00
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:
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user