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
19 changes: 19 additions & 0 deletions man/mkdocs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,25 @@ theme:
# Customization
extra:
homepage: ./index.html
social:
- icon: material/web
link: https://grass.osgeo.org
- icon: fontawesome/brands/github
link: https://github.com/OSGeo/grass
Comment on lines +50 to +51
Copy link
Member

Choose a reason for hiding this comment

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

Potentially remove. We have the edit buttons.

- icon: simple/opencollective
link: https://opencollective.com/grass
- icon: fontawesome/brands/gitter
link: https://gitter.im/grassgis/community
- icon: fontawesome/brands/mastodon
link: https://mastodon.osm-hr.org/@grass
Copy link
Member

Choose a reason for hiding this comment

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

What is this URL?

I think the correct one is https://fosstodon.org/@grassgis/

- 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/x-twitter
link: https://x.com/GRASSGIS
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/@grass-gis

# Hooks
hooks:
Expand Down
Loading