@@ -101,17 +101,18 @@ assets may also be put in the `overrides` directory:
101
101
├─ partials/
102
102
│ ├─ integrations/ # Third-party integrations
103
103
│ │ ├─ analytics/ # Analytics integrations
104
- │ │ ├─ analytics.html # Analytics setup
105
- │ │ └─ disqus.html # Disqus
104
+ │ │ └─ analytics.html # Analytics setup
106
105
│ ├─ languages/ # Translation languages
106
+ │ ├─ content.html # Page content
107
+ │ ├─ copyright.html # Copyright and theme information
107
108
│ ├─ footer.html # Footer bar
108
109
│ ├─ header.html # Header bar
109
110
│ ├─ language.html # Translation setup
110
111
│ ├─ logo.html # Logo in header and sidebar
111
112
│ ├─ nav.html # Main navigation
112
113
│ ├─ nav-item.html # Main navigation item
113
114
│ ├─ palette.html # Color palette
114
- │ ├─ search.html # Search box
115
+ │ ├─ search.html # Search interface
115
116
│ ├─ social.html # Social links
116
117
│ ├─ source.html # Repository information
117
118
│ ├─ source-file.html # Source file information
@@ -192,28 +193,6 @@ The following template blocks are provided by the theme:
192
193
| `styles` | Wraps the style sheets (also extra sources) |
193
194
| `tabs` | Wraps the tabs navigation (if available) |
194
195
195
- # ### Additional variables
196
-
197
- Besides template blocks, Material for MkDocs provides extra variables for parts
198
- that cannot be overridden with template blocks (due to technical limitations of
199
- the template engine). If you want to add further information after the _Made
200
- with Material for MkDocs_ hint in the footer, add the following line to
201
- `main.html` :
202
-
203
- ` ` ` html
204
- {% extends "base.html" %}
205
-
206
- {% set extracopyright %}
207
- <!-- Add additional copyright information here -->
208
- {% endset %}
209
- ` ` `
210
-
211
- The following template variables are provided by the theme :
212
-
213
- | Block name | Purpose |
214
- |:------------------|:------------------------------------------------|
215
- | `extracopyright` | Adds custom copyright information |
216
-
217
196
# # Theme development
218
197
219
198
Material for MkDocs is built on top of [TypeScript], [RxJS] and [SASS], and
0 commit comments