From bcf039e7659a9a9302ed0cacdd52ac8dcf413b1c Mon Sep 17 00:00:00 2001 From: squidfunk Date: Sat, 13 Nov 2021 14:23:10 +0100 Subject: [PATCH] Documentation --- docs/customization.md | 3 ++- docs/setup/extensions/python-markdown-extensions.md | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) 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: