Skip to content
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

index.md in the root event folder is not reflecting written content #686

Open
jr-araujo opened this issue Aug 7, 2024 · 3 comments
Open

Comments

@jr-araujo
Copy link

jr-araujo commented Aug 7, 2024

🚨 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 the versioned index.md, as depicted in the image below:

Changes in both files:
image

Content is rendered only when changing the versioned index.md file:
image

✅ 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.

@carlosallexandre
Copy link
Contributor

@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.

@jr-araujo
Copy link
Author

This is the same behavior for the schemas.

@carlosallexandre
Copy link
Contributor

I will work on a solution for this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants