-
-
Notifications
You must be signed in to change notification settings - Fork 67
/
mkdocs.yml
71 lines (64 loc) · 1.72 KB
/
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# Project information
site_name: 'Why Not! Image Carousel!'
site_description: 'An easy, super simple and customizable image carousel view for Android.'
site_author: 'Md. Mahmudul Hasan Shohag'
site_url: 'https://ImaginativeShohag.github.io/Why-Not-Image-Carousel/'
edit_uri: 'tree/main/docs/'
remote_branch: gh-pages
docs_dir: docs-gen
# Repository
repo_name: 'Why-Not-Image-Carousel'
repo_url: 'https://github.com/ImaginativeShohag/Why-Not-Image-Carousel'
# Navigation
nav:
- 'Overview': index.md
- 'API': api/whynotimagecarousel/
- 'Change Log': changelog.md
# Configuration
theme:
name: 'material'
features:
- content.code.copy
language: 'en'
logo: images/logo.svg
palette:
- scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
primary: teal
accent: purple
- scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
primary: teal
accent: lime
font:
text: 'Roboto'
code: 'JetBrains Mono'
# Extra
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/ImaginativeShohag
- icon: fontawesome/brands/twitter
link: https://twitter.com/shohag_iw
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/mahmudulhasanshohag/
# Extensions
markdown_extensions:
- admonition
- attr_list
- codehilite:
guess_lang: false
- footnotes
- toc:
permalink: true
- pymdownx.betterem
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.details
copyright: |
© 2021 <a href="https://github.com/ImaginativeShohag" target="_blank" rel="noopener">Md. Mahmudul Hasan Shohag</a>