mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
Clean up code style (#2825)
* Change Github to GitHub * Add space before closing tag * Convert tabs to spaces * Fix coding style for some css
This commit is contained in:
@@ -61,7 +61,7 @@ root of your MkDocs repository.
|
||||
|
||||
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 [Github Actions] when you submit a pull request.
|
||||
will be verified by [GitHub Actions] when you submit a pull request.
|
||||
|
||||
## Translating themes
|
||||
|
||||
@@ -107,7 +107,7 @@ Themes] for details.
|
||||
[virtualenv]: https://virtualenv.pypa.io/en/latest/user_guide.html
|
||||
[pip]: https://pip.pypa.io/en/stable/
|
||||
[tox]: https://tox.readthedocs.io/en/latest/
|
||||
[Github Actions]: https://docs.github.com/actions
|
||||
[GitHub Actions]: https://docs.github.com/actions
|
||||
[PyPA Code of Conduct]: https://www.pypa.io/en/latest/code-of-conduct/
|
||||
[Translating Themes]: ../dev-guide/translations.md
|
||||
[Jinja's i18n extension]: https://jinja.palletsprojects.com/en/latest/extensions/#i18n-extension
|
||||
|
||||
Reference in New Issue
Block a user