Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ rooms, and mailing lists is expected to follow the [PyPA Code of Conduct].
[installing `pipx`]: https://pypa.github.io/pipx/installation/
[GitHub Actions]: https://docs.github.com/actions
[PyPA Code of Conduct]: https://www.pypa.io/en/latest/code-of-conduct/
[Translating Themes]: https://www.mkdocs.org/dev-guide/translations/
[Translating Themes]: https://mkdocs-ng.github.io/mkdocs/dev-guide/translations/
[Jinja's i18n extension]: https://jinja.palletsprojects.com/en/latest/extensions/#i18n-extension
[Ruff]: https://docs.astral.sh/ruff/
[Black]: https://black.readthedocs.io/
Expand Down
4 changes: 2 additions & 2 deletions docs/about/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -891,7 +891,7 @@ Other small improvements; see [commit log](https://github.com/mkdocs-ng/mkdocs/c
* New option `anonymize_ip` for Google Analytics.
* Dependencies were upgraded: jQuery upgraded to 3.6.0, Modernizr.js dropped, and others.

See [documentation of config options for the theme](https://www.mkdocs.org/user-guide/choosing-your-theme/#readthedocs)
See [documentation of config options for the theme](https://mkdocs-ng.github.io/mkdocs/user-guide/choosing-your-theme/#readthedocs)

* Built-in themes now also support these languages:
* German (#2633)
Expand All @@ -903,7 +903,7 @@ Other small improvements; see [commit log](https://github.com/mkdocs-ng/mkdocs/c

Normally MkDocs never reaches into any other directories (so this feature shouldn't be necessary), but some plugins and extensions may do so.

See [documentation](https://www.mkdocs.org/user-guide/configuration/#watch).
See [documentation](https://mkdocs-ng.github.io/mkdocs/user-guide/configuration/#watch).

* New `--no-history` option for `gh_deploy` (#2594)

Expand Down
2 changes: 1 addition & 1 deletion docs/dev-guide/themes.md
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ extra:
links:
- https://github.com/mkdocs-ng
- https://docs.readthedocs.org/en/latest/builds.html#mkdocs
- https://www.mkdocs.org/
- https://mkdocs-ng.github.io/mkdocs/
```

And then displayed with this HTML in the custom theme.
Expand Down
2 changes: 1 addition & 1 deletion mkdocs/themes/mkdocs/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
{%- if config.copyright %}
<p>{{ config.copyright }}</p>
{%- endif %}
<p>{% trans mkdocs_link='<a href="https://www.mkdocs.org/">MkDocs</a>' %}Documentation built with {{ mkdocs_link }}.{% endtrans %}</p>
<p>{% trans mkdocs_link='<a href="https://mkdocs-ng.github.io/mkdocs/">MkDocs</a>' %}Documentation built with {{ mkdocs_link }}.{% endtrans %}</p>
{%- endblock %}
</footer>

Expand Down
2 changes: 1 addition & 1 deletion mkdocs/themes/readthedocs/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
{%- endif %}
</div>

{% trans mkdocs_link='<a href="https://www.mkdocs.org/">MkDocs</a>', sphinx_link='<a href="https://github.com/readthedocs/sphinx_rtd_theme">{}</a>'.format(gettext('theme')), rtd_link='<a href="https://readthedocs.org">Read the Docs</a>' %}Built with %(mkdocs_link)s using a %(sphinx_link)s provided by %(rtd_link)s.{% endtrans %}
{% trans mkdocs_link='<a href="https://mkdocs-ng.github.io/mkdocs/">MkDocs</a>', sphinx_link='<a href="https://github.com/readthedocs/sphinx_rtd_theme">{}</a>'.format(gettext('theme')), rtd_link='<a href="https://readthedocs.org">Read the Docs</a>' %}Built with %(mkdocs_link)s using a %(sphinx_link)s provided by %(rtd_link)s.{% endtrans %}
</footer>
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ min-versions = [
]

[project.urls]
Documentation = "https://www.mkdocs.org/"
Documentation = "https://mkdocs-ng.github.io/mkdocs/"
Source = "https://github.com/mkdocs-ng/mkdocs"
Issues = "https://github.com/mkdocs-ng/mkdocs/issues"
History = "https://www.mkdocs.org/about/release-notes/"
History = "https://mkdocs-ng.github.io/mkdocs/about/release-notes/"

[project.scripts]
mkdocs = "mkdocs.__main__:cli"
Expand Down
Loading