Add docs redirects and development tools (#3096)
Some checks failed
Notify Downstream / notify-downstream (push) Has been cancelled

* Add Reo.dev tracking script to documentation

* Comprehensive docs improvements and development tools

- Add comprehensive .cursorrules with CrewAI and Flow development patterns
- Add redirect rules for old doc links without /en/ prefix
- Replace changelog pages with direct GitHub releases links
- Fix installation page directory tree rendering issue
- Fix broken Visual Studio Build Tools link formatting
- Remove obsolete changelog files to reduce maintenance overhead

These changes improve developer experience and ensure all old documentation links continue working.
This commit is contained in:
Tony Kipkemboi
2025-07-01 14:41:34 -04:00
committed by GitHub
parent e544ff8ba3
commit 640e1a7bc2
5 changed files with 1503 additions and 973 deletions

View File

@@ -41,6 +41,11 @@
"anchor": "Get Help",
"href": "mailto:support@crewai.com",
"icon": "headset"
},
{
"anchor": "Releases",
"href": "https://github.com/crewAIInc/crewAI/releases",
"icon": "tag"
}
]
},
@@ -89,6 +94,7 @@
"pages": [
"en/guides/advanced/customizing-prompts",
"en/guides/advanced/fingerprinting"
]
}
]
@@ -358,7 +364,7 @@
},
{
"tab": "Examples",
"groups": [
"groups": [
{
"group": "Examples",
"pages": [
@@ -366,18 +372,8 @@
]
}
]
},
{
"tab": "Releases",
"groups": [
{
"group": "Releases",
"pages": [
"en/changelog"
]
}
]
}
]
},
{
@@ -403,6 +399,11 @@
"anchor": "Obter Ajuda",
"href": "mailto:support@crewai.com",
"icon": "headset"
},
{
"anchor": "Lançamentos",
"href": "https://github.com/crewAIInc/crewAI/releases",
"icon": "tag"
}
]
},
@@ -720,7 +721,7 @@
},
{
"tab": "Exemplos",
"groups": [
"groups": [
{
"group": "Exemplos",
"pages": [
@@ -728,18 +729,8 @@
]
}
]
},
{
"tab": "Lançamentos",
"groups": [
{
"group": "Lançamentos",
"pages": [
"pt-BR/changelog"
]
}
]
}
]
}
]
@@ -777,6 +768,64 @@
"seo": {
"indexing": "all"
},
"redirects": [
{
"source": "/introduction",
"destination": "/en/introduction"
},
{
"source": "/installation",
"destination": "/en/installation"
},
{
"source": "/quickstart",
"destination": "/en/quickstart"
},
{
"source": "/changelog",
"destination": "https://github.com/crewAIInc/crewAI/releases"
},
{
"source": "/telemetry",
"destination": "/en/telemetry"
},
{
"source": "/concepts/:path*",
"destination": "/en/concepts/:path*"
},
{
"source": "/guides/:path*",
"destination": "/en/guides/:path*"
},
{
"source": "/tools/:path*",
"destination": "/en/tools/:path*"
},
{
"source": "/learn/:path*",
"destination": "/en/learn/:path*"
},
{
"source": "/mcp/:path*",
"destination": "/en/mcp/:path*"
},
{
"source": "/observability/:path*",
"destination": "/en/observability/:path*"
},
{
"source": "/enterprise/:path*",
"destination": "/en/enterprise/:path*"
},
{
"source": "/api-reference/:path*",
"destination": "/en/api-reference/:path*"
},
{
"source": "/examples/:path*",
"destination": "/en/examples/:path*"
}
],
"errors": {
"404": {
"redirect": true