You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/style_guide.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,14 @@ sidebar_custom_props:
64
64
---
65
65
```
66
66
67
+
To mark your module as optional:
68
+
```
69
+
---
70
+
...
71
+
sidebar_custom_props: { "optional": "true" }
72
+
---
73
+
```
74
+
67
75
### Navigating the AWS console
68
76
69
77
There are instances where the user needs to navigate to specific screens in the AWS console. It is preferable to provide a link to the exact screen if possible, or a close as can be done.
0 commit comments