Discussions

Ask a Question
ANSWERED

Creating Guides Search on External Website

Hi, We have been attempting to create a search via JS/Vue that hooks into the API to allow users to search a guide and then link to the particular guide on readme.io. We have attempted to use the search API: <https://docs.readme.com/docs/search-api>. Using our details we can generate results here: <https://docs.readme.com/reference/searchdocs> but when accessing via our external site we run into a CORS issue. A No 'Access-Control-Allow-Origin' header is present. Is there a way around this? Thx Matt
ANSWERED

Propagate changes through versions

If I have a page with version 1.0 and then a forked page with version 1.1 that has the same content of v1.0, is it possible to propagate changes made to the 1.0 version to the 1.1 version automatically?
ANSWERED

embedding links in the glossary

I want to embed a link in a glossary term's definition... (e.g. look here, go here, follow the rabbit)
ANSWERED
ANSWERED

Is it possible to show a page without navigation panel, header and footer?

I need to pull the pages (html) into an external product (load in IFRAME) and would like to get the page only without the navigation panel, header and footer...is it possible? I assume some sort of url paramter that turns these off ... Thx, David
ANSWERED

How to remove a number from the URL

Our reference documentation now contains a number in the URL. For example, <https://dev.frontapp.com/reference/get_accounts-1> This has caused all our links to reference topics to break. My questions are why this might have happened and how we can remove the number from our reference topics.
ANSWERED

API Reference Results JSON Documentation

I can't find documentation on how to present different types in the JSON results I know how to present String and Number type `{"this_is_string": "", "this_is_number": 1}` But I want to know how to present different date formats(date-time, YYYY-MM-DD), Integers, Double, Float, etc. Is there any documentation for this?
ANSWERED

Editor widget issues

Hey, I've been trialling the product and I noticed that all the widgets in the editor (image, table, etc.) don't seem to work - they are greyed out and just "bounce" when I click on them. I've seen there is a current issue with the Cloudflare API, could that be causing the issues? Related to this - when the widgets are working correctly, should I be able to upload images directly in the editor or do I need to host on an external URL (which I think I need to when editing with Markdown only)?
ANSWERED

What's the markdown for a code block that displays the language type?

What is the markdown required to emulate what you get when using the Code Sample widget? I found [your documentation](https://rdmd.readme.io/docs/code-blocks) on how to write the markdown for a tabbed code block with a title in each tab, but I don't need two interactive tabs, just the visual look of two tabs so that the language type is displayed in tab A. In other words, exactly what you get when you use the widget. I tried viewing an existing page in raw mode, but the language specification seems to be bundled in with the code sample. ``` [block:code] { "codes": [ { "code": "{\n \"result\": [\n {\n \"order_id\": 488,\n \"status\": \"active\",\n \"user\": \"\",\n \"sell\": {\n \"type\": \"ERC721\",\n \"data\": {\n \"id\": \"\",\n \"token_address\": \"\",\n \"quantity\": \"1\",\n \"properties\": {\n \"name\": \"\",\n \"image_url\": \"\",\n \"collection\": {\n \"name\": \"Gods Unchained\",\n \"icon_url\": null\n }\n }\n }\n },\n \"buy\": {\n \"type\": \"ETH\",\n \"data\": {\n \"decimals\": 18,\n \"quantity\": \"1200000000000000\"\n }\n },\n \"fees\": [\n {\n \"type\": \"royalty\",\n \"address\": \"\",\n \"amount\": \"200000000000000\",\n \"token\": {\n \"type\": \"ETH/ERC20\",\n \"data\": {\n \"decimals\": 18,\n \"contract_address\": \"\"\n }\n }\n }\n ],\n \"amount_sold\": null,\n \"expiration_timestamp\": \"2120-08-25T04:00:00Z\",\n \"timestamp\": \"2021-08-25T04:33:19.85441Z\",\n \"updated_timestamp\": \"2021-08-25T04:33:19.85441Z\"\n }\n ],\n \"cursor\": \"...\",\n \"remaining\": 0\n}", "language": "javascript" } ] } [/block] ```
ANSWERED

How do you add an image using the new community discussions editor?

I cannot see a way to add an image to help explain my problem.... <https://v.usetapes.com/yLjdvMHiiJ>