Discussions

Ask a Question
ANSWERED

UUID of API Reference Pages

Hi! The help for the "Retrieve an entry from the API Registry" for the required UUID property API states: > An API Registry UUID. This can be found by navigating to your API Reference page and viewing code snippets for Node with the api library. What does this mean? Do we navigate to the page in the Editing UI? In the external facing page? Is there more information in the doc about "viewing code snippets for Node with the api library"? I do find "\_id" in the page source for the API reference page in question, but it returns a 404 when I use that as the UUID. Thanks for any insight you can provide!
ANSWERED

Disable click on image

Hiya! Clicking on an image in the Guide opens the image in a popout window. This is helpful if it's a small screenshot, but kinda useless if it's just an icon. Is there any way to turn of click-to-open on images, so the user can't click an image that shouldn't be clicked? Thanx!
ANSWERED

what happens to my API documentation aftef my plan expires,does it get deleted or just gets invisible until i renew

ANSWERED

Multiple cosmetic issues with embedded video display

Hi, we're having troubles with embedded video in <https://docs.cast.ai/docs> Our welcome page has a video, and we're noticing few issues. iPhone/Chrome: video is missing a preview picture, mostly rendering a dark screen with play button. Macbook/Safari/4k screen: preview is rendered as mostly black screen with small thumbnail in it. Macbook/Chrome there's a weird autoplay behavior, to reproduce: 1. open docs.cast.ai 2. navigate away, e.g. click on "About the read only agent" 3. Click on "Getting started" again 4. Video starts playing automatically

startup accont: How toexpose my project to a limited external people

Hi All, I have a startup account and would like to keep my project private. But, I want to share my project with 20 external users. What is the best option to achieve it? Thanks, Manish
ANSWERED

Booleans getting Stringified

Hey folks. We encountered an issue maybe a week ago where our Boolean parameters started turning into Strings in the auto generated code, but only when we pick a value from the dropdown. Default value ![](https://files.readme.io/0c123a8-image.png) Value selected from the dropdown ![](https://files.readme.io/57718d3-image.png) Has this been reported before? Is there a fix for it?
ANSWERED

Recipe content

Am I correct in my assessment that we can't format the content in a recipe? Including adding links?

How can I find the reciept ( vs oayment made by us )

How can I find the reciept ( vs oayment made by us )
ANSWERED

Displaying recursive data results from an API

My api response returns data with the following structure ```json json { "data": [ { "id": "", "name": "", "children": [ { "id": "", "name": "", "children": [ ] }, { "id": "", "name": "", "children": [ ] }, ] } ] } ``` The children contains other children and so on, what is the best way to do so?
ANSWERED

Templating

I'm curious if there's a way to implement a template in Readme? The use case is that I create a content in which that content can just be reference to different pages. Illustration: ``` <template id="contact-us">Contact Us</template> Guide: How To Write Writing is.... Need more help? <template/> Guide: How to Run Running is... Need more help? <template/> ``` In this way I will not copy-paste "Contact Us" content whenever I need it. And if I need to update Contact Us i will just update the source.