Skip to content

Commit

Permalink
OPT: improve the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenein committed May 26, 2023
1 parent 1d53960 commit 178fc80
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: "📥 Install Material for MkDocs"
run: |
python -m venv .venv
.venv/bin/pip install --upgrade 'mkdocs-material~=9.0' 'mkdocs-autorefs~=0.4' 'mkdocstrings[python]~=0.20' 'mkdocs-git-revision-date-localized-plugin~=1.1' pillow cairosvg 'black~=22.12'
.venv/bin/pip install --upgrade 'mkdocs-material>=9.0.0,<10.0.0' 'mkdocs-autorefs>=0.4.1,<1.0.0' 'mkdocstrings[python]>=0.20.0,<1.0.0' 'mkdocs-git-revision-date-localized-plugin>=1.1.0,<2.0.0' pillow cairosvg 'black>=22.12.0,<23.0.0'
- run: ".venv/bin/mkdocs build --site-dir _site"
name: "📦 Build"
Expand Down
1 change: 1 addition & 0 deletions docs/getting-started/handling-errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ However, Combadge provides some base response classes, which come in handy:
::: combadge.core.response.ErrorResponse
options:
heading_level: 3
members: ["Error", "raise_for_result", "unwrap"]

!!! tip "Discriminated unions"

Expand Down
26 changes: 13 additions & 13 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 178fc80

Please sign in to comment.