Discussions

Ask a Question
ANSWERED

404 Page Not Found in API Reference section

Hi After successfully importing the swagger file , when I click on preview changes ,I get 404 not found in API reference section. Thanks Rishav
ANSWERED

How do I add in the dropdown toggle syntax found on this page?

[block:image] { "images": [ { "image": [ "https://files.readme.io/b25d0f8-Dropdown_toggle.png", null ] } ] } [/block] Can't find it anywhere on the site. Please help thank you.
ANSWERED

swagger file upload verification

Hi Is there a way through rdme cli command to k now if the swagger file has already been uploaded or not?
ANSWERED

Automate the cli prompt

Hi I want to deploy my swagger files through automated process . But rdme login as well as rdme openapi path has a prompt to input the value. Is there a way to pass username and password through cli so that it does not ask for prompt? Also is there way to upload swagger file without prompt?
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.