Open jr-araujo opened 3 months ago
@jr-araujo
This happens because the page under versioned has the same version as the root page (in the frontmatter) overwriting the root when getting with the EC (currently).
But, i think keeping two index.md
pointing to the same version is not the best approach. They will diverge at some point.
Either way, i agree with you that this sould be checked.
This is the same behavior for the schemas.
I will work on a solution for this
🚨 Problem:
When trying to add content to describe an event using the
index.md
file under the root event folder, the written content is not rendered on the UI. The written content is only rendered when changing theversioned index.md
, as depicted in the image below:Changes in both files:
Content is rendered only when changing the
versioned index.md
file:✅ Expectation:
EC should consider the content from the
index.md
under the root event folder when rendering the event as the main page. When the changelog page is opened, only from this point should the content in both files be considered to show the end user the changes this event eventually had.