Skip to content

Commit

Permalink
ci: fix doc generation (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
gotbadger authored Dec 12, 2022
1 parent 2179200 commit b51c4de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ chmod +x ./curio

The easiest way to try out Curio is with our example project, [Bear Publishing](https://github.com/Bearer/bear-publishing). It simulates a realistic Ruby application with common data security flaws. Clone or download it to a convenient location to get started. Alternately, you can use your own application.

*You won't need to run the sample project. Curio scan the codebase without running the application.*
*You won't need to run the sample project. Curio scan the codebase without running the application.*

Now, run a scan with `curio scan` on the project directory:

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/commands.njk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ layout: layouts/doc.njk
They can be found here: https://github.com/Bearer/curio/tree/main/pkg/commands
#}

{% set items = [curio_scan, curio_init, curio_config] %}
{% set items = [curio_scan, curio_init, curio_version] %}
{% renderTemplate "md" %}
# Commands

Expand Down

0 comments on commit b51c4de

Please sign in to comment.