@@ -47,9 +47,8 @@ summary: |
4747 This guide walks you through the steps to containerize a machine learning
4848 model and deploy it using Docker, enabling scalable and portable AI
4949 solutions.
50+ tags : [machine-learning, deployment]
5051languages : [python]
51- subjects : [machine-learning, deployment]
52- levels : [intermediate]
5352params :
5453 time : 30 minutes
5554---
@@ -61,16 +60,14 @@ params:
6160- ` linkTitle ` (optional): A shorter title used in navigation menus.
6261- ` description ` (required): A concise description for SEO purposes.
6362- ` summary ` (required): A brief overview of the guide's content.
64- - ` languages ` (optional): List of programming languages used.
65- - ` subjects ` (optional): Domains or subject areas covered.
66- - ` levels ` (optional): Intended audience experience level (` beginner ` , ` intermediate ` , ` advanced ` ).
67- - ` products ` (optional): List of programming languages used.
63+ - ` languages ` \* (optional): List of programming languages used.
64+ - ` tags ` \* (optional): Domains or subject areas covered.
6865- ` params `
6966 - ` time ` (optional): Estimated reading or completion time.
7067
71- The ` languages ` , ` subjects ` , ` levels ` , and ` products ` keys are taxonomies, and
72- the values are used to associate the page with the filter options on the guides
73- landing page.
68+ \* Do apply at least one of the ` languages ` or ` tags ` taxonomies. The values
69+ are used to associate the page with the filter options on the guides landing
70+ page.
7471
7572## Document structure
7673
0 commit comments