diff --git a/docs/getting-started.md b/docs/getting-started.md index a73bac86f..602b28f43 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -67,16 +67,12 @@ covered in the following sections. The following plugins are bundled with the Docker image: -* [mkdocs-awesome-pages-plugin][12] -* [mkdocs-git-revision-date-localized-plugin][13] -* [mkdocs-minify-plugin][14] -* [mkdocs-redirects][15] +* [mkdocs-minify-plugin][12] +* [mkdocs-redirects][13] [11]: https://hub.docker.com/r/squidfunk/mkdocs-material/ - [12]: https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin - [13]: https://github.com/timvink/mkdocs-git-revision-date-localized-plugin - [14]: https://github.com/byrnereese/mkdocs-minify-plugin - [15]: https://github.com/datarobot/mkdocs-redirects + [12]: https://github.com/byrnereese/mkdocs-minify-plugin + [13]: https://github.com/datarobot/mkdocs-redirects ??? question "How can I add plugins to the Docker image?" @@ -100,7 +96,7 @@ The following plugins are bundled with the Docker image: ### with git -Material for MkDocs can be directly used from [GitHub][16] by cloning the +Material for MkDocs can be directly used from [GitHub][14] by cloning the repository into a subfolder of your project root which might be useful if you want to use the very latest version: @@ -126,15 +122,15 @@ pip install -r mkdocs-material/requirements.txt _Note that in order to install [Material for MkDocs Insiders][8], you'll need to [become a sponsor][9]._ - [16]: https://github.com/squidfunk/mkdocs-material + [14]: https://github.com/squidfunk/mkdocs-material [^1]: In order to use `pip` to install from the private repository over HTTPS, the - personal access token requires the [`repo`][17] scope. The creation and + personal access token requires the [`repo`][15] scope. The creation and usage of an access token is only necessary when installing Insiders over HTTPS, which is the recommended way when building from within a CI/CD - workflow, e.g. using [GitHub Pages][18] or [GitLab Pages][19]. + workflow, e.g. using [GitHub Pages][16] or [GitLab Pages][17]. - [17]: https://docs.github.com/en/developers/apps/scopes-for-oauth-apps#available-scopes - [18]: publishing-your-site.md#github-pages - [19]: publishing-your-site.md#gitlab-pages + [15]: https://docs.github.com/en/developers/apps/scopes-for-oauth-apps#available-scopes + [16]: publishing-your-site.md#github-pages + [17]: publishing-your-site.md#gitlab-pages