-
-
Notifications
You must be signed in to change notification settings - Fork 24
/
mkdocs.yml
83 lines (75 loc) · 2.28 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
72
73
74
75
76
77
78
79
80
81
82
83
site_name: TreeView
site_url: https://amrdeveloper.github.io/treeview
site_description: Multi Roots TreeView implementation for Android Platform with a lot of options and customization
site_author: AmrDeveloper
copyright: Copyright © 2022 Amr Heshan
repo_name: AmrDeveloper/TreeView
repo_url: https://github.com/amrdeveloper/treeview
edit_uri: blob/master/docs/
theme:
logo: assets/tv-logo.png
favicon: assets/tv-logo.png
name: material
language: en
icon:
repo: fontawesome/brands/github
font:
text: Roboto
palette:
- scheme: default
primary: light green
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
primary: black
toggle:
icon: material/toggle-switch
name: Switch to light mode
features:
- header.autohide
- navigation.instant
- navigation.tracking
- navigation.indexes
- navigation.sections
- content.code.annotate
- content.code.copy
nav:
- Home: index.md
- Install: install.md
- Add to XML: add-to-xml.md
- View Holders: view-holders.md
- Tree Node : treenode.md
- TreeView Adapter: treeview-adapter.md
- TreeNode Manager: treenode-manager.md
- TreeView from json: treeview-json.md
- Full Example: full-example.md
- Contribution:
- Documentation: contribution/documentation.md
- Suggest Fetaure: contribution/suggestion.md
- Report Issue: contribution/report.md
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/amrdeveloper
name: AmrDeveloper on Github
- icon: fontawesome/brands/twitter
link: https://twitter.com/AmrDeveloper
name: AmrDeveloper on Twitter
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/amrdeveloper
name: AmrDeveloper on Linkedin
- icon: fontawesome/brands/medium
link: https://amrdeveloper.medium.com
name: AmrDeveloper on Medium
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
use_pygments: true
anchor_linenums: true
- pymdownx.superfences
extra_css:
- https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.4.0/styles/github.min.css
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.4.0/highlight.min.js
- config.js