Also make some links more self-descriptive for accessibility reasons.
Remove trailing white spaces because my editor removes them
automatically (and yours should too).
Broken links were found with markdown-link-check with the following
command:
```
find . -name tmp -prune -o -name node_modules -prune -o -name \*.md -print0 | xargs -0 -n1 markdown-link-check
```
* Fixed OAuth2 documentation regarding how to test with Postman
* Fixed OAuth2 documentation regarding how to test with Postman
* Merged the API Example page with the Admin Guide OAuth2 page.
* Chore/doc pngs (#10422)
* feat(docs): remove uppercase duplicate pngs
* feat(docs): reduce png file sizes
* Make the menu item for dev FAQ conistent
* Remove section
it does not add any value
* Initial draft
* Make the capitalization consistent for Release notes
* Make the menu entry for installation & operations guide consistent with heading
* Make the capitalization consistent for Enterprise guide
* Make capitalization consistent for System admin guide
* Make the capitalization consistent for API documentation
* Added missing elements, udpated status for each
Added links to some components and patterns that were missing and updated the status to accurately reflect the documentation status for each. No doc status for foundation library yet (some elements like Illustrations and Spacing don't need documentation, the rest is in progress)
* Example for implementation of Action bar
* Fixed markdown table, added implementation examples
* Adding link to Calendar module as example for an implemented component
* Added some examples, but they're mostly Include projects
* Correct capitalization of User guid in docs
Co-authored-by: Niels Lindenthal <lindenthal@users.noreply.github.com>
Co-authored-by: Parimal Satyal <88370597+psatyal@users.noreply.github.com>