Skip to content
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

Add icons in menu representing particular HTTP verb #61

Closed
IvanGoncharov opened this issue Jun 28, 2016 · 4 comments
Closed

Add icons in menu representing particular HTTP verb #61

IvanGoncharov opened this issue Jun 28, 2016 · 4 comments
Assignees

Comments

@IvanGoncharov
Copy link
Contributor

Something similar to this:
image

@IvanGoncharov IvanGoncharov added this to the Post-v1.0 milestone Jun 28, 2016
@RomanHotsiy RomanHotsiy self-assigned this Aug 30, 2016
@SebastianStehle
Copy link

I am not a fan of it. I think this is a technical detail that should stay on the right side.

@RomanHotsiy
Copy link
Member

Implemented via 92eec25

@SebastianStehle if you don't like it you can hide it using css. Let me know if you need assistance.

@avkonst
Copy link

avkonst commented Apr 19, 2017

The documentation on how to hide it would be good to have.

@RomanHotsiy
Copy link
Member

@avkonst you can just hide it with css e.g.:

redoc .operation-type {
    opacity: 0;
}

or

redoc .operation-type {
    display: none !important;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants