1+
12*** Welcome to these Neo.mjs guides and learning resources!*** Neo.mjs is a groundbreaking JavaScript framework designed
23to help you build lightning-fast, highly scalable, and exceptionally maintainable web applications. This guide will help
34you understand the structure of these topics and get the most out of our comprehensive content.
@@ -14,6 +15,7 @@ This documentation is organized into the following main sections, each serving a
1415* *** Tutorials*** : Offers hands-on tutorials where you'll code a few simple Neo.mjs applications.
1516* *** Guides*** : Contains in-depth discussions of various topics related to Neo.mjs concepts and features.
1617
18+
1719---
1820
1921## Navigating These Topics
@@ -30,7 +32,7 @@ You'll find a few special features integrated into our content to enhance your l
3032
3133### Disclosure widgets
3234
33- Topics sometimes contain "disclosure" widgets, which are just ` < details>` tags. These are used in cases
35+ Topics sometimes contain "disclosure" widgets, which are just ` < details>` tags. These are used in cases
3436where we want to present high-level points and reveal details when the disclosure is expanded.
3537
3638<details >
@@ -55,11 +57,16 @@ class MainView extends Container {
5557 className: 'Example.view.MainView',
5658 layout : {ntype:'vbox', align:'start'},
5759 items : [{
58- module : Button,
59- text : 'Button'
60+ module: Button,
61+ text : 'Button'
6062 }]
6163 }
6264}
6365
6466MainView = Neo.setupClass(MainView);
6567</pre >
68+
69+ ---
70+
71+ Your journey into Neo.mjs starts here. The next page will guide you through its core benefits, or if you're ready to get
72+ hands-on, jump directly to [ Getting Started] ( #/learn/gettingstarted.Setup ) to build your first application.
0 commit comments