Skip to content

Commit 391077b

Browse files
Correct title casing in Model Training Gym index
1 parent bfc5f3b commit 391077b

File tree

1 file changed

+5
-4
lines changed
  • content/learning-paths/mobile-graphics-and-gaming/model-training-gym

1 file changed

+5
-4
lines changed

content/learning-paths/mobile-graphics-and-gaming/model-training-gym/_index.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Fine-Tuning Neural Graphics Models with Model Gym
2+
title: Fine-tuning neural graphics models with Model Gym
33

44
minutes_to_complete: 45
55

@@ -53,7 +53,8 @@ further_reading:
5353

5454

5555
### FIXED, DO NOT MODIFY
56-
weight: 1
57-
layout: "learningpathall"
58-
learning_path_main_page: "yes"
56+
# ================================================================================
57+
weight: 1 # _index.md always has weight of 1 to order correctly
58+
layout: "learningpathall" # All files under learning paths have this same wrapper
59+
learning_path_main_page: "yes" # This should be surfaced when looking for related content. Only set for _index.md of learning path content.
5960
---

0 commit comments

Comments
 (0)