nicegui consolidation

This commit is contained in:
John Lancaster
2026-07-29 23:37:48 -05:00
parent bc0d6ede49
commit 8f26051a52
9 changed files with 242 additions and 435 deletions
+5 -7
View File
@@ -102,15 +102,13 @@ nav = [
] },
{ "NiceGUI" = [
{ "Overview" = "skills/nicegui/SKILL.md" },
{ "Arch" = "skills/nicegui/references/architecture.md" },
{ "App Architecture" = "skills/nicegui/references/architecture.md" },
{ "Style" = "skills/nicegui/references/architecture-and-styling.md" },
{ "Binding" = "skills/nicegui/references/binding-dataclasses.md" },
{ "Flows" = "skills/nicegui/references/interaction-patterns.md" },
{ "Quality" = "skills/nicegui/references/troubleshooting-and-quality-gates.md" },
{ "Sources" = "skills/nicegui/references/source-documentation.md" },
] },
{ "NiceGUI Fine-Tuning" = [
{ "Overview" = "skills/nicegui-ui-customization/SKILL.md" },
{ "Style" = "skills/nicegui-ui-customization/references/architecture-and-styling.md" },
{ "Flows" = "skills/nicegui-ui-customization/references/interaction-patterns.md" },
{ "Quality" = "skills/nicegui-ui-customization/references/troubleshooting-and-quality-gates.md" },
] },
{ "Pytest" = [
{ "Overview" = "skills/pytesting/SKILL.md" },
{ "Docs" = "skills/pytesting/references/pytest-docs.md" },