Skip to content

Updating all Arrays (tags etc) in mdx files to YAML format #128

@aatmanvaidya

Description

@aatmanvaidya

right now the tags in mdx files are stored as a comma seperated string. This is proving to be in-efficient in many ways.

we have to update the arrays to a YAML format (or something similar).

tags: 
    - Tag1
    - Tag2

It turns out that when you update the array to a YAML format in mdx files, Gatsby automatically starts updating the schema.
But that is taking too long on my machine (more than 45 mins). I am guessing because we have so many nodes, not sure.

@dennyabrain maybe whenever you get time, you can try this out on your machine.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions