diff --git a/docs/customization.md b/docs/customization.md index 0cfd30f99..0793f26b0 100644 --- a/docs/customization.md +++ b/docs/customization.md @@ -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 diff --git a/docs/setup/extensions/python-markdown-extensions.md b/docs/setup/extensions/python-markdown-extensions.md index e809514a4..a596e052a 100644 --- a/docs/setup/extensions/python-markdown-extensions.md +++ b/docs/setup/extensions/python-markdown-extensions.md @@ -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: