Documentation Index
Fetch the complete documentation index at: https://docs.nuon.co/llms.txt
Use this file to discover all available pages before exploring further.
Changelog/Updates Directory
This directory contains product update/changelog entries for the Nuon documentation.Adding a New Update Entry
To add a new changelog entry, you must update 3 files:1. Create the MDX file
Create a new file with the next sequential number:XXX-update-name.mdx
Use this template:
2. Update updates.mdx
Add a new <Card> entry at the top of the <CardGroup> (after line 10):
gear, clock, code, check, lock, cloud, user, layer-group, diagram-project, trash
3. Update docs.json
Add the new page to the Changelog tab’s pages array, right after "updates/updates":
/docs/docs.json under navigation.tabs[1].pages (the Changelog tab).
4. Images (if any)
Place images in theassets/ subdirectory using one of these patterns:
assets/XXX_image_name.png- flat namingassets/XXX/image_name.png- subfolder per update