mirror of
https://github.com/noodlapp/noodl-docs.git
synced 2026-01-11 14:52:54 +01:00
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:
38
static/data/featuredGuides.json
Normal file
38
static/data/featuredGuides.json
Normal file
@@ -0,0 +1,38 @@
|
||||
[
|
||||
{
|
||||
"title": "Pages and Navigation",
|
||||
"description": "Learn how to build navigation systems, browser url’s 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"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user