Skip to content

Commit

Permalink
feat: add github repository link in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Kremilly committed Nov 5, 2024
1 parent be049a7 commit d6434ae
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
site_name: DumpSync
repo_url: https://github.com/kremilly/DumpSync
theme:
name: material
palette:

# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode

# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
Expand Down

0 comments on commit d6434ae

Please sign in to comment.