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

What is the best way to import a subdirectory of images and other

In the rdme CLI, I'm trying to import the MD folder that has an /images subdirectory. Is there another tool that can import bulk image and downloadable code samples?
ANSWERED

Protected Documentation

Can I change the way the page looks for when we ask the user for a password for protected documentation? Thanks
ANSWERED

How to pass Authorization key from JWT to header in manual API setup

While I can pass the variable in the documentation by using <<variableName>>. I'm having issues implementing this in the header parameter, for API setup
ANSWERED

Does your company integrate readme.io docs into your company website?

Hi, Are there any readme users who have integrated the docs into their own website? Would love to see examples.

Authentication

How can I authenticate my username and password?
ANSWERED

One POST route but multiple object parameter options

We have an API that can take different JSON params depending on the stage/step of the current process: input 1 { "id": "aa66454", "stepNumber": 1, "customParams": { "UUID": "string==", "SN": "string1234", "policy": "P1234" } } input 2 { "id": "aa66454", "stepNumber": 1, "customParams": { "challenge": "ABCD1234", "sessionID": "abcd" } } These are two different parameters but it's the same POST route. We have not figured out a way to make this work.

Need help on accessing Bearer token with out API_KEY from JWT.

Hi I am working on Read me integration with a custom login hook. My requirement is to redirect from the readme portal to our custom login page and once the login is completed. I will load ReadMe with authentication. We have Login API which contains tokens to access. When I went through the reference. It was expecting some API KEY in JWT Token. But my requirement is client will provide me Access token in the api response and they are expecting to redirect with that access token and paste it in header. Is there any way to accomplish this requirement?

How you will handle sheamless login in Hive blockchain ??

How you will handle sheamless login in Hive blockchain ??
ANSWERED