Skip to content

Commit d75d209

Browse files
committed
Website Hosting for CDK Observability Accelerator
1 parent c941d28 commit d75d209

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ to help you set up observability for your AWS environments with AWS-managed obse
77

88
We provide curated metrics, logs, traces collection, alerting rules and Grafana dashboards for your EKS infrastructure, Java/JMX, NGINX based workloads and your custom applications.
99

10+
![Architecture](./images/CDK_Architecture_diagram.png)
11+
1012
## Patterns
1113

1214
The individual patterns can be found in the `lib` directory. Most of the patterns are self-explanatory, for some more complex examples please use this guide and docs/patterns directory for more information.
@@ -165,7 +167,7 @@ await prevalidateSecrets("my-pattern-name", 'us-east-1', 'my-secret-name'); //
165167

166168
## Security
167169

168-
See [CONTRIBUTING](CONTRIBUTING.md#security-issue-notifications) for more information.
170+
See [CONTRIBUTING](./contributors.md#security-issue-notifications) for more information.
169171

170172
## License
171173

250 KB
Loading

mkdocs.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ nav:
3131
- Contributors: contributors.md
3232

3333
markdown_extensions:
34-
- toc:
35-
permalink: true
3634
- admonition
3735
- codehilite
3836
- footnotes
@@ -42,6 +40,15 @@ markdown_extensions:
4240
- name: mermaid
4341
class: mermaid
4442
format: !!python/name:pymdownx.superfences.fence_code_format
45-
43+
- pymdownx.snippets:
44+
check_paths: true
45+
- pymdownx.tabbed:
46+
alternate_style: true
47+
- pymdownx.tasklist:
48+
custom_checkbox: true
49+
- toc:
50+
permalink: "¤"
51+
- toc:
52+
permalink: true
4653
plugins:
4754
- search

0 commit comments

Comments
 (0)