Discussions

Ask a Question
ANSWERED

Moving a page to a newer version

Hi. Novice user here. I created a new page in a live version of our guide and then made that new page live, not realizing that another editor had already branched a new draft version. Several days later that draft was published, thus removing my new page from our live site. My question is how do I move that page to the new version? I can see that dragging and dropping the page within the old version is easy, but I can't seem to drag it into the new version and republish it live. Do I have to recreate the page in its entirely or is there a way to drag or clone it to the currently live version? Thank you,.

ANSWERED

Import GitHub readme file to Readme

Hi Community,

Filtering "Contacts - Custom Fields Values"

Hi everyone!

ANSWERED
ANSWERED

Embedding a video with chapters

Hello,

ANSWERED

OpenAPI download and auto-generated SDKs/code

As we look at and evaluate Readme, one feature that seems common with competitors is the ability for the developer user to download the OpenAPI specification, as well as automatically generated code/SDKs in popular languages from the OpenAPI specification.

ANSWERED

Can I recover a documentation page within API Reference?

I see how to use Page History within Guides to recover content, but have found no way to recover a deleted documentation page with the API Reference section.

ANSWERED

Arbitrary JSON data in API reference

Hi, we have an API endpoint that can take arbitrary JSON in a part of its request body. We tried to express that by using a field with type: object and additionalProperties: true, and this renders in the API reference as a field where you can add extra fields and give them names and values, but the values are always encoded as strings. So if we type { "foo": 2 } as the value of one of those fields it ends up as "fieldName": "{ \"foo\": 2}" in the payload of the request examples.

ANSWERED

How to Embed readme

Hi

ANSWERED

Looking for an easy way to insert an image into a list (ol or ul) without breaking the list in html

I am using a numbered list for describing a step by step procedure, and I need to include an image, for example in step 2, like this: