mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Further improve wording of revision date plugin options
This commit is contained in:
parent
f672303322
commit
33212c592b
@ -123,8 +123,8 @@ The following options are supported:
|
||||
|
||||
`enabled_if_env`{ #enabled_if_env }
|
||||
|
||||
: :octicons-milestone-24: Default: _none_ – Define whether the
|
||||
date is actually extracted from git, which makes it possible to disable
|
||||
: :octicons-milestone-24: Default: _none_ – When specified the data will only be extracted from git
|
||||
if the environment variable exists. This makes it possible to disable
|
||||
extraction for cases when the repository is not available:
|
||||
|
||||
``` yaml
|
||||
@ -164,9 +164,8 @@ The following options are supported:
|
||||
|
||||
`type`{ #type }
|
||||
|
||||
: :octicons-milestone-24: Default: `date` – Change the
|
||||
format of the date to be displayed. Valid values are `date`, `datetime`,
|
||||
`iso_date`, `iso_datetime` and `timeago`:
|
||||
: :octicons-milestone-24: Default: `date` – The format of the date to be displayed.
|
||||
Valid values are `date`, `datetime`, `iso_date`, `iso_datetime` and `timeago`:
|
||||
|
||||
``` yaml
|
||||
plugins:
|
||||
@ -176,8 +175,8 @@ The following options are supported:
|
||||
|
||||
`fallback_to_build_date`{ #fallback_to_build_date }
|
||||
|
||||
: :octicons-milestone-24: Default: `false` – Specifies whether
|
||||
the time when `mkdocs build` was executed should be used as a fallback when
|
||||
: :octicons-milestone-24: Default: `false` – Enables falling back to
|
||||
the time when `mkdocs build` was executed. Can be used as a fallback when
|
||||
the git repository is not available:
|
||||
|
||||
``` yaml
|
||||
@ -188,7 +187,7 @@ The following options are supported:
|
||||
|
||||
`enable_creation_date`{ #enable_creation_date }
|
||||
|
||||
: :octicons-milestone-24: Default: `false` – Whether to add a *Created* date at the bottom of each page.
|
||||
: :octicons-milestone-24: Default: `false` – Enables adding a *Created* date at the bottom of each page.
|
||||
|
||||
``` yaml
|
||||
plugins:
|
||||
|
Loading…
Reference in New Issue
Block a user