From c6173e13a60933d9b4e2a90bf03430bb2f6830f6 Mon Sep 17 00:00:00 2001 From: Oleh Prypin Date: Tue, 12 Oct 2021 23:56:23 +0200 Subject: [PATCH] Deployed ca651fbe0 with MkDocs version: 1.2.3 --- about/contributing/index.html | 8 ++-- about/release-notes/index.html | 40 ++++++++++++++++++++ dev-guide/plugins/index.html | 6 +-- dev-guide/themes/index.html | 11 +++--- index.html | 7 ++-- js/a.js | 1 - js/base.js | 2 +- search/search_index.json | 2 +- sitemap.xml | 34 ++++++++--------- sitemap.xml.gz | Bin 347 -> 346 bytes user-guide/choosing-your-theme/index.html | 6 +++ user-guide/configuration/index.html | 9 +++-- user-guide/installation/index.html | 2 +- user-guide/localizing-your-theme/index.html | 2 +- 14 files changed, 90 insertions(+), 40 deletions(-) delete mode 100644 js/a.js diff --git a/about/contributing/index.html b/about/contributing/index.html index 97d6a413..f8d06540 100644 --- a/about/contributing/index.html +++ b/about/contributing/index.html @@ -245,18 +245,20 @@ Then the test suite can be run for MkDocs by running the command tox

It will attempt to run the tests against all of the Python versions we support. So don't be concerned if you are missing some and they fail. The rest -will be verified by Travis when you submit a pull request.

+will be verified by Github Actions when you submit a pull request.

Translating themes

To localize a theme to your favorite language, follow the guide on Translating Themes. We welcome translation Pull Requests!

Submitting Pull Requests

-

Once you are happy with your changes or you are ready for some feedback, push +

If you're considering a large code contribution to MkDocs, please prefer to +open an issue first to get early feedback on the idea.

+

Once you think the code is ready to be reviewed, push it to your fork and send a pull request. For a change to be accepted it will most likely need to have tests and documentation if it is a new feature.

Submitting changes to the builtin themes

When installed with i18n support (pip install mkdocs[i18n]), MkDocs allows themes to support being translated into various languages (referred to as -locales) if they respect Jinja's i18n extension by wrapping text placeholders +locales) if they respect Jinja's i18n extension by wrapping text placeholders with {% trans %} and {% endtrans %} tags.

Each time a translatable text placeholder is added, removed or changed in a theme template, the theme's Portable Object Template (pot) file needs to be diff --git a/about/release-notes/index.html b/about/release-notes/index.html index 4bd40f49..850c1fa3 100644 --- a/about/release-notes/index.html +++ b/about/release-notes/index.html @@ -174,6 +174,10 @@

+
  • @d0ugal
  • @waylan
  • +

    Version 1.2.3 (2021-10-12)

    + +

    Other small improvements; see +commit log.

    Version 1.2.2 (2021-07-18)