2020-07-19 23:23:26 +03:00
|
|
|
|
# Adding a git repository
|
|
|
|
|
|
2020-07-21 14:33:44 +03:00
|
|
|
|
If your documentation is related to source code, Material for MkDocs provides
|
|
|
|
|
the ability to display information to the project's repository as part of the
|
2022-06-24 15:38:01 +03:00
|
|
|
|
static site, including stars and forks. Furthermore, the
|
|
|
|
|
[date of last update and creation], as well as [contributors] can be shown.
|
2020-07-19 23:23:26 +03:00
|
|
|
|
|
|
|
|
|
## Configuration
|
|
|
|
|
|
2021-10-10 23:32:32 +03:00
|
|
|
|
### Repository
|
|
|
|
|
|
2022-09-11 20:25:40 +03:00
|
|
|
|
[:octicons-tag-24: 0.1.0][Repository support] ·
|
2021-10-10 23:32:32 +03:00
|
|
|
|
:octicons-milestone-24: Default: _none_
|
|
|
|
|
|
2020-07-21 14:33:44 +03:00
|
|
|
|
In order to display a link to the repository of your project as part of your
|
2021-10-10 23:32:32 +03:00
|
|
|
|
documentation, set [`repo_url`][repo_url] in `mkdocs.yml` to the public URL of
|
|
|
|
|
your repository, e.g.:
|
2020-07-19 23:23:26 +03:00
|
|
|
|
|
|
|
|
|
``` yaml
|
|
|
|
|
repo_url: https://github.com/squidfunk/mkdocs-material
|
|
|
|
|
```
|
|
|
|
|
|
2020-07-21 14:33:44 +03:00
|
|
|
|
The link to the repository will be rendered next to the search bar on big
|
2020-07-19 23:23:26 +03:00
|
|
|
|
screens and as part of the main navigation drawer on smaller screen sizes.
|
2021-10-10 23:32:32 +03:00
|
|
|
|
Additionally, for public repositories hosted on [GitHub] or [GitLab], the
|
|
|
|
|
number of stars and forks is automatically requested and rendered.
|
2020-07-21 14:33:44 +03:00
|
|
|
|
|
2022-04-02 16:10:50 +03:00
|
|
|
|
GitHub repositories also include the tag of the latest release.[^1]
|
|
|
|
|
|
|
|
|
|
[^1]:
|
|
|
|
|
Unfortunately, GitHub only provides an API endpoint to obtain the [latest
|
|
|
|
|
release] - not the latest tag. Thus, make sure to [create a release] (not
|
2022-06-24 15:38:01 +03:00
|
|
|
|
pre-release) for the latest tag you want to display next to the number of
|
2022-04-02 16:10:50 +03:00
|
|
|
|
stars and forks.
|
|
|
|
|
|
2022-09-11 20:25:40 +03:00
|
|
|
|
[Repository support]: https://github.com/squidfunk/mkdocs-material/releases/tag/0.1.0
|
2021-10-10 23:32:32 +03:00
|
|
|
|
[repo_url]: https://www.mkdocs.org/user-guide/configuration/#repo_url
|
2022-04-02 16:10:50 +03:00
|
|
|
|
[latest release]: https://docs.github.com/en/rest/reference/releases#get-the-latest-release
|
|
|
|
|
[create a release]: https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository#creating-a-release
|
2020-07-21 14:33:44 +03:00
|
|
|
|
|
2022-06-24 15:38:01 +03:00
|
|
|
|
#### Repository name
|
2020-07-21 14:33:44 +03:00
|
|
|
|
|
2022-09-11 20:25:40 +03:00
|
|
|
|
[:octicons-tag-24: 0.1.0][Repository name support] ·
|
2021-10-10 23:32:32 +03:00
|
|
|
|
:octicons-milestone-24: Default: _automatically set to_ `GitHub`, `GitLab` _or_
|
|
|
|
|
`Bitbucket`
|
2020-07-21 14:33:44 +03:00
|
|
|
|
|
|
|
|
|
MkDocs will infer the source provider by examining the URL and try to set the
|
|
|
|
|
_repository name_ automatically. If you wish to customize the name, set
|
2021-10-10 23:32:32 +03:00
|
|
|
|
[`repo_name`][repo_name] in `mkdocs.yml`:
|
2020-07-21 14:33:44 +03:00
|
|
|
|
|
|
|
|
|
``` yaml
|
|
|
|
|
repo_name: squidfunk/mkdocs-material
|
|
|
|
|
```
|
|
|
|
|
|
2022-09-11 20:25:40 +03:00
|
|
|
|
[Repository name support]: https://github.com/squidfunk/mkdocs-material/releases/tag/0.1.0
|
2021-10-10 23:32:32 +03:00
|
|
|
|
[repo_name]: https://www.mkdocs.org/user-guide/configuration/#repo_name
|
2020-07-21 14:33:44 +03:00
|
|
|
|
|
2022-06-24 15:38:01 +03:00
|
|
|
|
#### Repository icon
|
2020-07-21 14:33:44 +03:00
|
|
|
|
|
2022-09-11 20:25:40 +03:00
|
|
|
|
[:octicons-tag-24: 5.0.0][Repository icon support] ·
|
2021-10-10 23:32:32 +03:00
|
|
|
|
:octicons-milestone-24: Default:
|
2022-09-11 20:25:40 +03:00
|
|
|
|
:fontawesome-brands-git-alt: – `fontawesome/brands/git-alt`
|
2020-07-21 14:33:44 +03:00
|
|
|
|
|
2021-10-10 23:32:32 +03:00
|
|
|
|
While the default repository icon is a generic git icon, it can be set to
|
2022-01-16 19:27:14 +03:00
|
|
|
|
any icon bundled with the theme by referencing a valid icon path in
|
|
|
|
|
`mkdocs.yml`:
|
2020-07-21 14:33:44 +03:00
|
|
|
|
|
|
|
|
|
``` yaml
|
|
|
|
|
theme:
|
|
|
|
|
icon:
|
2022-01-16 19:30:25 +03:00
|
|
|
|
repo: fontawesome/brands/git-alt # (1)!
|
2020-07-21 14:33:44 +03:00
|
|
|
|
```
|
|
|
|
|
|
2022-01-16 19:27:14 +03:00
|
|
|
|
1. Enter a few keywords to find the perfect icon using our [icon search] and
|
|
|
|
|
click on the shortcode to copy it to your clipboard:
|
|
|
|
|
|
|
|
|
|
<div class="mdx-iconsearch" data-mdx-component="iconsearch">
|
|
|
|
|
<input class="md-input md-input--stretch mdx-iconsearch__input" placeholder="Search icon" data-mdx-component="iconsearch-query" value="git" />
|
|
|
|
|
<div class="mdx-iconsearch-result" data-mdx-component="iconsearch-result" data-mdx-mode="file">
|
|
|
|
|
<div class="mdx-iconsearch-result__meta"></div>
|
|
|
|
|
<ol class="mdx-iconsearch-result__list"></ol>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
2020-07-21 17:01:22 +03:00
|
|
|
|
Some popular choices:
|
|
|
|
|
|
2020-11-16 00:25:11 +03:00
|
|
|
|
- :fontawesome-brands-git: – `fontawesome/brands/git`
|
|
|
|
|
- :fontawesome-brands-git-alt: – `fontawesome/brands/git-alt`
|
|
|
|
|
- :fontawesome-brands-github: – `fontawesome/brands/github`
|
|
|
|
|
- :fontawesome-brands-github-alt: – `fontawesome/brands/github-alt`
|
|
|
|
|
- :fontawesome-brands-gitlab: – `fontawesome/brands/gitlab`
|
|
|
|
|
- :fontawesome-brands-gitkraken: – `fontawesome/brands/gitkraken`
|
|
|
|
|
- :fontawesome-brands-bitbucket: – `fontawesome/brands/bitbucket`
|
|
|
|
|
- :fontawesome-solid-trash: – `fontawesome/solid/trash`
|
2020-07-21 14:33:44 +03:00
|
|
|
|
|
2022-09-11 20:25:40 +03:00
|
|
|
|
[Repository icon support]: https://github.com/squidfunk/mkdocs-material/releases/tag/5.0.0
|
|
|
|
|
[Repository icon default]: https://github.com/squidfunk/mkdocs-material/blob/master/material/.icons/fontawesome/brands/git-alt.svg
|
2022-01-16 19:27:14 +03:00
|
|
|
|
[icon search]: ../reference/icons-emojis.md#search
|
2020-07-21 14:33:44 +03:00
|
|
|
|
|
2023-01-02 16:45:15 +03:00
|
|
|
|
#### Code actions
|
2020-07-21 14:33:44 +03:00
|
|
|
|
|
2023-01-02 16:45:15 +03:00
|
|
|
|
[:octicons-tag-24: 9.0.0][Code actions support] ·
|
|
|
|
|
:octicons-unlock-24: Feature flag
|
2020-07-21 14:33:44 +03:00
|
|
|
|
|
2023-02-18 13:15:25 +03:00
|
|
|
|
If the [repository URL] points to a valid [GitHub], [GitLab] or [Bitbucket]
|
|
|
|
|
repository, [MkDocs] provides a setting called [`edit_uri`][edit_uri], which
|
|
|
|
|
resolves to the subfolder where your documentation is hosted.
|
2020-07-21 14:33:44 +03:00
|
|
|
|
|
2023-02-18 13:15:25 +03:00
|
|
|
|
If your default branch is called `main`, change the setting to:
|
|
|
|
|
|
|
|
|
|
``` yaml
|
|
|
|
|
edit_uri: blob/main/docs/
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
After making sure that `edit_uri` is correctly configured, buttons for code
|
|
|
|
|
actions can be added. Two types of code actions are supported: `edit` and `view`
|
|
|
|
|
(GitHub only):
|
|
|
|
|
|
|
|
|
|
=== ":material-file-edit-outline: Edit this page"
|
2020-07-21 14:33:44 +03:00
|
|
|
|
|
|
|
|
|
``` yaml
|
2023-01-02 16:45:15 +03:00
|
|
|
|
theme:
|
|
|
|
|
features:
|
2023-01-03 12:48:30 +03:00
|
|
|
|
- content.action.edit
|
2020-07-21 14:33:44 +03:00
|
|
|
|
```
|
2020-07-19 23:23:26 +03:00
|
|
|
|
|
2023-02-18 13:15:25 +03:00
|
|
|
|
=== ":material-file-eye-outline: View source of this page"
|
2020-07-19 23:23:26 +03:00
|
|
|
|
|
2020-07-21 14:33:44 +03:00
|
|
|
|
``` yaml
|
2023-01-02 16:45:15 +03:00
|
|
|
|
theme:
|
|
|
|
|
features:
|
2023-01-03 12:48:30 +03:00
|
|
|
|
- content.action.view
|
2020-07-21 14:33:44 +03:00
|
|
|
|
```
|
2020-07-19 23:23:26 +03:00
|
|
|
|
|
2023-01-02 16:45:15 +03:00
|
|
|
|
The icon of the edit and view buttons can be changed with the following lines:
|
2022-09-11 20:25:40 +03:00
|
|
|
|
|
|
|
|
|
``` yaml
|
|
|
|
|
theme:
|
|
|
|
|
icon:
|
|
|
|
|
edit: material/pencil # (1)!
|
2023-01-02 16:45:15 +03:00
|
|
|
|
view: material/eye
|
2022-09-11 20:25:40 +03:00
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
1. Enter a few keywords to find the perfect icon using our [icon search] and
|
|
|
|
|
click on the shortcode to copy it to your clipboard:
|
|
|
|
|
|
|
|
|
|
<div class="mdx-iconsearch" data-mdx-component="iconsearch">
|
2023-01-02 16:45:15 +03:00
|
|
|
|
<input class="md-input md-input--stretch mdx-iconsearch__input" placeholder="Search icon" data-mdx-component="iconsearch-query" value="material pencil" />
|
2022-09-11 20:25:40 +03:00
|
|
|
|
<div class="mdx-iconsearch-result" data-mdx-component="iconsearch-result" data-mdx-mode="file">
|
|
|
|
|
<div class="mdx-iconsearch-result__meta"></div>
|
|
|
|
|
<ol class="mdx-iconsearch-result__list"></ol>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
2023-01-02 16:45:15 +03:00
|
|
|
|
[Code actions support]: https://github.com/squidfunk/mkdocs-material/releases/tag/9.0.0
|
|
|
|
|
[repository URL]: #repository
|
2021-10-10 23:32:32 +03:00
|
|
|
|
[GitHub]: https://github.com/
|
|
|
|
|
[GitLab]: https://about.gitlab.com/
|
|
|
|
|
[Bitbucket]: https://bitbucket.org/
|
2023-02-18 13:15:25 +03:00
|
|
|
|
[MkDocs]: https://www.mkdocs.org
|
|
|
|
|
[edit_uri]: https://www.mkdocs.org/user-guide/configuration/#edit_uri
|
2020-08-01 21:21:42 +03:00
|
|
|
|
|
2022-06-24 15:38:01 +03:00
|
|
|
|
### Revisioning
|
2020-08-01 21:21:42 +03:00
|
|
|
|
|
2022-06-24 15:38:01 +03:00
|
|
|
|
The following plugins are fully integrated with Material for MkDocs, allowing
|
|
|
|
|
for showing the [date of last update and creation] of a document, as well as
|
|
|
|
|
links to all [contributors] or [authors] involved.
|
2020-08-01 21:21:42 +03:00
|
|
|
|
|
2022-06-24 15:38:01 +03:00
|
|
|
|
[date of last update and creation]: #document-dates
|
|
|
|
|
[contributors]: #document-contributors
|
|
|
|
|
[authors]: #document-authors
|
|
|
|
|
|
|
|
|
|
#### Document dates
|
|
|
|
|
|
2022-09-11 20:25:40 +03:00
|
|
|
|
[:octicons-tag-24: 4.6.0][Document dates support] ·
|
2022-06-24 15:38:01 +03:00
|
|
|
|
[:octicons-cpu-24: Plugin][git-revision-date-localized]
|
|
|
|
|
|
|
|
|
|
The [git-revision-date-localized] plugin adds support for adding the date of
|
|
|
|
|
last update and creation of a document at the bottom of each page. Install it
|
2020-08-01 21:21:42 +03:00
|
|
|
|
with `pip`:
|
|
|
|
|
|
|
|
|
|
```
|
2022-06-24 15:38:01 +03:00
|
|
|
|
pip install mkdocs-git-revision-date-localized-plugin
|
2020-08-01 21:21:42 +03:00
|
|
|
|
```
|
|
|
|
|
|
2021-10-10 23:32:32 +03:00
|
|
|
|
Then, add the following lines to `mkdocs.yml`:
|
2020-08-01 21:21:42 +03:00
|
|
|
|
|
|
|
|
|
``` yaml
|
|
|
|
|
plugins:
|
2022-06-24 15:38:01 +03:00
|
|
|
|
- git-revision-date-localized:
|
|
|
|
|
enable_creation_date: true
|
2020-08-01 21:21:42 +03:00
|
|
|
|
```
|
|
|
|
|
|
2021-10-10 23:32:32 +03:00
|
|
|
|
The following configuration options are supported:
|
2020-08-01 21:21:42 +03:00
|
|
|
|
|
2022-10-01 18:08:41 +03:00
|
|
|
|
[`enabled`](#+git-revision-date-localized.enabled){ #+git-revision-date-localized.enabled }
|
|
|
|
|
|
|
|
|
|
: :octicons-milestone-24: Default: `true` – This option specifies whether
|
|
|
|
|
the plugin is enabled when building your project. If you want to switch
|
|
|
|
|
the plugin off, e.g. for local builds, use an [environment variable]:
|
|
|
|
|
|
|
|
|
|
``` yaml
|
|
|
|
|
plugins:
|
|
|
|
|
- git-revision-date-localized:
|
|
|
|
|
enabled: !ENV [CI, false]
|
|
|
|
|
```
|
|
|
|
|
|
2022-09-11 20:25:40 +03:00
|
|
|
|
[`type`](#+git-revision-date-localized.type){ #+git-revision-date-localized.type }
|
2020-08-01 21:21:42 +03:00
|
|
|
|
|
2022-06-24 15:38:01 +03:00
|
|
|
|
: :octicons-milestone-24: Default: `date` – The format of the date to be
|
|
|
|
|
displayed. Valid values are `date`, `datetime`, `iso_date`, `iso_datetime`
|
|
|
|
|
and `timeago`:
|
2020-08-01 21:21:42 +03:00
|
|
|
|
|
|
|
|
|
``` yaml
|
|
|
|
|
plugins:
|
2022-06-24 15:38:01 +03:00
|
|
|
|
- git-revision-date-localized:
|
|
|
|
|
type: date
|
|
|
|
|
```
|
|
|
|
|
|
2022-09-11 20:25:40 +03:00
|
|
|
|
[`enable_creation_date`](#+git-revision-date-localized.enable_creation_date){ #+git-revision-date-localized.enable_creation_date }
|
2022-06-24 15:38:01 +03:00
|
|
|
|
|
2022-09-11 20:25:40 +03:00
|
|
|
|
: :octicons-milestone-24: Default: `false` – Enables the display of the
|
2022-06-24 15:38:01 +03:00
|
|
|
|
creation date of the file associated with the page next to the last updated
|
|
|
|
|
date at the bottom of the page:
|
|
|
|
|
|
|
|
|
|
``` yaml
|
|
|
|
|
plugins:
|
|
|
|
|
- git-revision-date-localized:
|
|
|
|
|
enable_creation_date: true
|
|
|
|
|
```
|
|
|
|
|
|
2022-09-11 20:25:40 +03:00
|
|
|
|
[`fallback_to_build_date`](#+git-revision-date-localized.fallback_to_build_date){ #+git-revision-date-localized.fallback_to_build_date }
|
2022-06-24 15:38:01 +03:00
|
|
|
|
|
|
|
|
|
: :octicons-milestone-24: Default: `false` – Enables falling back to
|
|
|
|
|
the time when `mkdocs build` was executed. Can be used as a fallback when
|
|
|
|
|
the build is performed outside of a git repository:
|
|
|
|
|
|
|
|
|
|
``` yaml
|
|
|
|
|
plugins:
|
|
|
|
|
- git-revision-date-localized:
|
|
|
|
|
fallback_to_build_date: true
|
2020-08-01 21:21:42 +03:00
|
|
|
|
```
|
|
|
|
|
|
2021-10-10 23:32:32 +03:00
|
|
|
|
The other configuration options of this extension are not officially supported
|
|
|
|
|
by Material for MkDocs, which is why they may yield unexpected results. Use
|
|
|
|
|
them at your own risk.
|
2020-08-01 21:21:42 +03:00
|
|
|
|
|
2022-09-11 20:25:40 +03:00
|
|
|
|
[Document dates support]: https://github.com/squidfunk/mkdocs-material/releases/tag/4.6.0
|
2022-06-24 15:38:01 +03:00
|
|
|
|
[git-revision-date-localized]: https://github.com/timvink/mkdocs-git-revision-date-localized-plugin
|
|
|
|
|
|
2022-08-21 20:10:19 +03:00
|
|
|
|
#### Document contributors
|
2020-08-01 21:21:42 +03:00
|
|
|
|
|
2022-06-24 15:38:01 +03:00
|
|
|
|
[:octicons-heart-fill-24:{ .mdx-heart } Sponsors only][Insiders]{ .mdx-insiders } ·
|
|
|
|
|
[:octicons-tag-24: insiders-4.19.0][Insiders] ·
|
|
|
|
|
[:octicons-cpu-24: Plugin][git-committers] ·
|
|
|
|
|
:octicons-beaker-24: Experimental
|
2020-08-01 21:21:42 +03:00
|
|
|
|
|
2022-06-24 15:38:01 +03:00
|
|
|
|
The [git-committers][^2] plugin renders the GitHub avatars of all contributors,
|
|
|
|
|
linking to their GitHub profiles at the bottom of each page. As always, it can
|
|
|
|
|
be installed with `pip`:
|
2020-08-01 21:21:42 +03:00
|
|
|
|
|
2022-06-24 15:38:01 +03:00
|
|
|
|
[^2]:
|
|
|
|
|
We currently recommend using a fork of the [git-committers] plugin, as it
|
|
|
|
|
contains many improvements that have not yet been merged back into the
|
|
|
|
|
original plugin. See byrnereese/mkdocs-git-committers-plugin#12 for more
|
|
|
|
|
information.
|
2020-08-01 21:21:42 +03:00
|
|
|
|
|
|
|
|
|
```
|
2022-06-24 15:38:01 +03:00
|
|
|
|
pip install mkdocs-git-committers-plugin-2
|
2020-08-01 21:21:42 +03:00
|
|
|
|
```
|
|
|
|
|
|
2022-06-24 15:38:01 +03:00
|
|
|
|
Then, add the following lines to `mkdocs.yml`:
|
2020-08-01 21:21:42 +03:00
|
|
|
|
|
|
|
|
|
``` yaml
|
|
|
|
|
plugins:
|
2022-06-24 15:38:01 +03:00
|
|
|
|
- git-committers:
|
|
|
|
|
repository: squidfunk/mkdocs-material
|
2022-08-31 23:57:27 +03:00
|
|
|
|
branch: main
|
2020-08-01 21:21:42 +03:00
|
|
|
|
```
|
|
|
|
|
|
2021-10-10 23:32:32 +03:00
|
|
|
|
The following configuration options are supported:
|
2020-08-01 21:21:42 +03:00
|
|
|
|
|
2022-10-01 18:08:41 +03:00
|
|
|
|
[`enabled`](#+git-committers.enabled){ #+git-committers.enabled }
|
|
|
|
|
|
|
|
|
|
: :octicons-milestone-24: Default: `true` – This option specifies whether
|
|
|
|
|
the plugin is enabled when building your project. If you want to switch
|
|
|
|
|
the plugin off, e.g. for local builds, use an [environment variable]:
|
|
|
|
|
|
|
|
|
|
``` yaml
|
|
|
|
|
plugins:
|
|
|
|
|
- git-committers:
|
|
|
|
|
enabled: !ENV [CI, false]
|
|
|
|
|
```
|
|
|
|
|
|
2022-09-11 20:25:40 +03:00
|
|
|
|
[`repository`](#+git-committers.repository){ #+git-committers.repository }
|
2020-08-01 21:21:42 +03:00
|
|
|
|
|
2022-09-11 20:25:40 +03:00
|
|
|
|
: :octicons-milestone-24: Default: _none_ · :octicons-alert-24: __Required__ –
|
2022-06-24 15:38:01 +03:00
|
|
|
|
This property must be set to the slug of the repository that contains your
|
|
|
|
|
documentation. The slug must follow the pattern `<username>/<repository>`:
|
2020-08-01 21:21:42 +03:00
|
|
|
|
|
|
|
|
|
``` yaml
|
|
|
|
|
plugins:
|
2022-06-24 15:38:01 +03:00
|
|
|
|
- git-committers:
|
|
|
|
|
repository: squidfunk/mkdocs-material
|
2020-08-01 21:21:42 +03:00
|
|
|
|
```
|
|
|
|
|
|
2022-10-01 18:08:41 +03:00
|
|
|
|
[`branch`](#+git-committers.branch){ #+git-committers.branch }
|
2020-08-01 21:21:42 +03:00
|
|
|
|
|
2022-08-31 23:57:27 +03:00
|
|
|
|
: :octicons-milestone-24: Default: `master` – This property should be set to
|
|
|
|
|
the branch of the repository from which to retrieve the contributors. To use the `main` branch:
|
2021-04-19 11:31:49 +03:00
|
|
|
|
|
|
|
|
|
``` yaml
|
|
|
|
|
plugins:
|
2022-06-24 15:38:01 +03:00
|
|
|
|
- git-committers:
|
2022-08-31 23:57:27 +03:00
|
|
|
|
branch: main
|
2021-04-19 11:31:49 +03:00
|
|
|
|
```
|
|
|
|
|
|
2021-10-10 23:32:32 +03:00
|
|
|
|
The other configuration options of this extension are not officially supported
|
|
|
|
|
by Material for MkDocs, which is why they may yield unexpected results. Use
|
|
|
|
|
them at your own risk.
|
2020-08-01 21:21:42 +03:00
|
|
|
|
|
2022-06-24 15:38:01 +03:00
|
|
|
|
[Insiders]: ../insiders/index.md
|
|
|
|
|
[git-committers]: https://github.com/ojacques/mkdocs-git-committers-plugin-2
|
2022-10-01 18:08:41 +03:00
|
|
|
|
[environment variable]: https://www.mkdocs.org/user-guide/configuration/#environment-variables
|
2022-06-24 15:38:01 +03:00
|
|
|
|
[rate limits]: https://docs.github.com/en/rest/overview/resources-in-the-rest-api#rate-limiting
|
|
|
|
|
|
2022-10-02 17:36:47 +03:00
|
|
|
|
#### Document authors
|
2022-06-24 15:38:01 +03:00
|
|
|
|
|
|
|
|
|
[:octicons-heart-fill-24:{ .mdx-heart } Sponsors only][Insiders]{ .mdx-insiders } ·
|
|
|
|
|
[:octicons-tag-24: insiders-4.19.0][Insiders] ·
|
|
|
|
|
[:octicons-cpu-24: Plugin][git-authors] ·
|
|
|
|
|
:octicons-beaker-24: Experimental
|
|
|
|
|
|
|
|
|
|
The [git-authors] plugin extracts the authors of a document from git to display
|
|
|
|
|
them at the bottom of each page. It's a lightweight alternative to the
|
|
|
|
|
[git-committers] plugin. Install it with `pip`:
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
pip install mkdocs-git-authors-plugin
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
Then, add the following lines to `mkdocs.yml`:
|
|
|
|
|
|
|
|
|
|
``` yaml
|
|
|
|
|
plugins:
|
|
|
|
|
- git-authors
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
[git-authors]: https://github.com/timvink/mkdocs-git-authors-plugin/
|