Skip to content

Commit

Permalink
📝 Update documentation for installation and command usage (#718)
Browse files Browse the repository at this point in the history
* ♻️ Update documentation for installation and command usage

* ♻️ Remove redundant closing div tag in documentation
  • Loading branch information
yezz123 authored Dec 22, 2024
1 parent b634d0b commit cba8572
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 7 deletions.
4 changes: 3 additions & 1 deletion docs/development/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ All the documentation is in Markdown format in the directory `./docs`.
<div class="termy">

```console
uv pip install requirements-docs.txt
uv sync --group docs --all-extras

bash scripts/docs_build.sh
```
Expand Down Expand Up @@ -245,6 +245,8 @@ If you want to generate the test report:
<div class="termy">

```console
$ uv sync --group test --all-extras

$ bash scripts/test.sh
```

Expand Down
22 changes: 16 additions & 6 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,25 @@ customizable and adaptable as possible.

## Installation

<div class="termy">
=== "pip"

```console
$ pip install authx
<div class="termy">

---> 100%
```
```console
$ pip install authx
```

</div>

=== "uv"

<div class="termy">

```console
$ uv add authx
```

</div>
</div>

## Features

Expand Down

0 comments on commit cba8572

Please sign in to comment.