Discussions

Ask a Question
ANSWERED

Multiple URL's for different environments

Is there a way to allow multiple selectable url's for one specific endpoint documented? I want users to have the ability to swap between environments and call endpoints with either url directly from the documentation.
ANSWERED

Setting Multiple Authentications in an endpoint

When I click "Enabled" for Authorization section, the Authorization section appears as 0Auth2 with the option for a user to enter a Bearer token. Is there a way to enable multiple authorization types? So that a user of my API can choose to either enter a Bearer token using 0Auth2 or some other api key type?
ANSWERED

OAS : is there a way to order the parameters ?

is there a way to order the parameters in a object ? I already sort by controllers' names, operations and fields, but cannot find a way to sort the parameters. Thank you for your help

Multiple guides in main navigation.

How can I set up multiple guides in the main navigation like in here with "Product Guides" and "Enterprise Guides"?
ANSWERED

Error Inquiry

Hi my name is Junghyuck Lee When i try to call my api, respond this error 'ERROR <html><head><title>Request Rejected</title></head><body>The requested URL was rejected. Please consult with your administrator.<br><br>Your support ID is: 13382904338110826828<br><br><a href='javascript:history.back();'>\[Go Back]</a></body></html> ' Everything has same problem Could you solve this error? Thank you.
ANSWERED

Recipe: Duplicate Guides Across Projects. Needs Version?

Hi, I'm looking at the recipe to duplicate guides across projects. <https://docs.readme.com/main/recipes/duplicate-guides-across-projects> I see that we need an API Key and a category slug for the source and the target projects. But what if there are two categories with the same slug in the source project? This could happen if the categories are distinguished by version. For example, say you have a category slug called getting-started in version 1.0, and you have another category slug called getting-started in version 2.0. In the recipe in line 8, how to you specify which version the slug applies to? const categorySourceSlug = 'SOURCE_CATEGORY_SLUG'; //which version!?! Thanks-- Jason

Bug in /discuss (React SSR Error)

There is a bug in the latest Readme release for the discussion forum. If you are logged in or active on any Readme site: 1. Go to /discuss e.g. <https://sample-threes.readme.io/discuss> 2. Open any post --> Works fine 3. Open the URL in a new window directly e.g. <https://sample-threes.readme.io/discuss/65e9e84b09a04a00644d84e5> --> Below error in console Doesn't seem to happen if you aren't logged in. ``` 65e9f0775e2afa0010f6e856:24 React SSR Error: TypeError: (0 , n.isPlainObject) is not a function at Object.isText (/app/packages/react/dist/hub/node/7617.c02f9e8a6f576fb94607.js:1:136234) at Object.isNode (/app/packages/react/dist/hub/node/7617.c02f9e8a6f576fb94607.js:1:122292) at /app/packages/react/dist/hub/node/7617.c02f9e8a6f576fb94607.js:1:122437 at Array.every (<anonymous>) at Object.isNodeList (/app/packages/react/dist/hub/node/7617.c02f9e8a6f576fb94607.js:1:122424) at /app/packages/react/dist/hub/node/7617.c02f9e8a6f576fb94607.js:1:74569 at Ga (/app/node_modules/react-dom/cjs/react-dom-server.node.production.min.js:28:265) at Object.useState (/app/node_modules/react-dom/cjs/react-dom-server.node.production.min.js:31:35) at exports.useState (/app/node_modules/react/cjs/react.production.min.js:25:281) at Wt (/app/packages/react/dist/hub/node/7617.c02f9e8a6f576fb94607.js:1:74545) at d (/app/node_modules/react-dom/cjs/react-dom-server.node.production.min.js:36:498) at $a (/app/node_modules/react-dom/cjs/react-dom-server.node.production.min.js:39:16) at b.render (/app/node_modules/react-dom/cjs/react-dom-server.node.production.min.js:44:476) at b.read (/app/node_modules/react-dom/cjs/react-dom-server.node.production.min.js:44:18) at renderToString (/app/node_modules/react-dom/cjs/react-dom-server.node.production.min.js:54:364) at extractChunks (/app/packages/react-interop/dist/middleware/react.js:66:21) at res.locals.renderReactApp (/app/packages/react-interop/dist/middleware/react.js:373:16) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async /app/packages/hub/dist/controllers/discuss.js:164:30 ``` Also looking forwrad to better spam control with post approvals and email/IP block, default links to be `nofollow` etc
ANSWERED

Can I mark the best answer?

Is it possible to mark an answer as the best answer? Also, can we get a leaderboard based on answer questions correctly?

Can you add the ability to export APIs into PDF?

I noticed you can only export Guides, we have lots of internal users asking for PDF exports of the APIs and I have been using <https://www.npmjs.com/package/apibake>, can we get this into the product?
ANSWERED

How do I edit the Langin Page width with custom HTML/CSS

The default css of the landing page width is narrow for what we want. What CSS hook allows us to overwrite the width of the Landing when using custom HTML?