Skip to content

Commit

Permalink
Update documentation broken links.
Browse files Browse the repository at this point in the history
  • Loading branch information
eli64s committed Oct 23, 2024
1 parent e0cbd48 commit ece59f6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

1. [Overview](#-overview)
2. [Demo](#-demo)
3. [Features](#-features)
3. [Features](#-features)
4. [Getting Started](#-getting-started)
5. [Configuration](#-configuration)
6. [Examples](#-examples)
Expand Down Expand Up @@ -462,16 +462,17 @@ Refer to the [Ollama documentation](https://github.com/ollama/ollama) for more i

<details closed><summary>Anthropic</summary>

With Anthropic:
1. Export your Anthropic API key:

```sh
❯ export ANTHROPIC_API_KEY=<your_api_key>
```

</details>

<details closed><summary>Google Gemini</summary>

With Google Gemini:
1. Export your Google Gemini API key:

```sh
❯ export GOOGLE_API_KEY=<your_api_key
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ site_dir: site/
theme:
name: material
custom_dir: docs/.overrides
logo: assets/icons/readme.svg
logo: assets/icons/readme-logo-purple.svg
icon:
repo: fontawesome/brands/github-alt
edit: material/pencil
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "readmeai"
version = "0.5.97"
version = "0.5.98"
description = "Automated README file generator, powered by AI."
authors = ["Eli <egsalamie@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit ece59f6

Please sign in to comment.