Skip to content

Commit

Permalink
docs: add link to docs.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
cestef committed Jun 21, 2024
1 parent 005b320 commit 533de77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
/>
</>
Expand Down

0 comments on commit 533de77

Please sign in to comment.