# Setting up the footer The footer of your project documentation is a great place to add links to websites or platforms you or your company are using as additional marketing channels, e.g. :fontawesome-brands-mastodon:{ style="color: #5A4CE0" } or :fontawesome-brands-youtube:{ style="color: #EE0F0F" }, which you can easily configure via `mkdocs.yml`. ## Configuration ### Navigation The footer can include links to the previous and next page of the current page. If you wish to enable this behavior, add the following lines to `mkdocs.yml`: ``` yaml theme: features: - navigation.footer ``` ### Social links Social links are rendered next to the copyright notice as part of the footer of your project documentation. Add a list of social links in `mkdocs.yml` with: ``` yaml extra: social: - icon: fontawesome/brands/mastodon # (1)! link: https://fosstodon.org/@squidfunk ``` 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:
The following properties are available for each link: : This property must contain a valid path to any icon bundled with the theme, or the build will not succeed. Some popular choices: * :fontawesome-brands-github: – `fontawesome/brands/github` * :fontawesome-brands-gitlab: – `fontawesome/brands/gitlab` * :fontawesome-brands-x-twitter: – `fontawesome/brands/x-twitter` * :fontawesome-brands-mastodon: – `fontawesome/brands/mastodon` automatically adds [`rel=me`][rel=me] * :fontawesome-brands-docker: – `fontawesome/brands/docker` * :fontawesome-brands-facebook: – `fontawesome/brands/facebook` * :fontawesome-brands-instagram: – `fontawesome/brands/instagram` * :fontawesome-brands-linkedin: – `fontawesome/brands/linkedin` * :fontawesome-brands-slack: – `fontawesome/brands/slack` * :fontawesome-brands-discord: – `fontawesome/brands/discord` * :fontawesome-brands-pied-piper-alt: – `fontawesome/brands/pied-piper-alt` : This property must be set to a relative or absolute URL including the URI scheme. All URI schemes are supported, including `mailto` and `bitcoin`: === ":fontawesome-brands-mastodon: Mastodon" ``` yaml extra: social: - icon: fontawesome/brands/mastodon link: https://fosstodon.org/@squidfunk ``` === ":octicons-mail-16: Email" ``` yaml extra: social: - icon: fontawesome/solid/paper-plane link: mailto: