forked from sundowndev/phoneinfoga
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
31 lines (30 loc) · 911 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
site_name: PhoneInfoga
repo_name: 'sundowndev/PhoneInfoga'
repo_url: 'https://github.com/sundowndev/PhoneInfoga'
site_description: 'Advanced information gathering & OSINT tool for phone numbers.'
site_author: 'Sundowndev'
copyright: 'PhoneInfoga was developed by sundowndev and is licensed under GPL-3.0.'
nav:
- Welcome: index.md
- Installation: install.md
- Basic usage: usage.md
- Formatting phone numbers: formatting.md
- Dealing with Google captcha: googlesearch.md
- Resources: resources.md
- Contribute: contribute.md
theme:
name: material
logo: 'images/logo_white.svg'
favicon: 'images/logo.svg'
palette:
primary: 'blue grey'
accent: 'brown'
extra:
social:
- type: 'github'
link: 'https://github.com/sundowndev/PhoneInfoga'
- type: 'twitter'
link: 'https://twitter.com/sundowndev'
# Extensions
markdown_extensions:
- markdown.extensions.admonition