diff --git a/api-reference/introduction.mdx b/api-reference/introduction.mdx index bd8339be8..76982ad72 100644 --- a/api-reference/introduction.mdx +++ b/api-reference/introduction.mdx @@ -1,4 +1,5 @@ --- +noindex: true title: 'Introduction' description: 'Firecrawl API Reference' --- diff --git a/docs.json b/docs.json index 77efc4b65..668dd14de 100755 --- a/docs.json +++ b/docs.json @@ -4804,9 +4804,17 @@ "source": "/api-reference/v1/crawl" }, { - "destination": "/api-reference/introduction", + "destination": "/api-reference/v2-introduction", "source": "/api-reference/v1-introduction" }, + { + "destination": "/api-reference/v2-introduction", + "source": "/api-reference/introduction" + }, + { + "destination": "/api-reference/v2-introduction", + "source": "/api-reference" + }, { "destination": "/api-reference/endpoint/activity", "source": "/api-reference/team"