mirror of
https://github.com/noodlapp/noodl-docs.git
synced 2026-01-12 07:12:53 +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:
BIN
static/nodepickerdefaults/helloWorld.png
Normal file
BIN
static/nodepickerdefaults/helloWorld.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 390 KiB |
17
static/nodepickerdefaults/index.json
Normal file
17
static/nodepickerdefaults/index.json
Normal file
@@ -0,0 +1,17 @@
|
||||
[
|
||||
{
|
||||
"supertitle": "How to",
|
||||
"title": "Set up a navigation system",
|
||||
"linkUrl": "docs/guides/navigation/basic-navigation"
|
||||
},
|
||||
{
|
||||
"supertitle": "How to",
|
||||
"title": "Create custom UI controls",
|
||||
"linkUrl": "docs/guides/user-interfaces/basics"
|
||||
},
|
||||
{
|
||||
"supertitle": "How to",
|
||||
"title": "Capture user data in the cloud",
|
||||
"linkUrl": "docs/build-alongs/task-list-app"
|
||||
}
|
||||
]
|
||||
47
static/nodepickerdefaults/news.json
Normal file
47
static/nodepickerdefaults/news.json
Normal file
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"items": [{
|
||||
"supertitle": "New Feature",
|
||||
"title": "Noodl AI (Beta)",
|
||||
"text": "Noodl AI is now in open beta! Generate your building blocks from prompts. Checkout the guide bellow to get started",
|
||||
"action": {
|
||||
"kind": "link",
|
||||
"linkUrl": "https://docs.noodl.net/2.9/docs/getting-started/noodl-ai/",
|
||||
"label": "Noodl AI Documentation"
|
||||
},
|
||||
"imageUrl": "news/noodl_ai.png 2x"
|
||||
},
|
||||
{
|
||||
"supertitle": "Feature Highlight",
|
||||
"title": "Accelerate development with Prefabs",
|
||||
"text": "Import pre-made UI components (Prefabs) in to your project. Prefabs are build with core nodes and can easly be customized.",
|
||||
"action": {
|
||||
"kind": "action",
|
||||
"action": "tab:Prefabs",
|
||||
"label": "Explore Prefabs"
|
||||
},
|
||||
"imageUrl": "news/prefabs.gif 2x"
|
||||
},
|
||||
{
|
||||
"supertitle": "Prefab Highlight",
|
||||
"title": "OpenAI Prefab",
|
||||
"text": "Bring AI and chatbot capabilities, based on ChatGPT, into your apps by using the OpenAi Prefab.",
|
||||
"action": {
|
||||
"kind": "link",
|
||||
"linkUrl": "https://docs.noodl.net/2.9/library/prefabs/openai/",
|
||||
"label": "Open docs"
|
||||
},
|
||||
"imageUrl": "news/openai_prefab.png 2x"
|
||||
},
|
||||
{
|
||||
"supertitle": "Node Highlight",
|
||||
"title": "States node: Animations",
|
||||
"text": "Did you know that you can use the States node to create custom animations?",
|
||||
"action": {
|
||||
"kind": "link",
|
||||
"linkUrl": "https://docs.noodl.net/2.9/docs/guides/user-interfaces/states/",
|
||||
"label": "Open docs"
|
||||
},
|
||||
"imageUrl": "news/states.gif 2x"
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
static/nodepickerdefaults/news/noodl_ai.png
Normal file
BIN
static/nodepickerdefaults/news/noodl_ai.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 59 KiB |
BIN
static/nodepickerdefaults/news/openai_prefab.png
Normal file
BIN
static/nodepickerdefaults/news/openai_prefab.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 327 KiB |
BIN
static/nodepickerdefaults/news/prefabs.gif
Normal file
BIN
static/nodepickerdefaults/news/prefabs.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 901 KiB |
BIN
static/nodepickerdefaults/news/states.gif
Normal file
BIN
static/nodepickerdefaults/news/states.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.1 MiB |
BIN
static/nodepickerdefaults/news/test.png
Normal file
BIN
static/nodepickerdefaults/news/test.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 90 KiB |
Reference in New Issue
Block a user