Skip to content

Commit

Permalink
[CLEANUP]
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Nov 27, 2024
1 parent 96c50bb commit e6d616b
Show file tree
Hide file tree
Showing 3 changed files with 399 additions and 25 deletions.
38 changes: 22 additions & 16 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,29 +57,35 @@ extra:
property: G-MPE9C65596

theme:
name: material
custom_dir: overrides
logo: assets/img/swarms-logo.png
palette:
name: material
custom_dir: overrides
logo: assets/img/swarms-logo.png
palette:
- scheme: default
primary: black
primary: white # White background
accent: white # Black accents for interactive elements
toggle:
icon: material/brightness-7
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
- scheme: slate # Optional: lighter shades for accessibility
primary: black
accent: black
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- content.code.copy
- content.code.annotate
- navigation.tabs
- navigation.sections
- navigation.expand
- navigation.top
- announce.dismiss
features:
- content.code.copy
- content.code.annotate
- navigation.tabs
- navigation.sections
- navigation.expand
- navigation.top
- announce.dismiss
font:
text: "Fira Sans" # Clean and readable text
code: "Fira Code" # Modern look for code snippets


# Extensions
markdown_extensions:
- abbr
Expand Down
Loading

0 comments on commit e6d616b

Please sign in to comment.