Skip to content

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

@bhouston

Description

@bhouston

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions