diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 81ea7ba9..d5d9307a 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -20,7 +20,7 @@ jobs: - name: Install dependencies run: | - poetry install + poetry install --with anthropic,google-generativeai - name: Run tests with coverage run: | diff --git a/README.md b/README.md index 9e885255..fbea3fe7 100644 --- a/README.md +++ b/README.md @@ -110,11 +110,11 @@ A few combinations of README styles and configurations: - cloud-db-logo
+ cloud-db-logo
--align left --badge-style flat-square --image cloud - gradient-markdown-logo
+ gradient-markdown-logo
--align left --badge-style flat --image gradient @@ -150,20 +150,20 @@ A few combinations of README styles and configurations: - default-header
+ default-header
--image llm --badge-style plastic --header-style classic - default-header
+ default-header
--image custom --badge-color BA0098 --badge-style flat-square --header-style modern --toc-style fold -See the Configuration section for a complete list of CLI options. +See the Configuration section for a complete list of CLI options.
📍 Overview
@@ -565,8 +565,7 @@ The pytest framework and nox automation tool are used for testing the applicatio ❯ make test-nox ``` -> [! TIP] -> +> [!TIP] > Use [nox](https://nox.thea.codes/en/stable/) to test application against multiple Python environments and dependencies! --- @@ -595,7 +594,7 @@ Customize your README generation using these CLI options: | `--top-p` | Probability of the top-p sampling method | `0.9` | | `--tree-depth` | Maximum depth of the directory tree structure | `2` | -> [! TIP] +> [!TIP] > For a full list of options, run `readmeai --help` in your terminal. > diff --git a/mkdocs.yml b/mkdocs.yml index 6a193d91..30d5e6b5 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -8,7 +8,7 @@ repo_url: https://github.com/eli64s/readme-ai repo_name: eli64s/readme-ai edit_uri: edit/main/docs/ copyright: "© 2023 README-AI - Empowering developers with intelligent documentation" -site_dir: docs/ +site_dir: site/ theme: name: material