Files
noodl-docs/static/data/featuredGuides.json
Eric Tuvesson 53f0d6320e 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>
2023-09-05 12:08:55 +02:00

39 lines
1.6 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
[
{
"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"
}
]