-
Notifications
You must be signed in to change notification settings - Fork 11
Generate API ref summary section #638
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
Generate API ref summary section #638
Conversation
d9e7ec8
to
b7bb46f
Compare
aa0fb29
to
04eed91
Compare
@DebbieAtSeam 🔥 We will find a way to inject this into |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@razor-x This is excellent! Many thanks!
* [Add an ACS User to an Access Group](api/acs/users/add_to_access_group.md) | ||
* [Create an ACS User](api/acs/users/create.md) | ||
* [Delete an ACS User](api/acs/users/delete.md) | ||
* [Get an ACS User](api/acs/users/get.md) | ||
* [List ACS Users](api/acs/users/list.md) | ||
* [List ACS User-Accessible Entrances](api/acs/users/list_accessible_entrances.md) | ||
* [Remove an ACS User from an Access Group](api/acs/users/remove_from_access_group.md) | ||
* [Revoke ACS User Access to All Entrances](api/acs/users/revoke_access_to_all_entrances.md) | ||
* [Suspend an ACS User](api/acs/users/suspend.md) | ||
* [Unsuspend an ACS User](api/acs/users/unsuspend.md) | ||
* [Update an ACS User](api/acs/users/update.md) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it true that all subsections should be in alpha order? That makes sense for an API ref, unless we want to choose a logical order instead (like CRUD or CRU[other actions]D. Which order is most helpful to devs?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure, let's discuses outside of this PR.
No description provided.