Skip to content

Commit 179fd22

Browse files
committed
Add front matter to WAF best practices and lab documents to disable Liquid rendering
1 parent c92a2e8 commit 179fd22

3 files changed

Lines changed: 12 additions & 0 deletions

File tree

docs/09-best-practices-waf.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
render_with_liquid: false
3+
---
4+
15
# GitHub Well-Architected Framework: Best Practices and Principles
26

37
## Overview

labs/lab02.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
render_with_liquid: false
3+
---
4+
15
# 2 - Managing GitHub Actions settings for a repository
26
In this lab you will restrict the usage of Actions in your own repository
37
> Duration: 5-10 minutes

labs/lab05.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
render_with_liquid: false
3+
---
4+
15
# 5 - GitHub API - REST API & GraphQL API
26
In this lab you will create a workflow that calls GitHub APIs using REST API and GraphQL API.
37
> Duration: 15-20 minutes

0 commit comments

Comments
 (0)