# Tag

# Description

This repo hold the documentation for the tagging scheme of Nova's resources.

# Rules

If you want to add a tag, it must respect some rules.

  • The tags name must be a valid URI, witch start with tnova.net/
  • The tags name must be written in kebab-case
  • The tags must be correctly namespaced :
    • The tags must be in the correct project folder (jinko, common, ...)
      • tech-related tags go into the tech folder
      • business-related tags go into the bus folder
      • and so on...

# Example

A Markdown file is located at common/tech/machine-type.md, the associated tag will be tnova.net/common/tech/machine-type.

# Awesome list of tags