This repository has been archived by the owner on Dec 18, 2022. It is now read-only.
forked from thaliproject/Tor_Onion_Proxy_Library
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmkdocs.yml
74 lines (68 loc) · 1.84 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
extra:
topl_android:
release: '2.1.2'
next_release: '2.2.0'
social:
- icon: material/earth
link: https://matthewnelson.io
- icon: material/email
link: https://github.com/05nelsonm/contact/blob/master/README.md
- icon: material/github
link: https://github.com/05nelsonm
- icon: material/twitter
link: https://twitter.com/05nelsonm_dev
- icon: material/linkedin
link: https://linkeding.com/in/nelson-matthew
- icon: fontawesome/brands/medium
link: https://medium.com/@matthewnelson.io
site_name: TorOnionProxyLibrary-Android
site_url: https://topl-android.matthewnelson.io
repo_name: TorOnionProxyLibrary-Android
repo_url: https://github.com/05nelsonm/TorOnionProxyLibrary-Android
site_description: "An Android Library for embedding Tor as a service into your Application"
site_author: Matthew Nelson
remote_branch: gh-pages
copyright: 'Copyright © 2020 Matthew Nelson'
theme:
name: 'material'
icon:
repo: material/git
palette:
scheme: 'default'
primary: 'deep purple'
accent: 'deep purple'
font: false
features:
- tabs
markdown_extensions:
- smarty
- codehilite:
guess_lang: false
- footnotes
- meta
- toc:
permalink: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- tables
- admonition
plugins:
- search
- markdownextradata: {}
nav:
- 'Overview': index.md
- 'Get Started': get_started.md
- 'Project Roadmap': roadmap.md
- 'Help & Community':
- 'Contributing':
- 'Releasing': releasing.md
- 'Documentation': documentation.md
- 'Change Log': changelog.md