Initial commit

Co-Authored-By: kotte <14197736+mrtamagotchi@users.noreply.github.com>
Co-Authored-By: mikaeltellhed <2311083+mikaeltellhed@users.noreply.github.com>
Co-Authored-By: Tore Knudsen <18231882+torekndsn@users.noreply.github.com>
Co-Authored-By: Michael Cartner <32543275+michaelcartner@users.noreply.github.com>
This commit is contained in:
Eric Tuvesson
2023-09-05 12:08:55 +02:00
commit 53f0d6320e
2704 changed files with 76354 additions and 0 deletions

View File

@@ -0,0 +1,38 @@
[
{
"title": "Pages and Navigation",
"description": "Learn how to build navigation systems, browser urls and more.",
"href": "/docs/guides/navigation/basic-navigation",
"imageUrl": "/img/featured-content-images/navigation.png"
},
{
"title": "Layout",
"description": "Learn about Noodls powerful layout system and how to use it to create responsive UI.",
"href": "/docs/guides/user-interfaces/layout",
"imageUrl": "/img/featured-content-images/layout.png"
},
{
"title": "UI Controls and Data",
"description": "Learn how connect UI Controls to data nodes to create forms and more.",
"href": "/docs/guides/data/ui-controls-and-data",
"imageUrl": "/img/featured-content-images/list.png"
},
{
"title": "Creating a Backend",
"description": "Learn how to set up a backend for your App, to store and read persistant data.",
"href": "/docs/guides/cloud-data/creating-a-backend",
"imageUrl": "/img/featured-content-images/data.png"
},
{
"title": "Javascript in Noodl",
"description": "Learn how to use Javascript in Noodl and combine nodes with code.",
"href": "/docs/guides/business-logic/javascript",
"imageUrl": "/img/featured-content-images/code.png"
},
{
"title": "Custom UI Components",
"description": "Learn how to create your own re-usable components.",
"href": "/docs/guides/business-logic/custom-ui-components",
"imageUrl": "/img/featured-content-images/list.png"
}
]