@@ -15,9 +15,8 @@ configured via `mkdocs.yml`.
15
15
16
16
### Social links
17
17
18
- :octicons-hash-24: Setting ·
19
- :octicons-milestone-24: Default: _ none_ ·
20
- [ :octicons-tag-24: 1.0.0] [ Social links support ]
18
+ [ :octicons-tag-24: 1.0.0] [ Social links support ] ·
19
+ :octicons-milestone-24: Default: _ none_
21
20
22
21
Social links are rendered next to the copyright notice as part of the
23
22
footer of your project documentation. Add a list of social links in ` mkdocs.yml `
@@ -36,7 +35,8 @@ For each entry, the following settings are available:
36
35
37
36
: :octicons-milestone-24 : Default: _none_ · :octicons-alert-24: Required –
38
37
This field must point to a valid icon path referencing [any icon bundled
39
- with the theme][2], or the build will not succeed. Some popular choices :
38
+ with the theme][custom icons], or the build will not succeed. Some popular
39
+ choices :
40
40
41
41
* :fontawesome-brands-behance: – `fontawesome/brands/behance`
42
42
* :fontawesome-brands-docker: – `fontawesome/brands/docker`
@@ -50,16 +50,15 @@ For each entry, the following settings are available:
50
50
* :fontawesome-brands-twitter: – `fontawesome/brands/twitter`
51
51
52
52
[Social links support] : https://github.com/squidfunk/mkdocs-material/releases/tag/1.0.0
53
- [1] : https://github.com/squidfunk/mkdocs-material/blob/master/src/partials/social.html
54
- [2] : https://github.com/squidfunk/mkdocs-material/tree/master/material/.icons
53
+ [custom icons] : https://github.com/squidfunk/mkdocs-material/tree/master/material/.icons
55
54
56
55
` link` { # social-link }
57
56
58
57
: :octicons-milestone-24 : Default: _none_ · :octicons-alert-24: Required –
59
58
This field must contain a valid relative or absolute URL including the URI
60
59
scheme. All URI schemes are supported, including `mailto` and `bitcoin` :
61
60
62
- === "Twitter"
61
+ === ":fontawesome-brands-twitter : Twitter"
63
62
64
63
` ` ` yaml
65
64
extra:
@@ -68,7 +67,7 @@ For each entry, the following settings are available:
68
67
link: https://twitter.com/squidfunk
69
68
` ` `
70
69
71
- === "Email address "
70
+ === ":octicons-mail-16 : Email "
72
71
73
72
` ` ` yaml
74
73
extra:
@@ -93,9 +92,8 @@ For each entry, the following settings are available:
93
92
94
93
# ## Copyright notice
95
94
96
- :octicons-hash-24 : Setting ·
97
- :octicons-milestone-24 : Default: _none_ ·
98
- [:octicons-tag-24 : 0.1.0][Copyright notice support]
95
+ [:octicons-tag-24 : 0.1.0][Copyright notice support] ·
96
+ :octicons-milestone-24 : Default: _none_
99
97
100
98
A custom copyright banner can be rendered as part of the footer, which is
101
99
displayed next to the social links. It can be defined as part of `mkdocs.yml` :
@@ -109,9 +107,8 @@ copyright: Copyright © 2016 - 2020 Martin Donath
109
107
110
108
# ## Generator notice
111
109
112
- :octicons-hash-24 : Setting ·
113
- :octicons-milestone-24 : Default: `true` ·
114
- [:octicons-tag-24 : 7.3.0][Generator notice support]
110
+ [:octicons-tag-24 : 7.3.0][Generator notice support] ·
111
+ :octicons-milestone-24 : Default: `true`
115
112
116
113
The footer displays a _Made with Material for MkDocs_ notice to denote how
117
114
the site was generated. The notice can be removed with the following setting
@@ -127,25 +124,24 @@ extra:
127
124
The subtle __Made with Material for MkDocs__ hint in the footer is one of
128
125
the reasons why this project is so popular, as it tells the user how the
129
126
site is generated, helping new users to discover this project. Before
130
- removing it, please consider that you're enjoying the benefits of
131
- @squidfunk's work for free, as this project is Open Source and has a
132
- permissive license. Thousands of hours went into this project, most of them
133
- without any financial return. Thus, if you remove this notice, please
134
- consider [sponsoring][4] the project. __Thank you__
135
- :octicons-heart-fill-24:{ .mdx-heart .mdx-insiders }
127
+ removing please consider that you're enjoying the benefits of @squidfunk's
128
+ work for free, as this project is Open Source and has a permissive license.
129
+ Thousands of hours went into this project, most of them
130
+ without any financial return.
131
+
132
+ Thus, if you remove this notice, please consider [sponsoring][Insiders] the
133
+ project. __Thank you__ :octicons-heart-fill-24:{ .mdx-heart .mdx-insiders }
136
134
137
135
[Generator notice support] : https://github.com/squidfunk/mkdocs-material/releases/tag/7.3.0
136
+ [Insiders] : ../insiders/index.md
138
137
139
138
# # Customization
140
139
141
140
# ## Custom icons
142
141
143
- [:octicons-file-code-24 : Source][2] ·
144
- :octicons-mortar-board-24 : Difficulty: _easy_
145
-
146
- The social links feature uses the standard [icon integration][5] of Material for
142
+ The social links feature uses the standard [icon integration] of Material for
147
143
MkDocs. If you want to use custom icons, follow the guide explaining how to
148
- add [additional icons][6] .
144
+ add [additional icons].
149
145
150
- [5 ] : changing-the-logo-and-icons .md#icons
151
- [6 ] : changing-the-logo-and-icons.md#additional-icons
146
+ [icon integration ] : extensions/python-markdown-extensions .md#emoji
147
+ [additional icons ] : changing-the-logo-and-icons.md#additional-icons
0 commit comments