You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/0.8/Get started.md.hbs
+18-4Lines changed: 18 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -6,19 +6,31 @@ Welcome! These pages aim to provide all the information you need to master Racti
6
6
7
7
If you see something wrong, out of date, or missing from this documentation, please check out our {{{createLink'Known issues, FAQs, and Tips''known issues and FAQs'}}}, [raise an issue on GitHub](https://github.com/ractivejs/docs.ractivejs.org/issues) or - even better - submit a pull request. Your fellow Ractive users will thank you!
8
8
9
+
## Where to get Ractive
10
+
11
+
Ractive is published regularly to npm as both regular and dev builds. Since [unpkg](https://unpkg.com) mirrors the npm registry in link-friendly way, you can download or link to any Ractive version from there:
While there are no _required_ options, the three shown above - __el__ement, __template__ and __data__ - are the most common. They specify __what data__ to bind to __what template__ and __where__ it should be placed
21
-
in the __html document__.
33
+
While there are no _required_ options, the three shown above - __target__, __template__ and __data__ - are the most common. They specify __what data__ to bind to __what template__ and __where__ it should be placed in the __html document__.
22
34
23
35
A good way to get up and running is with the [60 second setup](http://ractivejs.org/60-second-setup). After that, working your way through the [interactive tutorials](http://learn.ractivejs.org) will familiarise you with the various ways you can use Ractive.
24
36
@@ -27,7 +39,9 @@ all the available options.
27
39
28
40
If you get stuck at any point, visit the {{{createLink'Get support'}}} page to find help.
29
41
30
-
*Documentation for previous versions: [0.3.9](../0.3.9), [0.4.0](../0.4.0), [0.5.x](../0.5), [0.6.x](../0.6), [0.7.x](../0.7)*
42
+
## Documentation for other versions
43
+
44
+
*Documentation for previous versions: [0.3.9](../0.3.9), [0.4.0](../0.4.0), [0.5.x](../0.5), [0.6.x](../0.6), [0.7.x](../0.7), [0.8.x](../0.8)*
31
45
32
46
*Documentation for latest version: [latest](../latest)*
Copy file name to clipboardExpand all lines: docs/edge/Get started.md.hbs
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,19 @@ Welcome! These pages aim to provide all the information you need to master Racti
6
6
7
7
If you see something wrong, out of date, or missing from this documentation, please check out our {{{createLink'Known issues, FAQs, and Tips''known issues and FAQs'}}}, [raise an issue on GitHub](https://github.com/ractivejs/docs.ractivejs.org/issues) or - even better - submit a pull request. Your fellow Ractive users will thank you!
8
8
9
+
## Where to get Ractive
10
+
11
+
Ractive is published regularly to npm as both regular and dev builds. Since [unpkg](https://unpkg.com) mirrors the npm registry in link-friendly way, you can download or link to any Ractive version from there:
0 commit comments