Documentation Index
Fetch the complete documentation index at: https://docs.nexfi.robert.dpdns.org/llms.txt
Use this file to discover all available pages before exploring further.
Local Development
Prerequisites
- Node.js installed
mintlify/directory available locally
Start local preview
From themintlify/ directory:
Useful preview options
Use a custom port:File layout
Main configuration:Maintenance rules
When adding or changing an API, update these layers together:- OpenAPI file Update schema, field descriptions, examples, request bodies, and responses.
- MDX guide page Update endpoint purpose, parameter tables, response field tables, and business notes.
-
Navigation when needed
If a page is added, renamed, or regrouped, update
mintlify/docs.json.
Bilingual maintenance rules
This site does not reuse one language for the other.- English and Chinese MDX pages are maintained separately.
- English and Chinese OpenAPI files are also maintained separately.
- English guide page
- Chinese guide page
- English OpenAPI file
- Chinese OpenAPI file
Recommended workflow for new endpoints
- Add or update the endpoint in the module OpenAPI file.
- Add field descriptions and examples immediately.
- Update the corresponding MDX guide page in English.
- Update the corresponding MDX guide page in Chinese.
- Update the Chinese OpenAPI file if the Chinese API Reference should render localized descriptions.
- Run local preview and spot-check both languages.
Official references
- Mintlify docs: https://www.mintlify.com/docs
- Mintlify local preview: https://www.mintlify.com/docs/cli/preview