-
-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
apps/Portal: new JSON formatting idea
- Loading branch information
Showing
1 changed file
with
35 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,37 @@ | ||
{"data": [ | ||
{"name": "Why Neo.mjs? ", "parentId": null, "isLeaf": true, "id": "2023-10-01T18-29-19-158Z"}, | ||
{"name": "Getting Started", "parentId": null, "isLeaf": false, "id": "GettingStarted"}, | ||
{"name": "Setup", "parentId": "GettingStarted", "isLeaf": true, "id": "Setup"}, | ||
{"name": "Workspaces and Applications", "parentId": "GettingStarted", "isLeaf": true, "id": "2023-10-14T19-25-08-153Z"}, | ||
{"name": "Describing a View", "parentId": "GettingStarted", "isLeaf": true, "id": "DescribingTheUI"}, | ||
{"name": "Events", "parentId": "GettingStarted", "isLeaf": true, "id": "Events"}, | ||
{"name": "Updating View State", "parentId": "GettingStarted", "isLeaf": true, "id": "ComponentState"}, | ||
{"name": "Extending Components", "parentId": "GettingStarted", "isLeaf": true, "id": "Extending"}, | ||
{"name": "Adding Properties", "parentId": "GettingStarted", "isLeaf": true, "id": "AddingProperties"}, | ||
{"name": "Component Models and Binding", "parentId": "GettingStarted", "isLeaf": true, "id": "ComponentModels"}, | ||
{"name": "What about HTML tags?", "parentId": "GettingStarted", "isLeaf": true, "id": "WhatAboutHTML"}, | ||
{"name": "Tutorials", "parentId": null, "isLeaf": false, "expanded": false, "id": "Tutorials"}, | ||
{"name": "Rock Scissors Paper", "parentId": "Tutorials", "isLeaf": true, "expanded": false, "id": "RSP"}, | ||
{"name": "Earthquakes", "parentId": "Tutorials", "isLeaf": false, "expanded": false, "id": "Earthquakes"}, | ||
{"name": "Cookbook", "parentId": null, "isLeaf": false, "expanded": false, "id": "InDepth"}, | ||
{"name": "Config", "parentId": "InDepth", "isLeaf": false, "id": "Config"}, | ||
{"name": "Instance Lifecycle", "parentId": "InDepth", "isLeaf": false, "id": "InstanceLifecycle"}, | ||
{"name": "User Input (Forms)", "parentId": "InDepth", "isLeaf": false, "id": "Forms"}, | ||
{"name": "Custom Components", "parentId": "InDepth", "isLeaf": false, "id": "CustomComponents"}, | ||
{"name": "Tables (Stores)", "parentId": "InDepth", "isLeaf": false, "id": "Tables"}, | ||
{"name": "Shared Bindable Data (Component Models)", "parentId": "InDepth", "isLeaf": false, "id": "InDepthComponentModels"}, | ||
{"name": "Multi-Window Applications", "parentId": "InDepth", "isLeaf": false, "id": "MultiWindow"}, | ||
{"name": "Main Thread Addons", "parentId": "InDepth", "isLeaf": false, "id": "MainThreadAddons"}, | ||
{"name": "Introduction","parentId": "MainThreadAddons", "isLeaf": true, "id": "MainThreadAddonIntro"}, | ||
{"name": "Example", "parentId": "MainThreadAddons", "isLeaf": true, "id": "MainThreadAddonExample"}, | ||
{"name": "Mixins", "parentId": "InDepth", "isLeaf": false, "id": "Mixins"}, | ||
{"name": "JavaScript Classes", "parentId": null, "isLeaf": false, "id": "JavaScriptClasses"}, | ||
{"name": "Classes, Properties, and Methods", "parentId": "JavaScriptClasses", "isLeaf": true, "id": "2023-10-07T19-18-28-517Z"}, | ||
{"name": "Overriding Methods", "parentId": "JavaScriptClasses", "isLeaf": true, "id": "2023-10-08T20-20-07-934Z"}, | ||
{"name": "Other JavaScript Class Features", "parentId": "JavaScriptClasses", "isLeaf": true, "id": "2023-10-08T20-20-37-336Z"}, | ||
{"name": "Super", "parentId": "JavaScriptClasses", "isLeaf": true, "id": "2023-10-08T21-58-25-809Z"}, | ||
{"name": "New Node", "parentId": "JavaScriptClasses", "isLeaf": true, "id": "2023-10-31T13-59-37-550Z"}, | ||
{"name": "Appendix", "parentId": null, "id": "appendix"}, | ||
{"name": "Stylesheet", "parentId": "appendix", "isLeaf": true, "id": "stylesheet"}, | ||
{"name": "Test", "parentId": "appendix", "isLeaf": true, "id": "TestLivePreview"} | ||
{"name": "Why Neo.mjs? ", "parentId": null, "isLeaf": true, "id": "2023-10-01T18-29-19-158Z"}, | ||
{"name": "Getting Started", "parentId": null, "isLeaf": false, "id": "GettingStarted"}, | ||
{"name": "Setup", "parentId": "GettingStarted", "isLeaf": true, "id": "Setup"}, | ||
{"name": "Workspaces and Applications", "parentId": "GettingStarted", "isLeaf": true, "id": "2023-10-14T19-25-08-153Z"}, | ||
{"name": "Describing a View", "parentId": "GettingStarted", "isLeaf": true, "id": "DescribingTheUI"}, | ||
{"name": "Events", "parentId": "GettingStarted", "isLeaf": true, "id": "Events"}, | ||
{"name": "Updating View State", "parentId": "GettingStarted", "isLeaf": true, "id": "ComponentState"}, | ||
{"name": "Extending Components", "parentId": "GettingStarted", "isLeaf": true, "id": "Extending"}, | ||
{"name": "Adding Properties", "parentId": "GettingStarted", "isLeaf": true, "id": "AddingProperties"}, | ||
{"name": "Component Models and Binding", "parentId": "GettingStarted", "isLeaf": true, "id": "ComponentModels"}, | ||
{"name": "What about HTML tags?", "parentId": "GettingStarted", "isLeaf": true, "id": "WhatAboutHTML"}, | ||
{"name": "Tutorials", "parentId": null, "isLeaf": false, "expanded": false, "id": "Tutorials"}, | ||
{"name": "Rock Scissors Paper", "parentId": "Tutorials", "isLeaf": true, "expanded": false, "id": "RSP"}, | ||
{"name": "Earthquakes", "parentId": "Tutorials", "isLeaf": false, "expanded": false, "id": "Earthquakes"}, | ||
{"name": "Cookbook", "parentId": null, "isLeaf": false, "expanded": false, "id": "InDepth"}, | ||
{"name": "Config", "parentId": "InDepth", "isLeaf": false, "id": "Config"}, | ||
{"name": "Instance Lifecycle", "parentId": "InDepth", "isLeaf": false, "id": "InstanceLifecycle"}, | ||
{"name": "User Input (Forms)", "parentId": "InDepth", "isLeaf": false, "id": "Forms"}, | ||
{"name": "Custom Components", "parentId": "InDepth", "isLeaf": false, "id": "CustomComponents"}, | ||
{"name": "Tables (Stores)", "parentId": "InDepth", "isLeaf": false, "id": "Tables"}, | ||
{"name": "Shared Bindable Data (Component Models)", "parentId": "InDepth", "isLeaf": false, "id": "InDepthComponentModels"}, | ||
{"name": "Multi-Window Applications", "parentId": "InDepth", "isLeaf": false, "id": "MultiWindow"}, | ||
{"name": "Main Thread Addons", "parentId": "InDepth", "isLeaf": false, "id": "MainThreadAddons"}, | ||
{"name": "Introduction", "parentId": "MainThreadAddons", "isLeaf": true, "id": "MainThreadAddonIntro"}, | ||
{"name": "Example", "parentId": "MainThreadAddons", "isLeaf": true, "id": "MainThreadAddonExample"}, | ||
{"name": "Mixins", "parentId": "InDepth", "isLeaf": false, "id": "Mixins"}, | ||
{"name": "JavaScript Classes", "parentId": null, "isLeaf": false, "id": "JavaScriptClasses"}, | ||
{"name": "Classes, Properties, and Methods", "parentId": "JavaScriptClasses", "isLeaf": true, "id": "2023-10-07T19-18-28-517Z"}, | ||
{"name": "Overriding Methods", "parentId": "JavaScriptClasses", "isLeaf": true, "id": "2023-10-08T20-20-07-934Z"}, | ||
{"name": "Other JavaScript Class Features", "parentId": "JavaScriptClasses", "isLeaf": true, "id": "2023-10-08T20-20-37-336Z"}, | ||
{"name": "Super", "parentId": "JavaScriptClasses", "isLeaf": true, "id": "2023-10-08T21-58-25-809Z"}, | ||
{"name": "New Node", "parentId": "JavaScriptClasses", "isLeaf": true, "id": "2023-10-31T13-59-37-550Z"}, | ||
{"name": "Appendix", "parentId": null, "id": "appendix"}, | ||
{"name": "Stylesheet", "parentId": "appendix", "isLeaf": true, "id": "stylesheet"}, | ||
{"name": "Test", "parentId": "appendix", "isLeaf": true, "id": "TestLivePreview"} | ||
]} |