Skip to content

Commit

Permalink
fix more warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Archmonger committed Jul 1, 2024
1 parent 667b33e commit 99b6ec9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/test-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,3 @@ jobs:
linkcheckMarkdown CHANGELOG.md -v -r
cd docs
mkdocs build --strict
# - name: Check docs examples
# run: |
# pip install -r requirements/check-types.txt
# pip install -r requirements/check-style.txt
# mypy --show-error-codes docs/
# ruff check docs/
# Note: Uncomment the above lines to enable type and style checks for documentation examples.
2 changes: 1 addition & 1 deletion docs/src/configure/mysql.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
default-character-set = utf8
```

_Take a look at [MySQL's docs](https://dev.mysql.com/doc/refman/8.4/en/option-files.html) for all available parameters._
_Take a look at MySQL's "Options Files" docs for all available parameters._

3. Set your `DB_ENGINE ` variable to `MYSQL` and your `MYSQL_CONFIG_FILE` variable to the path to your `mysql.cnf` file.

Expand Down
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ Want to join the community or have a question? Chat with us on [Discord](https:/

## Communities

[:fontawesome-brands-discord: Discord](https://discord.gg/gQhGZzEjmX){ .md-button .md-button--primary } [:fontawesome-brands-reddit: Reddit](https://www.reddit.com/r/conreq/){ .md-button .md-button--primary } [:fontawesome-brands-github: GitHub Discussions](https://github.com/Archmonger/Conreq/discussions){ .md-button .md-button--primary }
[:fontawesome-brands-discord: Discord](https://discord.gg/gQhGZzEjmX){ .md-button .md-button--primary } [:fontawesome-brands-github: GitHub Discussions](https://github.com/Archmonger/Conreq/discussions){ .md-button .md-button--primary }

0 comments on commit 99b6ec9

Please sign in to comment.