Patrick Williams
0466bbd616
Add doc warning stating that TouchableOpacity can only support a single child
2015-05-25 22:03:43 -07:00
Brent Vatne
1586f3114c
[Docs] Add note about build being required for any change to Images.xcassets
2015-05-25 12:57:54 -07:00
Brent Vatne
c2aa16607f
[Docs] Clarify image docs for the current state of asset packaging
2015-05-25 12:24:50 -07:00
Brent Vatne
ffcdf21004
[Docs] Clarify the variables provided to RCT_CUSTOM_VIEW_PROPERTY body
2015-05-24 09:35:59 -07:00
Brent Vatne
424d1318c8
[Docs] Linking Libraries fix site->side, prefer only to just
2015-05-17 18:41:40 -07:00
James Ide
69db752067
Move requireNativeComponent call below the complete MapView definition
...
requireNativeComponent should be called after the wrapper component is fully defined, including its static properties.
2015-05-13 21:05:50 -07:00
Zhao Han
85a6734387
Update link in Native UI Components (iOS) guide
...
Update the event mapping link: update line number
2015-05-13 10:08:38 -05:00
Brent Vatne
e0adedde78
Merge pull request #764 from Rudimental/patch-1
...
Fix grammar in EmbeddedApp.md
2015-05-11 14:02:51 -07:00
Brent Vatne
4bec3fe665
Merge pull request #1193 from itsananderson/patch-1
...
Fix typo in LinkingLibraries.md
2015-05-07 18:29:50 -07:00
Brent Vatne
debd5b0942
[Docs] Remove Transforms from sidebar, add to Style
2015-05-07 16:05:30 -07:00
Will Anderson
d3119a8fb1
Fix typo in LinkingLibraries.md
...
s/insed/inside
2015-05-07 15:05:28 -07:00
Quico Moya
c88b1d2c88
Fix grammatical error
2015-05-06 12:29:25 +02:00
James Ide
0e3d627ff0
Fix some typos in NativeComponentsIOS.md
...
Fixed some syntax errors and tidied up the sample code.
2015-04-30 00:39:37 -07:00
Spencer Ahrens
f89bcacd86
Add missing 'and' in docs.
2015-04-29 15:42:30 -07:00
Spencer Ahrens
8efe148f07
Fix bullet spacing for website.
...
GitHub markdown rendered it fine, but it was all mashed inline on the website without the extra break.
2015-04-29 15:41:17 -07:00
Brent Vatne
d662a307b7
[Docs] Fix missing : in Swift NativeModules doc
2015-04-27 23:32:11 -07:00
Brent Vatne
bfdd1d6443
Merge pull request #1021 from robertjpayne/master
...
Documentation for exporting Swift Native Modules
2015-04-27 23:24:04 -07:00
Nick Lockwood
89495635da
Update NativeModulesIOS.md
2015-04-26 19:44:55 +01:00
Robert Payne
8c8b28969e
Documentation for exporting Swift Native Modules
2015-04-26 18:06:43 +12:00
Spencer Ahrens
644d0e7886
Update distinction between requestAnimationFrame and setTimeout(fn, 0)
2015-04-22 20:06:31 -07:00
Brent Vatne
8529b7bd6a
Merge pull request #969 from artemyarulin/patch-1
...
[Docs] EmbeddedApp.md - index.ios.js has to be created inside ReactComponent
- In order to follow along with the rest of the example
2015-04-22 14:29:12 -07:00
Artem Yarulin
9913e421d7
index.ios.js has to be created inside ReactComponent
2015-04-22 17:27:25 +03:00
Thomas Treffry
7ee8d8b45c
Update GettingStarted.md
...
Add missing full stops.
2015-04-21 19:45:38 -07:00
Spencer Ahrens
eef40964da
Merge pull request #958 from sahrens/nativeComponentGuide
...
Add Native Components guide.
2015-04-21 16:23:50 -07:00
Spencer Ahrens
c5d367ad39
Add Native Components guide.
2015-04-21 16:22:32 -07:00
Alexander Kotliarskyi
4792707b23
Merge pull request #851 from arthuralee/master
...
Bundle script instead of curl
2015-04-21 15:15:20 -07:00
Amjad Masad
eb76762a4c
Watchman released 3.1 (no need for `--HEAD` install)
2015-04-20 17:34:59 -07:00
Arthur Lee
3adcc0322e
Updated docs to reflect bundle script
2015-04-20 20:01:27 -04:00
Nick Lockwood
74252c9ec7
Update NativeModulesIOS.md
...
Updated documentation to include enhanced support for custom method types.
2015-04-19 18:04:45 +01:00
Herman Schaaf
49c928b76b
[docs] change 'whenever' to 'whether'
2015-04-16 17:38:28 +09:00
James Ide
d2b06138e7
[Docs] Fix formatting for "JavaScript method names" section in docs
...
Simple fix - GitHub's markdown is processed differently than Jekyll's, so just fixing things up to look better.
2015-04-15 14:07:00 -07:00
Jinghao Yan
d1f42a82d2
Fix typo in NativeModulesIOS.md
2015-04-14 17:08:45 -07:00
James Ide
54dd54c2b9
[Docs] Add note about JS names for exported methods and RCT_REMAP_METHOD
...
Described how JS method names are derived from Obj-C selectors and mention RCT_REMAP_METHOD.
2015-04-12 02:44:34 -07:00
David Rabkin
da3b982abe
Update JavaScriptEnvironment.md
...
-fix grammar in a sentence
2015-04-10 19:18:04 -07:00
Brent Vatne
127649962d
Replace RCT_EXPORT with RCT_EXPORT_METHOD
2015-04-10 13:23:59 -07:00
David Rabkin
7c0a332b81
Fix grammar in EmbeddedApp.md
2015-04-08 16:28:29 -07:00
Christopher Chedeau
1c7f39e461
Add JavaScript Environment in the docs and fix a few things
2015-04-08 11:06:56 -07:00
Christopher Chedeau
e0a0bb1857
Create JavaScriptEnvironment.md
2015-04-08 10:56:20 -07:00
Christopher Chedeau
fcd33c8825
Remove Twice for Cmd+R
2015-04-08 09:26:17 -07:00
Matthias Kühnle
308b88f417
Debugging on real devices
...
Added a hint about how to enable debugging on real devices.
2015-04-08 00:50:55 +02:00
Mike Wilcox
79fcbbfe09
Fixed typo
2015-04-06 22:41:17 -04:00
David Rabkin
851fae5a03
(docs) Update NativeModules.md
2015-04-03 20:57:56 -07:00
David Rabkin
6ee1f8cd50
(docs) Update Testing.md for punctuation
2015-04-03 20:27:43 -07:00
David Rabkin
9b178b8f1a
(docs) Update Network.md for clarification
2015-04-03 20:26:55 -07:00
David Rabkin
db252ebd8f
(docs) Update Image.md punctuation
2015-04-03 20:25:24 -07:00
Christopher Chedeau
3f0e3b7d5e
Merge pull request #312 from tako-black/fix_typo
...
fix typo
2015-04-03 10:06:21 -07:00
Christopher Chedeau
6992c3284a
Merge pull request #243 from loringdodge/master
...
Fix wording in NativeModulesIOS.md
2015-04-03 10:03:57 -07:00
Jinhyuk Lee
e3be311c3f
Correct permalink
2015-04-04 00:00:56 +09:00
Jinhyuk Lee
a014a16be9
Update RunningOnDevice.md - Misspell correction
2015-04-03 23:38:47 +09:00
Amjad Masad
52b64907a8
Npm locking error fix
2015-04-02 21:56:25 -07:00
Loring Dodge
f3c1f4220f
Fix wording in NativeModulesIOS.md
...
Made small changes to the wording under **NOTE**: About array and map
2015-04-02 20:52:42 -07:00
Ben Alpert
72b9fccae2
Merge pull request #633 from krazyeom/relative-link-img
...
Fixed #632 using relative path instead of absolute path for Image tag
2015-04-02 18:35:59 -07:00
sungwook yeom
379e15fe81
using relative path instead of absolute path for Image tag
2015-04-03 10:09:07 +09:00
Amjad Masad
08b48cafb3
Merge pull request #630 from Rudimental/patch-6
...
(update) Install watchman w/ --HEAD to avoid error
2015-04-02 17:49:00 -07:00
David Rabkin
2baf1de3db
(update) Install watchman w/ --HEAD to avoid error
...
Updated the docs for installing watchman with --HEAD per @wez suggestion in this issue thread https://github.com/facebook/react-native/issues/239
2015-04-02 15:04:05 -07:00
David Rabkin
0a21fb6160
(update) Typo in Watchman
...
-corrected typo in troubleshooting.md- changed 'Wathcman' to 'Watchman'
-changed tense to make make more readable- 'to load' to 'from loading'
2015-04-02 14:59:09 -07:00
Alexander Kotliarskyi
0a615ea9ea
Merge pull request #620 from lvyile/patch-2
...
missing #import "RCTConvert.h"
2015-04-02 13:44:51 -07:00
Alex Kotliarskyi
475a954951
Add docs about running on device
2015-04-02 10:47:52 -07:00
cclv
ab997ebdde
missing #import "RCTConvert.h"
2015-04-02 22:50:42 +08:00
Alexander Kotliarskyi
bd8671f4da
Merge pull request #577 from lvyile/patch-2
...
[Docs] Add missing #import "RCTLog.h"
2015-04-01 17:18:25 -07:00
Tadeu Zagallo
de8cfae5e4
Revert "Fixed image link for AddToSearchPaths.png"
2015-04-01 20:50:13 +01:00
Tadeu Zagallo
0024a1c0a0
Revert "Fixed broken image for AddToBuildPhases.png"
2015-04-01 20:47:20 +01:00
tehfailsafe
750c633940
Add watchman permission errors
...
Added quick reinstall --HEAD fix for watchman
https://github.com/facebook/watchman/issues/90
2015-04-01 10:22:08 -07:00
Christopher Chedeau
eacecbbca8
Merge pull request #561 from Za1batsu/patch-4
...
Fixed broken image for AddToBuildPhases.png
2015-04-01 08:48:06 -07:00
Christopher Chedeau
e214178e68
Merge pull request #562 from Za1batsu/master
...
Fixed image link for AddToSearchPaths.png
2015-04-01 08:47:52 -07:00
Christopher Chedeau
0915e2a2d5
Merge pull request #558 from Za1batsu/patch-2
...
Fixed broken image link for EmbeddedAppExample.png
2015-04-01 08:47:43 -07:00
Christopher Chedeau
885923f975
Merge pull request #556 from Za1batsu/patch-1
...
Fixed broken image link
2015-04-01 08:47:36 -07:00
cclv
9c26742743
missing #import "RCTLog.h"
2015-04-01 21:41:39 +08:00
tako-black
399ace3733
change singular
2015-04-01 18:56:10 +09:00
Spencer Ahrens
d71c079dde
Merge pull request #469 from tjwudi/master
...
Document supported CSS properties
2015-03-31 23:42:09 -07:00
Za1batsu
e49a0f0c57
Fixed image link for AddToSearchPaths.png
...
AddToSearchPaths.png failed to load properly. Fixed link to load same image from "react-native/website/src/react-native/img". Did not touch source code.
2015-03-31 19:27:54 -07:00
Za1batsu
5d2e3126ad
Fixed broken image for AddToBuildPhases.png
...
Image for AddToBuildPhases.png failed to load. Fixed link to load same image from "react-native/website/src/react-native/img". Did not touch source code.
2015-03-31 19:21:29 -07:00
Amjad Masad
2ed74ef583
Merge pull request #533 from bretrouse/master
...
language fixes
2015-03-31 19:07:19 -07:00
Za1batsu
760aa0d1f1
Fixed broken image link for EmbeddedAppExample.png
...
Image link for EmbeddedAppExample.png failed to load. Fixed link to load original image. Did not touch source code.
2015-03-31 19:04:07 -07:00
Za1batsu
6f5534eeea
Fixed broken image link
...
Original link to image for EmbeddedAppContainerViewExample.png failed. Fixed link to load same image. Did not touch source code.
2015-03-31 18:57:25 -07:00
tako-black
80baec3bb6
change words
2015-04-01 08:17:13 +09:00
Andrew Sardone
2536716727
Fix some pissing a’s and the’s
2015-03-31 17:41:59 -04:00
Andrew Sardone
539ff6476a
Fix some ‘CocoaPods’ capitalization
2015-03-31 17:40:59 -04:00
Andrew Sardone
1c3dd29c92
Tweak some concluding EmbeddedApp language
2015-03-31 17:34:09 -04:00
Andrew Sardone
3a6e4305ca
Add instructions for pre-bundled JS in EmbeddedApp
2015-03-31 17:34:09 -04:00
Andrew Sardone
2ec88bdd8b
Tweak copy around adding an outlet for ReactView
2015-03-31 17:34:09 -04:00
Andrew Sardone
5dac2cb093
Add concluding statement about React behind a UIView
2015-03-31 17:34:08 -04:00
Andrew Sardone
67a2790521
Tweak formatting to note class names in code blocks
...
I think this helps identify classes and code files as opposed to
emphasized prose.
2015-03-31 17:34:08 -04:00
Andrew Sardone
47f3a77227
Tweak some formatting of example index.ios.js
2015-03-31 17:34:08 -04:00
Andrew Sardone
f3ddef0ff3
Move ReactComponent out of Pods directory in EmbeddableApp
...
It doesn’t seem like a good practice to tell people to create their custom
ReactComponent directory inside of the Pods/ directory. The Pods/ directory
should be limited to CocoaPods installed content, and it’s not even
accepted across the board to [check this stuff into git][1]
Therefore, let’s tune the EmbeddableApp tutorial to instruct users to
create a ReactComponent directory at the root of their project. From there,
we’ll start the development server packager to source that directory as
a JS files root. This change also improves starting this packager server,
proxying the command through npm.
[1]: 5883804e6c/Objective-C.gitignore (L20-L26)
2015-03-31 17:34:08 -04:00
Andrew Sardone
48bcbecf8c
Set demo script to 'use strict' for EmbeddedApp
2015-03-31 17:34:08 -04:00
Andrew Sardone
af8edb8e40
Add overview to ‘Create Your React Native App’ section
...
Hopefully this helps people how simple the process is!
2015-03-31 17:34:08 -04:00
Andrew Sardone
c07953a37e
Remove --verbose flag from `pod install`
...
It might be too chatty for people just starting out, but I can see why
people might want it.
2015-03-31 17:34:08 -04:00
Andrew Sardone
cfba63edd4
Add intro explaining embedding React in existing app
2015-03-31 17:34:08 -04:00
Orta
f18493400c
Use correct capitalisation in CocoaPods
2015-03-31 16:14:45 -04:00
Christopher Chedeau
ed7b5cb187
Fix docs
2015-03-31 09:46:45 -07:00
John Wu
35bea5fddc
Local image resources for docs
2015-03-31 23:24:37 +08:00
John Wu
4040295750
typo fixed
2015-03-31 23:20:26 +08:00
John Wu
b873fd6e31
Update EmbededApp.md
...
Use ``` instead of indentation for code blocks
2015-03-31 23:01:14 +08:00
John Wu
9c8fdafecc
Update next doc path
2015-03-31 22:51:34 +08:00
John Wu
fcc4d1a23b
Guide for use React Native in existing iOS app
...
See #483
2015-03-31 22:49:52 +08:00
Bret Rouse
16996240bf
language fixes
2015-03-31 00:22:39 -04:00
Alexander Kotliarskyi
02298b59e2
Merge pull request #493 from tjwudi/patch-1
...
Add import RCTBridge.h for event sending example
2015-03-30 14:48:58 -07:00
John Wu
78f0c7178f
Change links to doc instead of js
...
Change links to doc instead of js
2015-03-31 05:32:08 +08:00
Alexander Kotliarskyi
038e2681d8
Merge pull request #450 from Rudimental/patch-2
...
(fix typo) Debugging.md
2015-03-30 14:06:08 -07:00
Amjad Masad
0b193caf8b
Add '#content' to link
2015-03-30 13:09:11 -07:00
Amjad Masad
325749e9a8
Link to troubleshooting from getting started page
2015-03-30 13:08:37 -07:00
Amjad Masad
fe44297f98
Merge pull request #347 from tehfailsafe/patch-1
...
Add Troubleshooting doc for recurring issues
2015-03-30 12:59:19 -07:00
Amjad Masad
60f61e8ee4
Merge pull request #301 from cahlan/patch-1
...
corrects typo in NativeModulesIOS README
2015-03-30 12:51:44 -07:00
Amjad Masad
580edab636
Merge pull request #212 from stevelacy/patch-1
...
Adjust the plurality of goal to goals in docs/Networking.md
2015-03-30 12:45:30 -07:00
Tadeu Zagallo
c7a560ed90
Fix docs links
2015-03-30 20:18:33 +01:00
Amjad Masad
b77fad8ca7
Merge pull request #484 from AndreLion/patch-1
...
Fix broken link
2015-03-30 11:45:41 -07:00
John Wu
4f49271c28
Update NativeModulesIOS.md
2015-03-30 22:24:40 +08:00
John Wu
8df46c329b
Add import RCTBridge.h for event sending example
...
The example omitted the `#import "RCTBridge.h"`, which will lead to CE.
2015-03-30 21:42:59 +08:00
Andre
f7f1d71e0e
Fix broken link
2015-03-30 17:31:48 +08:00
Seyi Adebajo
03b73cc28c
Fixed typo in tutorial
2015-03-30 00:46:06 -04:00
John Wu
0699b731af
Document supported CSS properties
...
Add links to source code that shows supported CSS properties. It will be painful if we don't know what is supported.
Given that CSS properties support may be ever changing, I decided to document links to source code directly.
2015-03-30 10:01:27 +08:00
David Rabkin
0c67f18289
(fix typo) Debugging.md
...
Header for Live Reload section had a period after it. Other headers didn't- now it doesn't either.
2015-03-29 10:46:06 -07:00
Christopher Chedeau
2fbe3c01ad
fix website
2015-03-29 08:07:32 -07:00
Javier Bórquez
a24123b950
Fix "next" link on NativeModules
2015-03-29 02:23:40 -06:00
Javier Bórquez
559c302094
Add a comment about Live Reload
2015-03-28 21:30:47 -06:00
Tadeu Zagallo
b06cdf0c5f
Add screenshots to make it clearer
2015-03-29 00:50:38 +00:00
Tadeu Zagallo
74fb9f1a1a
Fix typo
2015-03-29 00:49:54 +00:00
Tadeu Zagallo
dd9514200b
[ReactNative][Docs] Document how to link libraries
2015-03-29 00:49:54 +00:00
Francois Laberge
c7a5e6b0d2
Added tip to configure 'Pause On Caught Exceptions' flag
2015-03-28 19:34:40 -04:00
Francois Laberge
4d33033344
Add basic documentation for debugging react native apps
2015-03-28 19:28:51 -04:00
Christopher Chedeau
587b479104
Add f8 video, changelog and jsjabber
2015-03-28 10:55:02 -07:00
Tadeu Zagallo
9b0c2a4d30
Fix typo and add comments to the example app
2015-03-27 20:44:20 +00:00
Tadeu Zagallo
b00d4b394f
Update tutorial - use sample data
2015-03-27 20:33:24 +00:00
Dylan Kirby
e23797bfc8
Fix 'respondible' typo in Tutorial
2015-03-27 14:41:10 -04:00
tehfailsafe
a9b6d6dffc
Update GettingStarted.md
...
Removed keyboard note in favor of a full Troubleshooting doc
2015-03-27 11:01:59 -07:00
tehfailsafe
e8a3f44f3f
Add recurring issues for troubleshooting
...
Hopefully alleviates new issues getting created for similar problems.
Addresses https://github.com/facebook/react-native/issues/257 https://github.com/facebook/react-native/issues/304 https://github.com/facebook/react-native/issues/306 https://github.com/facebook/react-native/issues/326
2015-03-27 11:00:52 -07:00
tehfailsafe
64c11433a1
Add note for hardware keyboard in simulator
...
Closes my issue at https://github.com/facebook/react-native/issues/306
2015-03-27 08:31:01 -07:00
tako-black
fb9bacdf2d
fix typo
2015-03-27 14:33:27 +09:00
cahlan
338864d5da
corrects typo in NativeModulesIOS README
2015-03-26 21:15:38 -06:00
Steve Lacy
6b7383072a
Add possessive case to React
2015-03-26 15:39:53 -07:00
Robert Ing
b577573730
Add links to node and npm in Requirements
...
In getting started, it asks if you are new to node and npm, but there are no links to explain what either is. I believe these links help to clarify.
2015-03-26 16:57:33 -05:00
lqd
875b1359aa
Fix a couple typos
...
I feel this is what the author meant :)
2015-03-26 22:27:05 +01:00
rsudekum
47cd815909
remove extraneous word
2015-03-26 10:59:03 -07:00
Steve Lacy
a15c584f20
Adjust the plurality of goal to goals
2015-03-26 10:38:38 -07:00
Andrew Rasmussen
09ffce48a3
Reference blog post in Tutorial
2015-03-26 10:38:23 -07:00
Krzysztof Magiera
bc0ecaddc9
Update styles for ListView in tutorial
2015-03-26 09:03:10 -07:00
Krzysztof Magiera
049e3534b5
Update padding and bg color for tutorial
2015-03-26 09:01:41 -07:00
Krzysztof Magiera
8b8d5fd19b
Use AwesomeProject instead of SampleApp in the final tutorial code
2015-03-26 08:52:15 -07:00
Krzysztof Magiera
e340e01504
Further improvements of Tutorial.md
2015-03-26 08:42:27 -07:00
Alex Kotliarskyi
a4cfe5c573
Fix links in docs
2015-03-26 11:26:57 -04:00
Krzysztof Magiera
4e4b90e1e8
Some tweaks of Tutorial.md
2015-03-26 08:13:30 -07:00
Eric Vicenti
b917bb826c
Document touch event
2015-03-26 04:14:39 -07:00
Andrew Rasmussen
3555e4be9e
Update Tutorial.md
2015-03-26 00:35:23 -07:00
Spencer Ahrens
14b1a78600
Update some language in Tutorial.md
2015-03-26 00:19:03 -07:00
Andrew Rasmussen
74e72f2cd7
Update Tutorial.md
2015-03-25 22:15:12 -07:00
Andrew Rasmussen
0b3cce1fd2
Tutorial - shorten URL
2015-03-25 21:49:58 -07:00
Andrew Rasmussen
b344c938df
Update Tutorial.md
2015-03-25 21:08:46 -07:00
Christopher Chedeau
119a050ed8
Make images work
2015-03-25 20:30:41 -07:00
Andrew Rasmussen
41453a55d0
Finish tutorial draft
2015-03-25 19:57:37 -07:00
Spencer Ahrens
c5c9b3c190
Add docs on testing.
2015-03-25 18:28:45 -07:00
Andrew Rasmussen
bd64b14fbe
Update Tutorial.md
2015-03-25 17:53:08 -07:00
Eric Vicenti
b331a34af6
First pass at gesture responder guide
2015-03-25 15:19:05 -07:00
Christopher Chedeau
c61fbf483f
Make GettingStarted shorter and up to date
2015-03-25 12:56:50 -07:00
Christopher Chedeau
3b5c2617c5
Move around the docs a bit
2015-03-25 11:52:29 -07:00
Christopher Chedeau
4eab005009
Improve style docs
2015-03-25 11:36:37 -07:00
Christopher Chedeau
3aee972116
Update Tutorial.md
2015-03-25 09:10:22 -07:00
Andrew Rasmussen
eceed064f7
Add Tutorial.md
2015-03-25 02:08:09 -07:00
Brenton Simpson
6dca10bf34
Copy editing
2015-03-23 10:39:13 -07:00
Christopher Chedeau
a738b49ae2
Website: initial page for videos
2015-03-23 09:48:43 -07:00
Christopher Chedeau
616e29f723
Update Network.md
2015-03-22 09:33:24 -07:00
Christopher Chedeau
136d9691c9
Update NativeModulesIOS.md
...
Linkify code and better warning/note formatting
2015-03-21 19:12:09 -07:00
Christopher Chedeau
bc5181e96e
Update NativeModulesIOS.md
2015-03-21 18:16:49 -07:00
Alex Kotliarskyi
e1d629c2eb
Native Modules Guide: address feedback from #176
2015-03-21 17:43:43 -07:00
Alex Kotliarskyi
822e659177
Add Native Modules (iOS) guide
2015-03-21 11:39:34 -07:00
Christopher Chedeau
1899516a52
Update Image.md
...
s/ix/require('image!')/
2015-03-21 11:04:05 -07:00
Christopher Chedeau
4f8a86e8d7
Website tweaks
2015-03-21 10:59:41 -07:00
Spencer Ahrens
9b95a896e9
Cleanup doc text.
2015-03-16 11:49:31 -07:00
Christopher Chedeau
9acf831624
Force new travis build
2015-03-15 19:24:38 -07:00
Christopher Chedeau
f598f05cc5
[Website] Put all the guides in the table of content
2015-03-13 21:30:00 -07:00
Brenton Simpson
5f6a6a14bd
Copy editing
...
Corrected spelling and punctuation; simplified some language.
2015-02-28 10:28:29 -08:00
Christopher Chedeau
83cdba1b08
Update Timers.md
2015-02-23 20:04:02 -08:00
Christopher Chedeau
394ddd5d69
Update Timers.md
2015-02-23 19:58:09 -08:00
Christopher Chedeau
27c59afa9f
Update Image.md
2015-02-23 19:36:23 -08:00
Christopher Chedeau
889a30aabd
Update Style.md
2015-02-22 08:46:54 -08:00
Christopher Chedeau
fac2c8bc18
Update Style.md
2015-02-22 08:46:35 -08:00
Christopher Chedeau
1919c7ba2f
Update Style.md
2015-02-22 08:43:27 -08:00
Christopher Chedeau
517343a751
Rename Styles.md to Style.md
2015-02-22 08:42:54 -08:00
Christopher Chedeau
42b9de3ce1
Update and rename docs to docs/Styles.md
2015-02-22 08:42:36 -08:00
Christopher Chedeau
12e792c688
Update and rename docs to docs/Physical vs Logical Pixels.md
2015-02-21 09:27:33 -08:00
Christopher Chedeau
67068390d3
Create Text.md
2015-02-21 08:00:05 -08:00
Christopher Chedeau
022696c345
Create Timers.md
2015-02-14 10:06:55 -08:00
Christopher Chedeau
2faac4c24b
Create Image.md
2015-02-13 17:14:32 -08:00
Christopher Chedeau
7fed64082c
Create Network.md
2015-02-13 15:19:36 -08:00
Christopher Chedeau
70f28332b6
Initial version of the automatically generated docs
2015-02-12 14:44:00 -08:00
Christopher Chedeau
9231d4f8f0
Initial version of the website and docs.
2015-02-11 20:26:43 -08:00