Skip to content

Commit e1a6ad9

Browse files
ran-isenbergRan Isenberg
and
Ran Isenberg
authored
docs: add image zoom in docs and app composer image (#789)
Co-authored-by: Ran Isenberg <[email protected]>
1 parent 971c7df commit e1a6ad9

File tree

6 files changed

+51
-19
lines changed

6 files changed

+51
-19
lines changed

docs/cdk.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,10 @@ The first test, `test_cdk` uses CDK's testing framework which asserts that requi
5858
The security tests are based on `cdk_nag`. It checks your cloudformation output for security best practices. It can be found in the `service_stack.py` as part of the stack definition. It will fail the deployment when there is a security issue.
5959

6060
For more information click [here](https://docs.aws.amazon.com/prescriptive-guidance/latest/patterns/check-aws-cdk-applications-or-cloudformation-templates-for-best-practices-by-using-cdk-nag-rule-packs.html){:target="_blank" rel="noopener"}.
61+
62+
### Deployed Resources
63+
64+
In the picture below you can see all the deployed resources ordered into domain groups. The image was created with the IDE plugin of AWS Application Composer.
65+
66+
67+
<img alt="alt_text" src="../media/application-composer-main-Orders-dev.template.json.png" />

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This project aims to reduce cognitive load and answer these questions for you by
2929

3030
#### **Monitoring Design**
3131

32-
[<img alt="alt_text" src="./media/monitoring_design.png" />](https://www.ranthebuilder.cloud/)
32+
<img alt="alt_text" src="./media/monitoring_design.png" />
3333

3434
### **Features**
3535

Loading

mkdocs.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,19 @@ copyright: Copyright &copy; 2023 Ran Isenberg
8080
plugins:
8181
- git-revision-date
8282
- search
83+
- glightbox:
84+
touchNavigation: true
85+
loop: false
86+
effect: zoom
87+
slide_effect: slide
88+
width: 100%
89+
height: auto
90+
zoomable: true
91+
draggable: true
92+
skip_classes:
93+
- custom-skip-class-name
94+
auto_caption: false
95+
caption_position: bottom
8396
extra_css:
8497
- stylesheets/extra.css
8598

poetry.lock

Lines changed: 29 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ xenon = "*"
4949
pre-commit = "*"
5050
mkdocs-material = "*"
5151
mkdocs-git-revision-date-plugin = "*"
52+
mkdocs-glightbox = "*"
5253
types-cachetools = "*"
5354
mypy = "*"
5455
types-requests = "*"

0 commit comments

Comments
 (0)