forked from Checkmarx/kics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
45 lines (41 loc) · 1.14 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
42
43
44
45
# Project
site_name: KICS
site_url: http://www.kics.io
site_description: >-
Open source solution for static code analysis of Infrastructure as Code. Finding security vulnerabilities, compliance issues, and infrastructure misconfigurations during project development cycle.
copyright: >-
© 2021 Checkmarx Ltd. All Rights Reserved.
# Repo
repo_name: GitHub
repo_url: https://github.com/Checkmarx/kics/
# Navigation
nav:
- Home: index.md
- Install:
- Getting Started: getting-started.md
- Configuration: configuration-file.md
- Integrations: integrations.md
- Results: results.md
- Queries: queries.md
- Architecture: architecture.md
- Contribution: CONTRIBUTING.md
- Project:
- Roadmap: roadmap.md
- Plans: "https://github.com/Checkmarx/kics/projects"
- Issues: "https://github.com/Checkmarx/kics/issues"
- Releases: releases.md
- Contributors: contributors.md
- About: about.md
# Theme
theme:
name: flatly
logo: img/kics.ico
favicon: img/logo/kics-logo-text.png
include_sidebar: true
sticky_navigation: true
# Plugins
plugins:
- search
google_analytics:
- UA-186818347-2
- auto