Skip to content
This repository was archived by the owner on Nov 1, 2022. It is now read-only.

add social links to the footer #3106

Merged
merged 1 commit into from
Jun 3, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ markdown_extensions:
highlight_code: true
- pymdownx.tabbed

extra:
social:
- icon: fontawesome/solid/globe-europe
link: https://fluxcd.io
- icon: fontawesome/brands/github-alt
link: https://github.com/fluxcd

nav:
- Introducing Flux: introduction.md
Expand Down