Skip to content

Add missing tags to tags.yml to resolve build warnings #23

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
bhouston opened this issue Mar 7, 2025 · 0 comments · Fixed by #24
Closed

Add missing tags to tags.yml to resolve build warnings #23

bhouston opened this issue Mar 7, 2025 · 0 comments · Fixed by #24
Labels
bug Something isn't working

Comments

@bhouston
Copy link
Member

bhouston commented Mar 7, 2025

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: Facebook
  permalink: /facebook
  description: Facebook tag description

hello:
  label: Hello
  permalink: /hello
  description: Hello tag description

docusaurus:
  label: Docusaurus
  permalink: /docusaurus
  description: Docusaurus tag description

hola:
  label: Hola
  permalink: /hola
  description: 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.

@bhouston bhouston added the bug Something isn't working label Mar 7, 2025
bhouston added a commit that referenced this issue Mar 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant