-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
44 lines (38 loc) · 927 Bytes
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
site_name: Channels Easy
site_url: https://namantam1.github.io/channels-easy/
site_author: Naman Tamrakar
# Repository
repo_name: namantam1/channels-easy
repo_url: https://github.com/namantam1/channels-easy/
edit_uri: edit/main/docs/
# Copyright
copyright: Copyright © 2021-2022 Naman Tamrakar
nav:
- Home: index.md
- API Reference: apis.md
theme:
name: "material"
icon:
repo: fontawesome/brands/github
palette:
- scheme: slate
primary: pink
accent: pink
toggle:
icon: material/toggle-switch-off-outline
name: Switch to light mode
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/toggle-switch
name: Switch to dark mode
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
plugins:
- search
- mkdocstrings