Discussions

Ask a Question
ANSWERED

Custom Global landing page, User object

I am trying to build a custom landing page where I would like to show a set of projects before login and then show another set of projects post login. I was hoping I can access allowedProjects from the User object, but thats not accessible. All I can get is {{user.name}} and no other user fields are visible on custom global landing page. Can you please help me understand why? is there some other setting I need to do?
ANSWERED

Error selecting a Plan

I joined readme.io and ported our documentation, now that I want to publish it I can't select a plan. When I try to pay, it says "Error submitting form", even when I choose downgrade to Free it gives the same error
ANSWERED

Suggested edit button is not displayed in any of the pages.

We used to have suggested edit button on every page but I just noticed it's gone. I checked the configuration but the feature is still enabled so I don't know why it's gone. Please advise how to fix the issue. <https://developers.tripla.ai/reference/introduction>

How to use dynamic UUID in Readme?

Is there any feature to create a dynamic UUID for each request in API References? We can generate UUID in Postman using `{{$timestamp}}` ``` "object": { "id": "id-{{$timestamp}}", }, ```
ANSWERED

AWS Code - Commit

Is it possible to sync an OAS file from a AWS code commit?
ANSWERED

Automated deployment of additional information for OpenAPI schema

Hi, I have the problem that I want to deploy a lot of OpenAPI schemas to readme. However these are not just standard schemas, but I would like to add custom annotations in html or markdown to each of the routes. This works nicely if I do it manually, but I need to do this in an automated way and I did not find a way to do it. Is there already an API to do so? If not it would be awesome to add it! Maybe the nicest way to do it would be to accept an extension field in the API spec JSON which can contain html and another for markdown.
ANSWERED

Is there a character limit for Glossary terms?

In the glossary term popup, is there a character limit? How long can they be? not sure if there is a best practice as well. Thanks!

Link validation

Is there a link validation tool availble in Readme?
ANSWERED

Error submitting form after updating a page

When I update a Guide page, I get a message that says error submitting form. This happens after entering text and clicking the Save to Staging button. The page that I am working on is quite large with many tables. Do you have any ideas why I am getting this error and what I can do?
ANSWERED

how to resolve time out issue from git hub while uploading large file into github for updating readme

Hi, I am trying to update the readme documentation through git hub actions. it is thrown an error while deploying **We're sorry, your upload request timed out. Please try again or split your file up into smaller chunks.** **Process completed with exit code 1** Please help me to resolve this issue.