This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
/
mkdocs.yml
94 lines (92 loc) · 3.28 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
site_name: Atomist Documentation
site_description: Atomist user & developer documentation
site_author: The Atomist Team
repo_name: GitHub
repo_url: https://github.com/atomisthq/docs
edit_uri: edit/main/docs/
copyright: '© 2021 Atomist, Inc.'
extra:
main_site_url: https://atomist.com/
social:
- type: rss
link: https://blog.atomist.com/
- type: github
link: https://github.com/atomist-skills
- type: twitter
link: https://twitter.com/atomist
theme:
name: material
favicon: "img/favicon.ico"
logo: img/atomist-developer-docs-logo.png
palette:
primary: white
accent: teal
custom_dir: "theme"
extra_css:
- stylesheets/extra.css
extra_javascript:
- js/intercom.js
markdown_extensions:
- admonition
- attr_list
- codehilite:
guess_lang: false
linenums: false
- smarty
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- toc:
permalink: true
nav:
- Introduction: index.md
- Getting Started:
- Getting Started: getting-started.md
- Enabling Integrations: getting_started/enabling-integrations.md
- Image Policies: getting_started/checks.md
- Add Slack Notifications: integration/slack.md
- Creating Advisories: getting_started/private-advisories.md
- Kubernetes Admission Control: integration/kubernetes.md
- Add secret scanning: getting_started/add-secret-scanner-check.md
- Gitops (pull-oriented delivery): getting_started/pull-oriented.md
- Skill Authoring:
- Workspace Setup: authoring/workspace_setup.md
- Coding a Skill: authoring/skill_repo.md
- Example Repos: authoring/examples.md
- Enabling and Configuring a Skill: authoring/skill_management.md
- Datalog Rules: authoring/datalog/rules.md
- More Subscriptions: authoring/subscriptions.md
- API:
- Lifecycle: authoring/api/lifecycle.md
- Executions: authoring/api/executions.md
- Transactions: authoring/api/transactions.md
- Logs: authoring/api/logs.md
- Types: authoring/api/types.md
# - Adding Falco: getting_started/falco.md
# - Policies:
# - Dockerfiles: policies/docker-file.md
# - Container images: policies/container-images.md
# - Open source dependencies: policies/oss-deps.md
- Integrations:
- Kubernetes: integration/kubernetes.md
- DockerHub: integration/dockerhub.md
- Amazon Elastic Container Registry: integration/ecr.md
- Google Container Registry: integration/gcr.md
- Google Artifact Registry: integration/gar.md
- GitHub Container Registry: integration/ghcr.md
- JFrog Artifactory: integration/jfrog.md
- Linking images to commits: integration/linking-images.md
- Tracking image deployments: integration/deploys.md
- Local image indexing: integration/local.md
# - GitHub: integration/github.md
- Slack: integration/slack.md
# - Authentication Providers:
# - SAML: integration/saml.md
- Data Model:
- Git: data/git.md
- Docker: data/docker.md
- Bill of Materials: data/sbom.md
- Advisories: data/advisory.md
- Deployment: data/deploy.md
# - Tutorials:
# - Prevent new vulnerabilities: tutorials/prevent-new-vulnerabilities.md
- Support: support.md