-
Notifications
You must be signed in to change notification settings - Fork 48
/
mkdocs.yml
73 lines (69 loc) · 1.99 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
site_name: ASH - Automated Security Helper
site_description: 'Your one-stop shop for code security scanning'
site_url: 'https://awslabs.github.io/automated-security-helper'
repo_name: 'awslabs/automated-security-helper'
repo_url: 'https://github.com/awslabs/automated-security-helper'
edit_uri: 'edit/main/site/content'
copyright: '© 2024, Amazon Web Services, Inc. or its affiliates. All rights reserved.'
docs_dir: 'docs/content'
site_dir: 'public'
# use_directory_urls: true
nav:
- Overview: index.md
- Documentation:
- Getting started:
- Prerequisites: docs/prerequisites.md
- Support Matrix: docs/support.md
- Tutorials:
- Running ASH locally: tutorials/running-ash-locally.md
- Running ASH in a CI environment: tutorials/running-ash-in-ci.md
- Cloud9 Quick Start: tutorials/cloud9-quickstart.md
# - Troubleshooting:
# - Finch Issues: troubleshooting/finch.md
- Contributing to ASH: contributing.md
- FAQs: faq.md
theme:
name: material
custom_dir: docs/overrides
palette:
# Palette toggle for light mode
- scheme: dracula
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
font: false
language: en
features:
- navigation.instant
- navigation.indexes
- toc.follow
- content.tabs.link
- search.share
- search.highlight
- search.suggest
- content.code.copy
- content.code.annotate
- content.code.select
icon:
logo: aws-logo-light
repo: fontawesome/brands/github
favicon: assets/images/aws-logo-light.svg
markdown_extensions:
- admonition
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
plugins:
- search
- awesome-pages