Description
In some of our Markdown files, we got an added
information but apparently we never display that information:
This PR suggests to use this information and to display it on top of the corresponding pages next to the "View on GitHub" button.
Motivation & Context
Bring more information to the users about the latest changes.
Type of changes
-
New feature (non-breaking change which adds functionality)
Checklist
-
I have read the contributing guidelines -
My code follows the code style of the project (using npm run lint
) -
My change introduces changes to the documentation -
I have updated the documentation accordingly