starter icon indicating copy to clipboard operation
starter copied to clipboard

📖 The starter kit for your Mintlify docs

Results 48 starter issues
Sort by recently updated
recently updated
newest added

I'd like to link to a client api in my own documentation. The client does not provide a url for this pdf. it only mails me thoses pdfs... I would...

This is mainly an aesthetic problem, but would be a very welcome addition. In free tiers (or even the startup one), one cannot use custom css to style the docs....

enhancement

RequestError: read ECONNRESET at ClientRequest. (file:///home/wuban/.nvm/versions/node/v20.12.0/lib/node_modules/mintlify/node_modules/got/dist/source/core/index.js:792:107) at Object.onceWrapper (node:events:633:26) at ClientRequest.emit (node:events:530:35) at TLSSocket.socketErrorListener (node:_http_client:500:9) at TLSSocket.emit (node:events:518:28) at emitErrorNT (node:internal/streams/destroy:169:8) at emitErrorCloseNT (node:internal/streams/destroy:128:3) at process.processTicksAndRejections (node:internal/process/task_queues:82:21) at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20)...

I can see `mintlify` has `dev` option, but is there `build` option for static html generation?

### How to add a multilingual document? like this: **eg:** English: https://mintlify.com/en/docs/quickstart Chinese: https://mintlify.com/zh/docs/quickstart

I've tried setting any/all of the fields `default`, `initialValue`, and `placeHolder`, and none of them seem to do it, for neither `header` `ParamField`'s nor `query` `ParamField`'s. Any suggestions?

attributes should be camelCased

While running `mintlify dev`, I encountered the following issues: ```ReferenceError: structuredClone is not defined``` The use of `structuredClone` requires Node version 17 or higher. It would be beneficial for Mintlify...