Skip to content

Commit

Permalink
Replace tasks help message with screenshot and add task to automate t…
Browse files Browse the repository at this point in the history
…he screenshot process (#96)

* docs: replace task help message text with screenshots
* build(tasks): add docs.generate-tasks-help-screenshot task
* build(poetry): add rich for group doc

close #97
  • Loading branch information
Lee-W authored Nov 14, 2023
1 parent 4473df8 commit 8b3833b
Show file tree
Hide file tree
Showing 27 changed files with 1,101 additions and 127 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ repos:
- id: end-of-file-fixer
- id: mixed-line-ending
- id: trailing-whitespace
exclude: ^docs/_static/images/.*$

- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.10.0
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<br />
local_development.md<br />

<p align="center">
<img src="_static/logo.svg" />
Expand Down
95 changes: 95 additions & 0 deletions docs/_static/images/task_help_message/api-init-poetry-env.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
109 changes: 109 additions & 0 deletions docs/_static/images/task_help_message/api-run-with-docker.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 8b3833b

Please sign in to comment.