diff --git a/docs/pages/index.mdx b/docs/pages/index.mdx index e556bd0..3efc881 100644 --- a/docs/pages/index.mdx +++ b/docs/pages/index.mdx @@ -4,6 +4,8 @@ import { Callout } from "nextra/components" A quick guide to get you started right away with `rwalk`. This tool's philosophy is to provide a simple and fast way to scan websites for files and directories. +API documentation is available on [docs.rs](https://docs.rs/rwalk). + ## Installation The easiest way to install `rwalk` is to use the pre-built binaries. You can also install it using `cargo`, the Rust package manager. diff --git a/docs/theme.config.tsx b/docs/theme.config.tsx index 144cebe..db14739 100644 --- a/docs/theme.config.tsx +++ b/docs/theme.config.tsx @@ -61,7 +61,7 @@ const config: DocsThemeConfig = { property="og:description" content={ frontMatter.description || - "A fast, lightweight and flexible web fuzzing tool" + "A blazingly fast, lightweight and flexible web fuzzing tool" } />