Skip to content

Commit

Permalink
Adds extra extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma authored Apr 27, 2024
1 parent 61d1f77 commit 8c7b7c5
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@ extra:
social:
- icon: "fontawesome/brands/github"
link: "https://github.com/osgeonepal"

- icon: "fontawesome/brands/twitter"
link: "https://twitter.com/osgeonepal"
- icon: "fontawesome/brands/facebook"
link: "https://facebook.com/osgeonepal"
copyright: Copyright © 2023 OSGEONEPAL
generator: false
#Navigation
nav:
- Home: index.md
Expand Down Expand Up @@ -49,8 +54,18 @@ markdown_extensions:
- attr_list
- pymdownx.details
- pymdownx.superfences
- tables
- toc:
permalink: true
title: Page contents
- admonition
- pymdownx.highlight
- pymdownx.extra
- pymdownx.tabbed:
alternate_style: true
- mdx_truly_sane_lists
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji: #for emoji support e.g checkmarks
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
emoji_generator: !!python/name:materialx.emoji.to_svg

0 comments on commit 8c7b7c5

Please sign in to comment.