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.html # Analytics setup
|
||||
│ ├─ languages/ # Translation languages
|
||||
│ ├─ copyright.html # Copyright and theme information
|
||||
│ ├─ footer.html # Footer bar
|
||||
│ ├─ header.html # Header bar
|
||||
│ ├─ language.html # Translation setup
|
||||
@ -113,7 +114,7 @@ assets may also be put in the `overrides` directory:
|
||||
│ ├─ page-footer.html # Page footer
|
||||
│ ├─ page-header.html # Page header
|
||||
│ ├─ palette.html # Color palette
|
||||
│ ├─ search.html # Search box
|
||||
│ ├─ search.html # Search interface
|
||||
│ ├─ social.html # Social links
|
||||
│ ├─ source.html # Repository information
|
||||
│ ├─ source-file.html # Source file information
|
||||
|
@ -625,10 +625,10 @@ The following configuration options are supported:
|
||||
|
||||
`alternate_style`{ #tabbed-alternate-style }
|
||||
|
||||
: :octicons-milestone-24: Default: `false` · [:octicons-tag-24: 7.3.1]
|
||||
[Tabbed alternate support] – This option enables the [alternate style] of
|
||||
content tabs, which has [better behavior on mobile viewports], and thus
|
||||
is strongly recommended:
|
||||
: [:octicons-tag-24: 7.3.1][Tabbed alternate support] ·
|
||||
:octicons-milestone-24: Default: `false` · :octicons-alert-24: Required –
|
||||
This option enables the content tabs [alternate style], which has
|
||||
[better behavior on mobile viewports], and is the only supported style:
|
||||
|
||||
``` yaml
|
||||
markdown_extensions:
|
||||
|
Loading…
Reference in New Issue
Block a user