Discussions

Ask a Question
ANSWERED

Control code block size

Is there any way to control the size of a code block and force it to wrap the code with in it? I have a JSON code example that's making the code block too wide for my page.
ANSWERED

This reference guide is currently experiencing difficulties and will be back online shortly.

Hi, Currently I am getting this message in api-reference section "This reference guide is currently experiencing difficulties and will be back online shortly.ERR-7W2PWR" Do you know what might be a problem?
ANSWERED

Is it possible to disable discussions?

ANSWERED

Can you add breadcrumbs

In product guides, are there auto-generated structure-based breadcrumbs that can be added? Or would they have to be written manually?
ANSWERED

Suggested Edits Button Not Displaying on Guide Pages

We have enabled Suggested Edits for our site (under Configuration>Project Settings>Suggested Edits), however the button for users to submit edits doesn't show up on any of our guide pages. It does show on our API reference pages, and I would expect it to show up for the guide pages as well (it looks like docs.readme.com even has it on the guide pages as well). Is there some conflicting configuration we might have set somewhere? We've tried looking for additional information but haven't found anything, so we wanted to see if we could get some help here. Thanks
ANSWERED

Do you support fullstory integration?

ANSWERED

Quick and easy way to copy paste into a table

Hi! Just wondering if there is an easy way to copy and paste tables from one document (Word, Spreadsheet) into ReadMe?
ANSWERED

Alternate Info Callout not picking up colors?

Please see the markup below. Both the warning callout display ok, but the info ones are different? > 📘 Info > > Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. > ℹ️ Info > > Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. > 🚧 Warning > > Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. > ⚠️ Warning > > Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
ANSWERED
ANSWERED

How to replace example.com from the code snippets, in the language examples?

For example on the api reference page, when looking at the `curl` example ``` Request curl --request GET \ --url https://example.com/api/v0.0.1/schema/ \ --header 'Accept: application/vnd.oai.openapi' ``` Or, the python version: ``` Installation Request import requests url = "https://example.com/api/v0.0.1/schema/" headers = {"Accept": "application/vnd.oai.openapi"} response = requests.request("GET", url, headers=headers) print(response.text) ``` How to replace `example.com`? I saw : https://docs.readme.com/docs/url-paths-in-readme#url-element-descriptions But it didn't really go into any sort of details. I also tried: https://docs.readme.com/docs/passing-data-to-jwt#setting-default-variables-in-the-ui