-
Notifications
You must be signed in to change notification settings - Fork 8
/
mkdocs.yml
35 lines (34 loc) · 1018 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
32
33
34
35
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
- 'Getting started': usage.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'
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
plugins:
- search
- minify:
minify_html: true