From aaa3b911c28e7f3a8b9916a45ca94d9e022b9f2a Mon Sep 17 00:00:00 2001 From: Inaki Fernandez Date: Thu, 2 Dec 2021 09:37:25 +0100 Subject: [PATCH] testing mkdocs 8: annotations in code --- docs/terraform.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/docs/terraform.md b/docs/terraform.md index 4f3ea5cc..09379b11 100644 --- a/docs/terraform.md +++ b/docs/terraform.md @@ -350,9 +350,19 @@ docker_bridge_cidr = "172.17.0.1/16" # Default. You can reuse this range across } ``` -1. VNet -2. Subnet nodes (and pods with Azure CNI network plugin) -3. Network Profile +1. VNet +2. Subnet nodes (and pods with Azure CNI network plugin) +3. Network Profile + +``` yaml +theme: + features: + - content.code.annotate # (1) +``` + +1. :man_raising_hand: I'm a code annotation! I can contain `code`, __formatted + text__, images, ... basically anything that can be expressed in Markdown. + - [Azure-Samples/private-aks-cluster-terraform-devops 🌟](https://github.com/Azure-Samples/private-aks-cluster-terraform-devops) **This sample shows how to create a private AKS cluster using Terraform and Azure DevOps.** - [build5nines.com: Terraform: Create an AKS Cluster 🌟](https://build5nines.com/terraform-create-an-aks-cluster/)