From bfc4abd6e8d4aada98ba0e233a53773e5c2a6aa2 Mon Sep 17 00:00:00 2001 From: unclecode Date: Sat, 22 Jun 2024 20:57:03 +0800 Subject: [PATCH 1/2] Update documents --- docs/md/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/md/index.md b/docs/md/index.md index 99a4f934..dd5f51d0 100644 --- a/docs/md/index.md +++ b/docs/md/index.md @@ -1,4 +1,4 @@ -# Crawl4AI Documentation +# Crawl4AI v0.2.6 Welcome to the official documentation for Crawl4AI! 🕷️🤖 Crawl4AI is an open-source Python library designed to simplify web crawling and extract useful information from web pages. This documentation will guide you through the features, usage, and customization of Crawl4AI. From 68b3dff74a80ad631839e8c114d73004cddb3d33 Mon Sep 17 00:00:00 2001 From: unclecode Date: Sun, 23 Jun 2024 00:36:03 +0800 Subject: [PATCH 2/2] Update CSS --- docs/md/assets/styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/md/assets/styles.css b/docs/md/assets/styles.css index f4680880..f103474f 100644 --- a/docs/md/assets/styles.css +++ b/docs/md/assets/styles.css @@ -29,12 +29,16 @@ --global-font-color: #eaeaea; /* Light font color for global elements */ --background-color: #222225; + + --background-color: #070708; --page-width: 70em; --font-color: #e8e9ed; --invert-font-color: #222225; --secondary-color: #a3abba; + --secondary-color: #d5cec0; --tertiary-color: #a3abba; --primary-color: #09b5a5; /* Updated to the brand color */ + --primary-color: #50ffff; /* Updated to the brand color */ --error-color: #ff3c74; --progress-bar-background: #3f3f44; --progress-bar-fill: #09b5a5; /* Updated to the brand color */