mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Updated installation instructions for revision date plugin (#1378)
This commit is contained in:
@@ -5,7 +5,13 @@ As the name says, it takes this revision date from GIT.
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Add the following lines to your `mkdocs.yml`:
|
Install the plugin using pip:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
pip install mkdocs-git-revision-date-localized-plugin
|
||||||
|
```
|
||||||
|
|
||||||
|
And add the following lines to your `mkdocs.yml`:
|
||||||
|
|
||||||
``` yaml
|
``` yaml
|
||||||
plugins:
|
plugins:
|
||||||
@@ -42,4 +48,4 @@ Example setting:
|
|||||||
plugins:
|
plugins:
|
||||||
- git-revision-date-localized:
|
- git-revision-date-localized:
|
||||||
type: timeago
|
type: timeago
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user