You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add missing tags to tags.yml to resolve build warnings
Description
When building the project, the following warnings appear:
[WARNING] Tags [ai, coding] used in agentic-coding-guidelines.md are not defined in tags.yml
[WARNING] Tags [ai, programming, development, tools] used in mycoder-v0-5-0-release.md are not defined in tags.yml
[WARNING] Tags [ai, programming, development, tools, case-study] used in how-we-use-mycoder-to-build-mycoder.md are not defined in tags.yml
These warnings occur because several tags used in blog posts are not defined in the blog/tags.yml file.
Required Changes
The following tags need to be added to blog/tags.yml:
ai
coding
programming
development
tools
case-study
Current tags.yml Content
facebook:
label: Facebookpermalink: /facebookdescription: Facebook tag descriptionhello:
label: Hellopermalink: /hellodescription: Hello tag descriptiondocusaurus:
label: Docusauruspermalink: /docusaurusdescription: Docusaurus tag descriptionhola:
label: Holapermalink: /holadescription: Hola tag description
Expected Outcome
After adding the missing tags, the build warnings should be resolved, and the tags should be properly linked in the blog posts.
Priority
Medium - These are warnings, not errors, but should be addressed to ensure proper blog post categorization and navigation.
The text was updated successfully, but these errors were encountered:
Add missing tags to tags.yml to resolve build warnings
Description
When building the project, the following warnings appear:
These warnings occur because several tags used in blog posts are not defined in the
blog/tags.yml
file.Required Changes
The following tags need to be added to
blog/tags.yml
:ai
coding
programming
development
tools
case-study
Current tags.yml Content
Expected Outcome
After adding the missing tags, the build warnings should be resolved, and the tags should be properly linked in the blog posts.
Priority
Medium - These are warnings, not errors, but should be addressed to ensure proper blog post categorization and navigation.
The text was updated successfully, but these errors were encountered: