forked from flanksource/canary-checker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
56 lines (56 loc) · 1.46 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
repo_url: https://github.com/flanksource/canary-checker/
repo_name: Canary Checker
site_name: Canary Checker
theme:
logo: ./images/cc-white.svg
favicon: ./images/cc-blue.svg
name: material
features:
- navigation.instant
- navigation.sections
- navigation.tracking
# - navigation.expand
- navigation.top
markdown_extensions:
- admonition
- fenced_code
- pymdownx.smartsymbols
- toc:
permalink: False
anchorlink: True
- pymdownx.superfences
- pymdownx.snippets
- pymdownx.details
- pymdownx.tabbed
- codehilite:
linenums: true
nav:
- CLI: ./run.md
- Standalone Server: ./server.md
- Kubernetes Operator: ./operator.md
- Canary Types:
- Cloudwatch: ./api/#cloudwatch
- Containerd Pull: ./api/#containerdpull
- Containerd Push: ./api/#containerdpush
- DNS: ./api/#dns
- Docker Pull: ./api/#dockerpull
- Docker Push: ./api/#dockerpush
- EC2: ./api/#ec2
- GCS: ./api/#gcsbucket
- Helm: ./api/#helm
- HTTP: ./api/#http
- ICMP: ./api/#icmp
- JMeter: ./api/#jmeter
- JUnit: ./api/#junit
- LDAP: ./api/#ldap
- Mongo: ./api/#mongo
- Namespace: ./api/#namespace
- Pod: ./api/#pod
- Postgres: ./api/#postgres
- Prometheus: ./api/#prometheus
- Redis: ./api/#redis
- Restic: ./api/#restic
- S3 Bucket: ./api/#s3bucket
- S3: ./api/#s3
- SMB / CIFS: ./api/#smb
- SQL Server: ./api/#mssql