Skip to content

Commit

Permalink
update mkdocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joelkanyi committed Jun 9, 2024
1 parent 3f370c3 commit d492098
Showing 1 changed file with 22 additions and 5 deletions.
27 changes: 22 additions & 5 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
site_name: Sain
site_description: "A Simple Signature Capture Library"
site_description: "A Simple Compose Multiplatform Signature Capture Library"
site_author: "Joel Kanyi"
site_url: "https://joelkanyi.github.io/sain/"
repo_name: sain
repo_url: "https://github.com/joelkanyi/sain"
copyright: "Copyright © 2024 Joel Kanyi"
edit_uri: "tree/main/docs/"
docs_dir: docs
remote_branch: gh-pages
Expand All @@ -20,6 +19,14 @@ nav:
theme:
name: 'material'
language: 'en'
features:
- navigation.sections
- navigation.top
- search.suggest
- search.highlight
- content.tabs.link
- content.code.annotation
- content.code.copy
palette:
# Palette toggle for light mode
- scheme: default
Expand All @@ -45,10 +52,20 @@ markdown_extensions:
- codehilite:
guess_lang: false
- footnotes
- toc:
permalink: true
- pymdownx.betterem
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.details
- pymdownx.tilde
- pymdownx.tilde

extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/joelkanyi
- icon: fontawesome/brands/twitter
link: https://twitter.com/_joelkanyi
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/joel-kanyi-037270174/

copyright: |
&copy; 2024 <a href="https://github.com/joelkanyi" target="_blank" rel="noopener">Joel Kanyi</a>

0 comments on commit d492098

Please sign in to comment.