Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/start/example-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $ uvx usethis tool ruff
☐ Run 'uv run ruff format' to run the Ruff formatter.
```

For a detailed breakdown of what each line of the output means, [there is a detailed explanation available](start/detailed-example.md).
For a detailed breakdown of what each line of the output means, [there is a detailed explanation available](detailed-example.md).

As another example, to use pytest, run:

Expand Down Expand Up @@ -47,4 +47,4 @@ $ uvx usethis ci bitbucket
☐ Run your pipeline via the Bitbucket website.
```

See the [CLI Reference](cli/reference.md) for a full list of available commands.
See the [CLI Reference](../cli/reference.md) for a full list of available commands.
3 changes: 2 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
site_name: usethis
site_name: usethis Documentation

nav:
- Introduction: index.md
Expand All @@ -15,6 +15,7 @@ nav:
theme:
name: material
logo: logo.svg
favicon: favicon.svg
palette:
- media: "(prefers-color-scheme)"
toggle:
Expand Down