Skip to content

Commit b6e8d78

Browse files
committed
fix: point docs badge and links to GitHub Pages instead of docs.rs
crates are not published to crates.io; docs.rs badge was showing not found. Switch all documentation links to greysquirr3l.github.io/stygian and add documentation field to both crate Cargo.toml files.
1 parent 098fb13 commit b6e8d78

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,4 +232,4 @@ Built with:
232232

233233
**Status**: Active development | Version 0.1.1 | Rust 2024 edition | 842 tests | Linux + macOS
234234

235-
For detailed documentation, see [docs.rs/stygian-graph](https://docs.rs/stygian-graph) and [docs.rs/stygian-browser](https://docs.rs/stygian-browser).
235+
For detailed documentation, see the [project docs site](https://greysquirr3l.github.io/stygian).

crates/stygian-browser/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ rust-version.workspace = true
66
authors.workspace = true
77
license.workspace = true
88
repository.workspace = true
9+
documentation = "https://greysquirr3l.github.io/stygian"
910
readme = "README.md"
1011
description = "Anti-detection browser automation library for Rust with CDP stealth features"
1112
keywords = ["browser", "automation", "scraping", "anti-detection", "cdp"]

crates/stygian-graph/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ rust-version.workspace = true
66
authors.workspace = true
77
license.workspace = true
88
repository.workspace = true
9+
documentation = "https://greysquirr3l.github.io/stygian"
910
description = "High-performance graph-based web scraping engine with AI extraction, multi-modal support, and anti-bot capabilities"
1011
keywords = ["scraping", "web-scraping", "graph", "ai", "extraction"]
1112
categories = ["web-programming", "network-programming", "asynchronous"]

crates/stygian-graph/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
High-performance, graph-based web scraping engine treating pipelines as DAGs with pluggable service modules.
44

55
[![Crates.io](https://img.shields.io/crates/v/stygian-graph.svg)](https://crates.io/crates/stygian-graph)
6-
[![Documentation](https://docs.rs/stygian-graph/badge.svg)](https://docs.rs/stygian-graph)
6+
[![Documentation](https://img.shields.io/badge/docs-github.io-blue)](https://greysquirr3l.github.io/stygian)
77
[![License: AGPL v3](https://img.shields.io/badge/License-AGPL_v3-blue.svg)](../../LICENSE)
88
[![Tests](https://img.shields.io/badge/tests-209%20passing-brightgreen)](https://github.com/greysquirr3l/stygian/actions)
99
[![Coverage](https://img.shields.io/badge/coverage-~72%25-yellowgreen)](https://github.com/greysquirr3l/stygian/actions)

0 commit comments

Comments
 (0)