diff --git a/docs/yolov5/quickstart_tutorial.md b/docs/yolov5/quickstart_tutorial.md
index ff9211a22f..01bc539562 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 9b9e655de8..3781d0f664 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 5c24ca4820..306e5656e4 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 2a0890641f..5f7fd082a9 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 02c7225a20..bcbbefae28 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 c75a73bd7a..caf7a2f6b0 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 c01816a1c9..1c562dd11e 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 f763808410..1848ebef7d 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 f9d9b05579..4f81d278fa 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 23283f7af0..b7096521f1 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
+---
+