Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Added GRASS social account links and icons to footer #5213

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
11 changes: 11 additions & 0 deletions man/mkdocs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,17 @@ theme:
# Customization
extra:
homepage: ./index.html
social:
- icon: /fontawesome/brands/discourse
link: https://discourse.osgeo.org/c/grass/62
- icon: fontawesome/brands/linkedin
link: https://linkedin.com/company/grass-gis
- icon: fontawesome/brands/twitter
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this still correct (twitter -> X)?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

link: https://twitter.com/GRASSGIS
- icon: fontawesome/brands/docker
link: https://hub.docker.com/r/osgeo/grass-gis
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/@grass-gis

# Hooks
hooks:
Expand Down
Loading