Skip to content

Commit

Permalink
Create mkdocs.yml (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
surajnarwade authored Jun 27, 2023
1 parent e834405 commit c2d92aa
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
site_name: ecrctl
site_url: https://surajincloud.github.io/ecrctl/
site_author: Suraj Narwade
theme:
name: material
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode

repo_name: surajincloud/ecrctl
repo_url: https://github.com/surajincloud/ecrctl

0 comments on commit c2d92aa

Please sign in to comment.