2020-07-21 17:01:22 +03:00
|
|
|
|
---
|
|
|
|
|
template: overrides/main.html
|
|
|
|
|
---
|
|
|
|
|
|
2020-10-11 13:20:36 +03:00
|
|
|
|
# Setting up the footer
|
2020-07-21 17:01:22 +03:00
|
|
|
|
|
2020-07-26 15:46:09 +03:00
|
|
|
|
The footer of your project documentation is a great place to add links to
|
2020-07-21 17:01:22 +03:00
|
|
|
|
websites or platforms you or your company are using as additional marketing
|
2021-03-13 16:30:29 +03:00
|
|
|
|
channels, e.g. :fontawesome-brands-medium:{ style="color: #00AB6C" },
|
|
|
|
|
:fontawesome-brands-twitter:{ style="color: #1DA1F2" } or
|
|
|
|
|
:fontawesome-brands-facebook:{ style="color: #4267B2" }, which can be
|
2020-07-23 14:17:50 +03:00
|
|
|
|
configured via `mkdocs.yml`.
|
2020-07-21 17:01:22 +03:00
|
|
|
|
|
|
|
|
|
## Configuration
|
|
|
|
|
|
2020-07-22 10:54:17 +03:00
|
|
|
|
### Social links
|
|
|
|
|
|
2021-10-11 14:38:03 +03:00
|
|
|
|
[:octicons-tag-24: 1.0.0][social support] ·
|
2021-10-10 22:04:22 +03:00
|
|
|
|
:octicons-milestone-24: Default: _none_
|
2020-07-21 17:01:22 +03:00
|
|
|
|
|
2021-10-03 21:28:52 +03:00
|
|
|
|
Social links are rendered next to the copyright notice as part of the
|
2020-07-21 17:01:22 +03:00
|
|
|
|
footer of your project documentation. Add a list of social links in `mkdocs.yml`
|
|
|
|
|
with:
|
|
|
|
|
|
|
|
|
|
``` yaml
|
|
|
|
|
extra:
|
|
|
|
|
social:
|
2022-01-16 19:27:14 +03:00
|
|
|
|
- icon: fontawesome/brands/twitter # (1)!
|
2020-07-21 17:01:22 +03:00
|
|
|
|
link: https://twitter.com/squidfunk
|
|
|
|
|
```
|
|
|
|
|
|
2022-01-16 19:27:14 +03:00
|
|
|
|
1. Enter a few keywords to find the perfect icon using our [icon search] and
|
|
|
|
|
click on the shortcode to copy it to your clipboard:
|
|
|
|
|
|
|
|
|
|
<div class="mdx-iconsearch" data-mdx-component="iconsearch">
|
|
|
|
|
<input class="md-input md-input--stretch mdx-iconsearch__input" placeholder="Search icon" data-mdx-component="iconsearch-query" value="brands twitter" />
|
|
|
|
|
<div class="mdx-iconsearch-result" data-mdx-component="iconsearch-result" data-mdx-mode="file">
|
|
|
|
|
<div class="mdx-iconsearch-result__meta"></div>
|
|
|
|
|
<ol class="mdx-iconsearch-result__list"></ol>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
2021-10-31 12:07:39 +03:00
|
|
|
|
The following properties must be set for each link:
|
2020-07-21 17:01:22 +03:00
|
|
|
|
|
2021-10-10 20:22:13 +03:00
|
|
|
|
`icon`{ #social-icon }
|
2020-07-21 17:01:22 +03:00
|
|
|
|
|
2021-10-11 14:38:03 +03:00
|
|
|
|
: [:octicons-tag-24: 5.0.0][social.icon support] · :octicons-milestone-24:
|
2021-10-31 12:07:39 +03:00
|
|
|
|
Default: _none_ · :octicons-alert-24: Required – This property must contain
|
2022-01-16 19:27:14 +03:00
|
|
|
|
a valid path to any icon bundled with the theme, or the
|
2021-10-31 12:07:39 +03:00
|
|
|
|
build will not succeed. Some popular choices:
|
2020-10-31 19:15:33 +03:00
|
|
|
|
|
|
|
|
|
* :fontawesome-brands-behance: – `fontawesome/brands/behance`
|
|
|
|
|
* :fontawesome-brands-docker: – `fontawesome/brands/docker`
|
|
|
|
|
* :fontawesome-brands-github: – `fontawesome/brands/github`
|
|
|
|
|
* :fontawesome-brands-instagram: – `fontawesome/brands/instagram`
|
|
|
|
|
* :fontawesome-brands-linkedin: – `fontawesome/brands/linkedin`
|
|
|
|
|
* :fontawesome-brands-medium: – `fontawesome/brands/medium`
|
|
|
|
|
* :fontawesome-brands-pied-piper-alt: – `fontawesome/brands/pied-piper-alt`
|
|
|
|
|
* :fontawesome-brands-product-hunt: – `fontawesome/brands/product-hunt`
|
|
|
|
|
* :fontawesome-brands-slack: – `fontawesome/brands/slack`
|
|
|
|
|
* :fontawesome-brands-twitter: – `fontawesome/brands/twitter`
|
2020-07-21 17:01:22 +03:00
|
|
|
|
|
2021-10-10 20:22:13 +03:00
|
|
|
|
`link`{ #social-link }
|
2020-07-21 17:01:22 +03:00
|
|
|
|
|
|
|
|
|
: :octicons-milestone-24: Default: _none_ · :octicons-alert-24: Required –
|
2021-10-31 12:07:39 +03:00
|
|
|
|
This property must be set to a relative or absolute URL including the URI
|
2020-07-21 17:01:22 +03:00
|
|
|
|
scheme. All URI schemes are supported, including `mailto` and `bitcoin`:
|
|
|
|
|
|
2021-10-10 22:04:22 +03:00
|
|
|
|
=== ":fontawesome-brands-twitter: Twitter"
|
2020-07-21 17:01:22 +03:00
|
|
|
|
|
|
|
|
|
``` yaml
|
|
|
|
|
extra:
|
|
|
|
|
social:
|
|
|
|
|
- icon: fontawesome/brands/twitter
|
|
|
|
|
link: https://twitter.com/squidfunk
|
|
|
|
|
```
|
|
|
|
|
|
2021-10-10 22:04:22 +03:00
|
|
|
|
=== ":octicons-mail-16: Email"
|
2020-07-21 17:01:22 +03:00
|
|
|
|
|
|
|
|
|
``` yaml
|
|
|
|
|
extra:
|
|
|
|
|
social:
|
|
|
|
|
- icon: fontawesome/solid/paper-plane
|
2020-07-21 19:42:19 +03:00
|
|
|
|
link: mailto:<email-address>
|
2020-07-21 17:01:22 +03:00
|
|
|
|
```
|
|
|
|
|
|
2021-10-10 20:22:13 +03:00
|
|
|
|
`name`{ #social-name }
|
2020-07-21 17:01:22 +03:00
|
|
|
|
|
2021-10-11 14:38:03 +03:00
|
|
|
|
: [:octicons-tag-24: 5.1.5][social.name support] · :octicons-milestone-24:
|
2021-10-31 12:07:39 +03:00
|
|
|
|
Default: _domain name from_ `link`_, if available_ – This property is used
|
|
|
|
|
as the link's `title` attribute and can be set to a discernable name to
|
2021-10-11 14:38:03 +03:00
|
|
|
|
improve accessibility:
|
2020-07-21 17:01:22 +03:00
|
|
|
|
|
|
|
|
|
``` yaml
|
|
|
|
|
extra:
|
|
|
|
|
social:
|
|
|
|
|
- icon: fontawesome/brands/twitter
|
|
|
|
|
link: https://twitter.com/squidfunk
|
|
|
|
|
name: squidfunk on Twitter
|
|
|
|
|
```
|
2020-07-23 14:52:42 +03:00
|
|
|
|
|
2021-10-11 14:38:03 +03:00
|
|
|
|
[social support]: https://github.com/squidfunk/mkdocs-material/releases/tag/1.0.0
|
|
|
|
|
[social.icon support]: https://github.com/squidfunk/mkdocs-material/releases/tag/5.0.0
|
|
|
|
|
[social.name support]: https://github.com/squidfunk/mkdocs-material/releases/tag/5.1.5
|
|
|
|
|
|
2020-10-31 19:15:33 +03:00
|
|
|
|
### Copyright notice
|
|
|
|
|
|
2021-10-10 22:04:22 +03:00
|
|
|
|
[:octicons-tag-24: 0.1.0][Copyright notice support] ·
|
|
|
|
|
:octicons-milestone-24: Default: _none_
|
2020-10-31 19:15:33 +03:00
|
|
|
|
|
2021-10-03 21:28:52 +03:00
|
|
|
|
A custom copyright banner can be rendered as part of the footer, which is
|
2020-10-31 19:15:33 +03:00
|
|
|
|
displayed next to the social links. It can be defined as part of `mkdocs.yml`:
|
|
|
|
|
|
|
|
|
|
``` yaml
|
|
|
|
|
copyright: Copyright © 2016 - 2020 Martin Donath
|
|
|
|
|
```
|
|
|
|
|
|
2021-10-03 21:28:52 +03:00
|
|
|
|
[Copyright notice support]: https://github.com/squidfunk/mkdocs-material/releases/tag/0.1.0
|
2020-12-21 19:38:58 +03:00
|
|
|
|
[3]: https://github.com/squidfunk/mkdocs-material/blob/master/src/partials/footer.html
|
2020-10-31 19:15:33 +03:00
|
|
|
|
|
2021-10-03 21:28:52 +03:00
|
|
|
|
### Generator notice
|
2020-10-11 13:20:36 +03:00
|
|
|
|
|
2021-10-10 22:04:22 +03:00
|
|
|
|
[:octicons-tag-24: 7.3.0][Generator notice support] ·
|
|
|
|
|
:octicons-milestone-24: Default: `true`
|
2020-10-11 13:20:36 +03:00
|
|
|
|
|
2020-10-31 19:15:33 +03:00
|
|
|
|
The footer displays a _Made with Material for MkDocs_ notice to denote how
|
2021-10-31 12:07:39 +03:00
|
|
|
|
the site was generated. The notice can be removed with the following option
|
2020-10-11 13:20:36 +03:00
|
|
|
|
via `mkdocs.yml`:
|
|
|
|
|
|
|
|
|
|
``` yaml
|
|
|
|
|
extra:
|
|
|
|
|
generator: false
|
|
|
|
|
```
|
|
|
|
|
|
2021-09-23 10:23:42 +03:00
|
|
|
|
!!! info "Please read this before removing the generator notice"
|
|
|
|
|
|
|
|
|
|
The subtle __Made with Material for MkDocs__ hint in the footer is one of
|
|
|
|
|
the reasons why this project is so popular, as it tells the user how the
|
|
|
|
|
site is generated, helping new users to discover this project. Before
|
2021-10-10 22:04:22 +03:00
|
|
|
|
removing please consider that you're enjoying the benefits of @squidfunk's
|
|
|
|
|
work for free, as this project is Open Source and has a permissive license.
|
|
|
|
|
Thousands of hours went into this project, most of them
|
|
|
|
|
without any financial return.
|
|
|
|
|
|
|
|
|
|
Thus, if you remove this notice, please consider [sponsoring][Insiders] the
|
|
|
|
|
project. __Thank you__ :octicons-heart-fill-24:{ .mdx-heart .mdx-insiders }
|
2021-09-23 10:23:42 +03:00
|
|
|
|
|
2021-10-03 21:28:52 +03:00
|
|
|
|
[Generator notice support]: https://github.com/squidfunk/mkdocs-material/releases/tag/7.3.0
|
2021-10-10 22:04:22 +03:00
|
|
|
|
[Insiders]: ../insiders/index.md
|
2020-10-11 13:20:36 +03:00
|
|
|
|
|
2020-07-23 14:52:42 +03:00
|
|
|
|
## Customization
|
|
|
|
|
|
2021-11-28 17:59:54 +03:00
|
|
|
|
### Custom copyright
|
2020-07-23 14:52:42 +03:00
|
|
|
|
|
2021-11-28 17:59:54 +03:00
|
|
|
|
[:octicons-tag-24: 8.0.0][Custom copyright support] ·
|
|
|
|
|
:octicons-file-symlink-file-24: Customization
|
2020-07-23 14:52:42 +03:00
|
|
|
|
|
2021-11-28 17:59:54 +03:00
|
|
|
|
In order to customize and override the [copyright notice], [extend the theme]
|
|
|
|
|
and [override the `copyright` block][overriding blocks], which is normally set
|
|
|
|
|
to the `copyright` property set in `mkdocs.yml`:
|
|
|
|
|
|
|
|
|
|
``` html
|
|
|
|
|
{% extends "base.html" %}
|
|
|
|
|
|
|
|
|
|
{% block copyright %}
|
|
|
|
|
<!-- Add copyright here, including arbitrary HTML -->
|
|
|
|
|
{% endblock %}
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
[Custom copyright support]: https://github.com/squidfunk/mkdocs-material/releases/tag/8.0.0
|
|
|
|
|
[copyright notice]: #copyright-notice
|
|
|
|
|
[generator notice]: #generator-notice
|
|
|
|
|
[extend the theme]: ../customization.md#extending-the-theme
|
|
|
|
|
[overriding blocks]: ../customization.md#overriding-blocks
|