From 99b6ec932597b0c958c969a236daa9270930fbb4 Mon Sep 17 00:00:00 2001 From: Archmonger <16909269+Archmonger@users.noreply.github.com> Date: Mon, 1 Jul 2024 01:44:40 -0700 Subject: [PATCH] fix more warnings --- .github/workflows/test-docs.yml | 7 ------- docs/src/configure/mysql.md | 2 +- docs/src/index.md | 2 +- 3 files changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/test-docs.yml b/.github/workflows/test-docs.yml index 6ccb7518..d69ce6a2 100644 --- a/.github/workflows/test-docs.yml +++ b/.github/workflows/test-docs.yml @@ -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. diff --git a/docs/src/configure/mysql.md b/docs/src/configure/mysql.md index 235cae1c..0e81fc01 100644 --- a/docs/src/configure/mysql.md +++ b/docs/src/configure/mysql.md @@ -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. diff --git a/docs/src/index.md b/docs/src/index.md index a952fd79..54918868 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -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 }