@@ -12,9 +12,9 @@ A Javascript library for working with native objects.
12
12
- [ ** Download** ] ( #download )
13
13
- [ ** Install** ] ( #install )
14
14
- [ ** Upgrading** ] ( #upgrading )
15
- - [ ** Custom Builds** ] ( #custom-builds )
16
- - [ ** Documentation** ] ( #documentation )
17
15
- [ ** Getting Started** ] ( #getting-started )
16
+ - [ ** Documentation** ] ( #documentation )
17
+ - [ ** Custom Builds** ] ( #custom-builds )
18
18
- [ ** npm** ] ( #npm )
19
19
- [ ** Modules** ] ( #modules )
20
20
- [ ** Date Locales** ] ( #date-locales )
@@ -42,6 +42,17 @@ available that makes upgrading easier by warning you about breaking changes as
42
42
your code is run. The [ CAUTIONLOG] ( CAUTION.md ) is also available, which is a
43
43
vetted changelog showing breaking changes in order of severity.
44
44
45
+
46
+ ## Getting Started
47
+
48
+ #### [ https://sugarjs.com/quickstart/ ] ( https://sugarjs.com/quickstart/ )
49
+
50
+
51
+ ## Documentation
52
+
53
+ #### [ https://sugarjs.com/docs/ ] ( https://sugarjs.com/docs/ )
54
+
55
+
45
56
## Custom Builds
46
57
47
58
#### [ https://sugarjs.com/download/ ] ( https://sugarjs.com/download/ )
@@ -51,13 +62,6 @@ tools like Browserify can also be used to create custom builds, as npm packages
51
62
are now fully modular. The main repo also has tasks to create custom builds as
52
63
well. Simply clone, run ` npm install ` then ` gulp ` .
53
64
54
- ## Documentation
55
-
56
- #### [ https://sugarjs.com/docs/ ] ( https://sugarjs.com/docs/ )
57
-
58
- ## Getting Started
59
-
60
- #### [ https://sugarjs.com/quickstart/ ] ( https://sugarjs.com/quickstart/ )
61
65
62
66
## npm
63
67
0 commit comments