forked from sundowndev/phoneinfoga
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
41 lines (40 loc) · 1.12 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
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:
- 'Introduction': index.md
- 'Installation': install.md
- 'Usage': usage.md
- 'Scanners': scanners.md
- 'Formatting phone numbers': formatting.md
- 'Go module usage': go-module-usage.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'
features:
- content.tabs.link
extra:
social:
- icon: fontawesome/brands/github-alt
link: 'https://github.com/sundowndev/phoneinfoga'
- icon: fontawesome/brands/twitter
link: 'https://twitter.com/sundowndev'
# Extensions
markdown_extensions:
- markdown.extensions.admonition
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
plugins:
- search
- minify:
minify_html: true