added machine-readable references

This commit is contained in:
John Lancaster
2026-09-03 23:46:30 -05:00
parent 09d2a4bcaf
commit 9312784c2f
6 changed files with 215 additions and 2 deletions
@@ -9,11 +9,16 @@ Use these links to verify framework-specific behavior before relying on version-
- [Element styling, props, and events](https://nicegui.io/documentation/element)
- [NiceGUI element source](https://github.com/zauberzeug/nicegui/tree/main/nicegui/elements)
- [Pages, routing, and FastAPI integration](https://www.nicegui.io/documentation/section_pages_routing)
- [Configuration, native mode, hosting, and packaging](https://nicegui.io/documentation/section_configuration_deployment)
- [`ui.run` arguments](https://nicegui.io/documentation/run)
- [`ui.run_with` implementation](https://github.com/zauberzeug/nicegui/blob/main/nicegui/ui_run_with.py)
- [FastAPI integration example](https://github.com/zauberzeug/nicegui/blob/main/examples/fastapi/main.py)
- [Binding properties and bindable dataclasses](https://www.nicegui.io/documentation/section_binding_properties)
- [Action events](https://www.nicegui.io/documentation/section_action_events)
- [Security best practices](https://www.nicegui.io/documentation/section_security)
- [Machine-readable sitewide documentation index](https://nicegui.io/static/sitewide_index.json)
- [Machine-readable documentation search index](https://nicegui.io/static/search_index.json)
- [Machine-readable examples index](https://nicegui.io/static/examples_index.json)
## FastAPI