diff --git a/docs/yolov5/quickstart_tutorial.md b/docs/yolov5/quickstart_tutorial.md
index ff9211a2..01bc5395 100644
--- a/docs/yolov5/quickstart_tutorial.md
+++ b/docs/yolov5/quickstart_tutorial.md
@@ -1,3 +1,7 @@
+---
+comments: true
+---
+
# YOLOv5 Quickstart
See below for quickstart examples.
diff --git a/docs/yolov5/tutorials/architecture_description.md b/docs/yolov5/tutorials/architecture_description.md
index 9b9e655d..3781d0f6 100644
--- a/docs/yolov5/tutorials/architecture_description.md
+++ b/docs/yolov5/tutorials/architecture_description.md
@@ -1,3 +1,7 @@
+---
+comments: true
+---
+
## 1. Model Structure
YOLOv5 (v6.0/6.1) consists of:
diff --git a/docs/yolov5/tutorials/clearml_logging_integration.md b/docs/yolov5/tutorials/clearml_logging_integration.md
index 5c24ca48..306e5656 100644
--- a/docs/yolov5/tutorials/clearml_logging_integration.md
+++ b/docs/yolov5/tutorials/clearml_logging_integration.md
@@ -1,3 +1,7 @@
+---
+comments: true
+---
+
# ClearML Integration

diff --git a/docs/yolov5/tutorials/comet_logging_integration.md b/docs/yolov5/tutorials/comet_logging_integration.md
index 2a089064..5f7fd082 100644
--- a/docs/yolov5/tutorials/comet_logging_integration.md
+++ b/docs/yolov5/tutorials/comet_logging_integration.md
@@ -1,3 +1,7 @@
+---
+comments: true
+---
+
# YOLOv5 with Comet
diff --git a/docs/yolov5/tutorials/hyperparameter_evolution.md b/docs/yolov5/tutorials/hyperparameter_evolution.md
index 02c7225a..bcbbefae 100644
--- a/docs/yolov5/tutorials/hyperparameter_evolution.md
+++ b/docs/yolov5/tutorials/hyperparameter_evolution.md
@@ -1,3 +1,7 @@
+---
+comments: true
+---
+
π This guide explains **hyperparameter evolution** for YOLOv5 π. Hyperparameter evolution is a method of [Hyperparameter Optimization](https://en.wikipedia.org/wiki/Hyperparameter_optimization) using a [Genetic Algorithm](https://en.wikipedia.org/wiki/Genetic_algorithm) (GA) for optimization. UPDATED 25 September 2022.
Hyperparameters in ML control various aspects of training, and finding optimal values for them can be a challenge. Traditional methods like grid searches can quickly become intractable due to 1) the high dimensional search space 2) unknown correlations among the dimensions, and 3) expensive nature of evaluating the fitness at each point, making GA a suitable candidate for hyperparameter searches.
diff --git a/docs/yolov5/tutorials/model_ensembling.md b/docs/yolov5/tutorials/model_ensembling.md
index c75a73bd..caf7a2f6 100644
--- a/docs/yolov5/tutorials/model_ensembling.md
+++ b/docs/yolov5/tutorials/model_ensembling.md
@@ -1,3 +1,7 @@
+---
+comments: true
+---
+
π This guide explains how to use YOLOv5 π **model ensembling** during testing and inference for improved mAP and Recall.
UPDATED 25 September 2022.
diff --git a/docs/yolov5/tutorials/model_export.md b/docs/yolov5/tutorials/model_export.md
index c01816a1..1c562dd1 100644
--- a/docs/yolov5/tutorials/model_export.md
+++ b/docs/yolov5/tutorials/model_export.md
@@ -1,3 +1,7 @@
+---
+comments: true
+---
+
# TFLite, ONNX, CoreML, TensorRT Export
π This guide explains how to export a trained YOLOv5 π model from PyTorch to ONNX and TorchScript formats.
diff --git a/docs/yolov5/tutorials/model_pruning_and_sparsity.md b/docs/yolov5/tutorials/model_pruning_and_sparsity.md
index f7638084..1848ebef 100644
--- a/docs/yolov5/tutorials/model_pruning_and_sparsity.md
+++ b/docs/yolov5/tutorials/model_pruning_and_sparsity.md
@@ -1,3 +1,7 @@
+---
+comments: true
+---
+
π This guide explains how to apply **pruning** to YOLOv5 π models.
UPDATED 25 September 2022.
diff --git a/docs/yolov5/tutorials/multi_gpu_training.md b/docs/yolov5/tutorials/multi_gpu_training.md
index f9d9b055..4f81d278 100644
--- a/docs/yolov5/tutorials/multi_gpu_training.md
+++ b/docs/yolov5/tutorials/multi_gpu_training.md
@@ -1,3 +1,7 @@
+---
+comments: true
+---
+
π This guide explains how to properly use **multiple** GPUs to train a dataset with YOLOv5 π on single or multiple machine(s).
UPDATED 25 December 2022.
diff --git a/docs/yolov5/tutorials/neural_magic_pruning_quantization.md b/docs/yolov5/tutorials/neural_magic_pruning_quantization.md
index 23283f7a..b7096521 100644
--- a/docs/yolov5/tutorials/neural_magic_pruning_quantization.md
+++ b/docs/yolov5/tutorials/neural_magic_pruning_quantization.md
@@ -1,3 +1,7 @@
+---
+comments: true
+---
+