-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
40 lines (38 loc) · 1.2 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
site_name: SolidityScan Docs
docs_dir: documentation
theme:
name: material
font:
text: Poppins
logo: assets/images/logo.png
favicon: assets/images/logo.png
features:
- navigation.instant
extra:
generator: false
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/CredShields
- icon: fontawesome/brands/instagram
link: https://www.instagram.com/credshields/
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/credshields/
- icon: fontawesome/brands/telegram
link: https://t.me/solidityscan
- icon: fontawesome/brands/discord
link: https://discord.com/invite/9HhV4hGENw
extra_css: [assets/styles/style.css]
nav:
- "Introduction": index.md
- "Do a Quickscan of a Deployed Contract": quickscan.md
- "Scan a Online Git Repository": project.md
- "Scan a Deployed Contract": block.md
- "Upload and Scan Solidity Project": filescan.md
- "Generate and Publish Reports": report.md
- "Integrations": integrations.md
- "Organisations": organisation.md
- "SolidityScan SDK": sdk.md
- "SolidityScan VS Code Extension": vscode.md
- "SolidityScan Remix Plugin": remix.md
markdown_extensions:
- pymdownx.tilde