diff --git a/.gitignore b/.gitignore index b28b377..c7ebf2e 100644 --- a/.gitignore +++ b/.gitignore @@ -229,4 +229,5 @@ tree.md plans/ # Codeium -.codeiumignore \ No newline at end of file +.codeiumignore +todo/ \ No newline at end of file diff --git a/README.md b/README.md index 482cd06..af55c22 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Crawl4AI is the #1 trending GitHub repository, actively maintained by a vibrant [✨ Check out latest update v0.4.24x](#-recent-updates) -🎉 **Version 0.4.24x is out!** Major improvements in extraction strategies with enhanced JSON handling, SSL security, and Amazon product extraction. Plus, a completely revamped content filtering system! [Read the release notes →](https://crawl4ai.com/mkdocs/blog) +🎉 **Version 0.4.24x is out!** Major improvements in extraction strategies with enhanced JSON handling, SSL security, and Amazon product extraction. Plus, a completely revamped content filtering system! [Read the release notes →](https://docs.crawl4ai.com/blog) ## 🧐 Why Crawl4AI? @@ -149,7 +149,7 @@ if __name__ == "__main__": ✨ Play around with this [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1SgRPrByQLzjRfwoRNq1wSGE9nYY_EE8C?usp=sharing) -✨ Visit our [Documentation Website](https://crawl4ai.com/mkdocs/) +✨ Visit our [Documentation Website](https://docs.crawl4ai.com/) ## Installation 🛠️ @@ -265,7 +265,7 @@ task_id = response.json()["task_id"] result = requests.get(f"http://localhost:11235/task/{task_id}") ``` -For more examples, see our [Docker Examples](https://github.com/unclecode/crawl4ai/blob/main/docs/examples/docker_example.py). For advanced configuration, environment variables, and usage examples, see our [Docker Deployment Guide](https://crawl4ai.com/mkdocs/basic/docker-deployment/). +For more examples, see our [Docker Examples](https://github.com/unclecode/crawl4ai/blob/main/docs/examples/docker_example.py). For advanced configuration, environment variables, and usage examples, see our [Docker Deployment Guide](https://docs.crawl4ai.com/basic/docker-deployment/). @@ -487,7 +487,7 @@ Read the full details of this release in our [0.4.24 Release Notes](https://gith > 🚨 **Documentation Update Alert**: We're undertaking a major documentation overhaul next week to reflect recent updates and improvements. Stay tuned for a more comprehensive and up-to-date guide! -For current documentation, including installation instructions, advanced features, and API reference, visit our [Documentation Website](https://crawl4ai.com/mkdocs/). +For current documentation, including installation instructions, advanced features, and API reference, visit our [Documentation Website](https://docs.crawl4ai.com/). To check our development plans and upcoming features, visit our [Roadmap](https://github.com/unclecode/crawl4ai/blob/main/ROADMAP.md). diff --git a/docs/examples/quickstart_v0.ipynb b/docs/examples/quickstart_v0.ipynb index 71f23ac..0282aa1 100644 --- a/docs/examples/quickstart_v0.ipynb +++ b/docs/examples/quickstart_v0.ipynb @@ -702,7 +702,7 @@ "\n", "Crawl4AI offers a fast, flexible, and powerful solution for web crawling and data extraction tasks. Its asynchronous architecture and advanced features make it suitable for a wide range of applications, from simple web scraping to complex, multi-page data extraction scenarios.\n", "\n", - "For more information and advanced usage, please visit the [Crawl4AI documentation](https://crawl4ai.com/mkdocs/).\n", + "For more information and advanced usage, please visit the [Crawl4AI documentation](https://docs.crawl4ai.com/).\n", "\n", "Happy crawling!" ] diff --git a/docs/md_v2/basic/docker-deploymeny.md b/docs/md_v2/basic/docker-deploymeny.md index 31d33e8..8cbc76c 100644 --- a/docs/md_v2/basic/docker-deploymeny.md +++ b/docs/md_v2/basic/docker-deploymeny.md @@ -699,4 +699,4 @@ Content-Type: application/json GET /task/{task_id} ``` -For more details, visit the [official documentation](https://crawl4ai.com/mkdocs/). \ No newline at end of file +For more details, visit the [official documentation](https://docs.crawl4ai.com/). \ No newline at end of file diff --git a/docs/md_v2/basic/installation.md b/docs/md_v2/basic/installation.md index de8aeaf..10e312f 100644 --- a/docs/md_v2/basic/installation.md +++ b/docs/md_v2/basic/installation.md @@ -132,6 +132,6 @@ This script should successfully crawl the example website and print the first 50 ## Getting Help -If you encounter any issues during installation or usage, please check the [documentation](https://crawl4ai.com/mkdocs/) or raise an issue on the [GitHub repository](https://github.com/unclecode/crawl4ai/issues). +If you encounter any issues during installation or usage, please check the [documentation](https://docs.crawl4ai.com/) or raise an issue on the [GitHub repository](https://github.com/unclecode/crawl4ai/issues). Happy crawling! 🕷️🤖 \ No newline at end of file