Skip to content

Commit 730fba7

Browse files
Add favicon (#1156)
Rename docs site from `usethis` to `usethis Documentation` for clarity
1 parent c396402 commit 730fba7

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

docs/favicon.svg

Lines changed: 1 addition & 0 deletions
Loading

docs/start/example-usage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $ uvx usethis tool ruff
1919
☐ Run 'uv run ruff format' to run the Ruff formatter.
2020
```
2121

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

2424
As another example, to use pytest, run:
2525

@@ -47,4 +47,4 @@ $ uvx usethis ci bitbucket
4747
☐ Run your pipeline via the Bitbucket website.
4848
```
4949

50-
See the [CLI Reference](cli/reference.md) for a full list of available commands.
50+
See the [CLI Reference](../cli/reference.md) for a full list of available commands.

mkdocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
site_name: usethis
1+
site_name: usethis Documentation
22

33
nav:
44
- Introduction: index.md
@@ -15,6 +15,7 @@ nav:
1515
theme:
1616
name: material
1717
logo: logo.svg
18+
favicon: favicon.svg
1819
palette:
1920
- media: "(prefers-color-scheme)"
2021
toggle:

0 commit comments

Comments
 (0)