From a761192f84f570349d864c2df3dc40dfdb32fe5b Mon Sep 17 00:00:00 2001 From: Tauan BF <11513929+tauanbinato@users.noreply.github.com> Date: Fri, 25 Sep 2026 19:32:40 -0300 Subject: [PATCH] Link the documentation site from the README and the crate --- Cargo.toml | 4 ++-- README.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index def49bd..53ab994 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,8 +5,8 @@ edition = "2024" rust-version = "1.90" description = "Code-review gate for CI and coding agents: asks TypeSafe Jev small questions about functions, files, tests and docs, and reports maintainability, test, security and documentation findings with locations and probabilities" repository = "https://github.com/Tech-Byte-Frontier/jevgate" -homepage = "https://github.com/Tech-Byte-Frontier/jevgate" -documentation = "https://github.com/Tech-Byte-Frontier/jevgate#readme" +homepage = "https://tech-byte-frontier.github.io/jevgate/" +documentation = "https://tech-byte-frontier.github.io/jevgate/" readme = "README.md" keywords = ["code-review", "ci", "static-analysis", "maintainability", "security"] categories = ["command-line-utilities", "development-tools"] diff --git a/README.md b/README.md index de8ce34..4ccbcab 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Consider (2): → Pass the values as bound query parameters ``` +- **[Documentation site](https://tech-byte-frontier.github.io/jevgate/)**: guides, troubleshooting and the full rule, configuration and command-line reference - [What it finds](#what-it-finds) - [Supported languages and frameworks](#supported-languages-and-frameworks) - [Install](#install)