Discussions

Ask a Question
ANSWERED

[Bug fix] Embedded iframes with unusal theming

> Please let me know if this post should live somewhere else Hi! Encountered issues with YouTube iframe embeds applying a bunch of weird margin and padding within markdown-body. The bug looks like it offsets by 15px left and right alternating each individual iframe. My fix for this issue; by all means not perfect but does the job: ``` /* YouTubev video weird spacing fix - start */ body .markdown-body>.embed_hasImg:nth-of-type(odd) { margin-right: 0px !important; padding: 0px !important; } body .markdown-body>.embed_hasImg:nth-of-type(even) { margin-left: 0px !important; padding: 0px !important; } .markdown-body .embed-media>:only-child { margin: 0px !important; border-radius: 6px !important; } /* YouTubev video weird spacing fix - end */ ```
ANSWERED

Can a page show endpoint object

Can we show a page with endpoint object rendererd from OAS ? Similar to the below example where accounts endpoint shows a page (section) with account object ? <https://stripe.com/docs/api/accounts/object#account_object> Thanks for your help.

Sharing content in a toc

Is it possible to share a topic in more than one node (ie have it as sub page in more than one location)? OR Is it possible to embed shared content in to a page so that we have one source of truth for identical content blocks?
ANSWERED

Help! in setting the value of the email address input field on the contact field

Hey i am doing a form page in html so that the user that logged in will send me massages and i need to autofill the email field to the one who currently logged in to his readme account there is anyway to do so? Best regards
ANSWERED

Can "suggest additional edits" to the document title?

A user made a suggested edit to a guide document that included a change to the doc title. The content of the suggestion was good, but they used headline case, which is not our style. When I went into "suggest additional edits", I did not see a way to edit their suggested title change. My solution was to accept their suggested edit and then make my own edit to fix the case of the title. But I wondered if I missed something.
ANSWERED

How do search results if mutliple versions?

I am unclear on how search results work if there are multiple versions in a project. From an enterprise standpoint, you can search from any project and it searches across multiple projects, some with multiple public versions. If search term is found in more than one version of the same project, what are the expected results? For example, we have v1, v2, and v3. v2 is the main (default) version. How do Search results behave in the following scenarios? - Search term is found only in v1. - Search term found in v1, v2, and v3.
ANSWERED

API versioning

A verification question: This topic leads me to understand that versioning is handled manually <https://docs.readme.com/docs/versions> meaning that version information is not extracted from the swagger document.
ANSWERED

Parameter contraints

Is there a way to automatically pull in the parameter constraints to the parameter description? Currently, a user would need to click in each input box to see what the value constraints are.
ANSWERED

Can i see the new editor

Can i see the new editor
ANSWERED

Is there a way to embed your OpenAPI calls in the Guides

When you are writing the descriptive guides, it would be nice to be able to embed an interactive API call in the guide that can be tracked.