- Create a new folder in
app/changelog/changes
with the date of the change in the formatYYYYMMDD
. - Create a
metaData.json
file with the metadata for the changelog. - Create a
src.mdx
file with the content of the changelog.
Images:
- (optional) Upload an image to the
public/images/changelog
folder and reference it in themetaData.json
file. - (optional) Add the
image
tag at the top of the src.mdx file to display the image at the top of the change log.