forked from dvopsway/datasploit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
41 lines (34 loc) · 918 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
36
37
38
39
40
41
site_name: DataSploit
theme: material
pages:
- 'Overview': 'index.md'
- 'Setting up the Environment': 'setupGuide.md'
- 'Writing a Module': 'Writing_Modules.md'
- 'How to Generate Api Keys': 'apiGeneration.md'
- Usage: 'Usage.md'
- Contributors: 'contributors.md'
- Roadmap: 'roadmap.md'
# Options
extra:
feature:
tabs: true
palette:
primary: indigo
accent: indigo
social:
- type: github-alt
link: https://github.com/datasploit/datasploit
- type: twitter
link: https://twitter.com/datasploit
- type: facebook
link: https://www.facebook.com/datasploit
# Project information
site_name: DataSploit
site_description: All about DataSploit.
site_author: Shubham Mittal
site_url: http://datasploit.github.io/datasploit/
# Repository
repo_name: datasploit/datasploit
repo_url: https://github.com/datasploit/datasploit
# Copyright
copyright: 'Copyright © 2017 - 2018'