Skip to content

Commit

Permalink
add dbhub and dbdocs social icons/links
Browse files Browse the repository at this point in the history
  • Loading branch information
daroczig committed Mar 14, 2024
1 parent 206ad83 commit fda7d0d
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
a.md-social__link[title="dbdocs.io"] svg {
filter: grayscale(1);
}
14 changes: 14 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/spareCores
- icon: custom/dbdocs
link: https://dbdocs.io/spare-cores/sc-crawler
- icon: fontawesome/solid/database
link: https://dbhub.io/SpareCores
- icon: fontawesome/brands/linkedin
link: https://linkedin.com/company/SpareCores
- icon: fontawesome/brands/x-twitter
Expand All @@ -16,6 +20,7 @@ extra:

theme:
name: "material"
custom_dir: overrides
logo: logo-horizontal.png
favicon: logo-128x128.png
icon:
Expand All @@ -33,6 +38,9 @@ theme:
- navigation.footer
- optimize

extra_css:
- stylesheets/extra.css

plugins:
- search
- autorefs
Expand Down Expand Up @@ -81,3 +89,9 @@ markdown_extensions:
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
options:
custom_icons:
- overrides/.icons
7 changes: 7 additions & 0 deletions overrides/.icons/custom/dbdocs.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fda7d0d

Please sign in to comment.