mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Documentation
This commit is contained in:
parent
0a6ade980f
commit
bcf039e765
@ -103,6 +103,7 @@ assets may also be put in the `overrides` directory:
|
|||||||
│ │ ├─ analytics/ # Analytics integrations
|
│ │ ├─ analytics/ # Analytics integrations
|
||||||
│ │ └─ analytics.html # Analytics setup
|
│ │ └─ analytics.html # Analytics setup
|
||||||
│ ├─ languages/ # Translation languages
|
│ ├─ languages/ # Translation languages
|
||||||
|
│ ├─ copyright.html # Copyright and theme information
|
||||||
│ ├─ footer.html # Footer bar
|
│ ├─ footer.html # Footer bar
|
||||||
│ ├─ header.html # Header bar
|
│ ├─ header.html # Header bar
|
||||||
│ ├─ language.html # Translation setup
|
│ ├─ language.html # Translation setup
|
||||||
@ -113,7 +114,7 @@ assets may also be put in the `overrides` directory:
|
|||||||
│ ├─ page-footer.html # Page footer
|
│ ├─ page-footer.html # Page footer
|
||||||
│ ├─ page-header.html # Page header
|
│ ├─ page-header.html # Page header
|
||||||
│ ├─ palette.html # Color palette
|
│ ├─ palette.html # Color palette
|
||||||
│ ├─ search.html # Search box
|
│ ├─ search.html # Search interface
|
||||||
│ ├─ social.html # Social links
|
│ ├─ social.html # Social links
|
||||||
│ ├─ source.html # Repository information
|
│ ├─ source.html # Repository information
|
||||||
│ ├─ source-file.html # Source file information
|
│ ├─ source-file.html # Source file information
|
||||||
|
@ -625,10 +625,10 @@ The following configuration options are supported:
|
|||||||
|
|
||||||
`alternate_style`{ #tabbed-alternate-style }
|
`alternate_style`{ #tabbed-alternate-style }
|
||||||
|
|
||||||
: :octicons-milestone-24: Default: `false` · [:octicons-tag-24: 7.3.1]
|
: [:octicons-tag-24: 7.3.1][Tabbed alternate support] ·
|
||||||
[Tabbed alternate support] – This option enables the [alternate style] of
|
:octicons-milestone-24: Default: `false` · :octicons-alert-24: Required –
|
||||||
content tabs, which has [better behavior on mobile viewports], and thus
|
This option enables the content tabs [alternate style], which has
|
||||||
is strongly recommended:
|
[better behavior on mobile viewports], and is the only supported style:
|
||||||
|
|
||||||
``` yaml
|
``` yaml
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
|
Loading…
Reference in New Issue
Block a user