Closed theskumar closed 5 years ago
Why was this change necessary?
For better documentation structure and design.
How does it address the problem?
endpoint.md
api/changelog.md
release_notes.md
index.md
release_notes
Are there any side effects?
User used to old structure may face issue to due the new structure.
For better documentation structure and design.
endpoint.md
is now broken into per resource files.api/changelog.md
is removed and it's advised to userelease_notes.md
in it's place.index.md
will now include therelease_notes
as well, included via markdown-include, in order to make the doc homepage more meaningful.User used to old structure may face issue to due the new structure.