Repository: incubator-apex-site Updated Branches: refs/heads/master 129bee4df -> fa0040114
Adding tutorials to docs; Updating meetup chapters in community Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/commit/fa004011 Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/tree/fa004011 Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/diff/fa004011 Branch: refs/heads/master Commit: fa0040114aa22814a3fd050fbd7f0b936a9893f3 Parents: 129bee4 Author: sashadt <[email protected]> Authored: Wed Dec 23 16:53:07 2015 -0800 Committer: sashadt <[email protected]> Committed: Wed Dec 23 16:53:07 2015 -0800 ---------------------------------------------------------------------- src/md/community.md | 4 ++-- src/md/docs.md | 12 +++++++++++- 2 files changed, 13 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/fa004011/src/md/community.md ---------------------------------------------------------------------- diff --git a/src/md/community.md b/src/md/community.md index 8cc472f..36ac331 100644 --- a/src/md/community.md +++ b/src/md/community.md @@ -41,7 +41,7 @@ To see upcoming meetup events, please visit [announcements page](/announcements. - [El Segundo Chapter]( http://www.meetup.com/Apache-Apex-El-Segundo-Chapter/) - [Houston Chapter](http://www.meetup.com/Apex-Meetup-Houston) - [New York Chapter](http://www.meetup.com/Apache-Apex-New-York-Chapter) -- [Phoenix Chapter]( http://www.meetup.com/Apache-Apex-Phoenix-Chapter/) +- [Phoenix Chapter](http://www.meetup.com/Apache-Apex-Phoenix-Chapter/) +- [Richmond VA Chapter](http://www.meetup.com/Apache-Apex-Richmond-VA-Area-Chapter/) - [Pune Chapter](http://www.meetup.com/Apache-Apex-incubating-Meetup-Pune) - http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/fa004011/src/md/docs.md ---------------------------------------------------------------------- diff --git a/src/md/docs.md b/src/md/docs.md index 416a50f..ab266d1 100644 --- a/src/md/docs.md +++ b/src/md/docs.md @@ -4,9 +4,19 @@ New documentation will be coming soon! Here are a few resources to get started with Apex: +### Getting Started + +- [Building Your First Apache Apex Application (video)](https://youtu.be/LwRWBudOjg4) +- [Top N Words Application Tutorial](http://docs.datatorrent.com/tutorials/topnwords/) +- [Sales Dimensions Application Tutorial](http://docs.datatorrent.com/tutorials/salesdimensions/) + +### Developer Guides + +- [Development Environment Setup](http://docs.datatorrent.com/apex_development_setup/) - [Application Developer Guide](http://docs.datatorrent.com/application_development/) - [Application Packages Guide](http://docs.datatorrent.com/application_packages/) - [Operator Developer Guide](http://docs.datatorrent.com/operator_development/) - [Merging Github Mirror Pull Requests](/github-mirror-pull-requests.html) - [JavaDoc](https://www.datatorrent.com/docs/apidocs/) -- [Benchmarks compare between 2.0 and 3.0](https://www.datatorrent.com/blog-apex-performance-benchmark/) \ No newline at end of file +- [Benchmarks compare between 2.0 and 3.0](https://www.datatorrent.com/blog-apex-performance-benchmark/) +
