You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by an...@apache.org on 2015/09/07 19:35:58 UTC

incubator-apex-site git commit: replaced three sections with community for now

Repository: incubator-apex-site
Updated Branches:
  refs/heads/master 5bfd6ae84 -> 5e4822c18


replaced three sections with community for now


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/5e4822c1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/tree/5e4822c1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/diff/5e4822c1

Branch: refs/heads/master
Commit: 5e4822c183781fbecefab30bf3bc49489bc39d64
Parents: 5bfd6ae
Author: Andy Perlitch <an...@gmail.com>
Authored: Mon Sep 7 10:35:29 2015 -0700
Committer: Andy Perlitch <an...@gmail.com>
Committed: Mon Sep 7 10:35:29 2015 -0700

----------------------------------------------------------------------
 navigation.js                  |  2 +-
 src/md/community.md            |  2 --
 src/md/docs.md                 |  8 +++++++-
 src/pages/community.html       |  1 +
 src/pages/index.html           | 27 +--------------------------
 src/partials/header.handlebars |  2 +-
 6 files changed, 11 insertions(+), 31 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/5e4822c1/navigation.js
----------------------------------------------------------------------
diff --git a/navigation.js b/navigation.js
index 5eb447c..a9bb55d 100644
--- a/navigation.js
+++ b/navigation.js
@@ -6,7 +6,7 @@
 
 exports = module.exports = [
   { id: 'index', label: 'Home', href: '/' },
-  { id: 'community', label: 'Community', href: '/community.html' },
+  // { id: 'community', label: 'Community', href: '/community.html' },
   { id: 'docs', label: 'Docs', href: '/docs.html' },
   { id: 'github', label: 'Github', items: [
     { label: 'Apex Core', href: 'https://github.com/apache/incubator-apex-core' },

http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/5e4822c1/src/md/community.md
----------------------------------------------------------------------
diff --git a/src/md/community.md b/src/md/community.md
index b03461f..3cda52f 100644
--- a/src/md/community.md
+++ b/src/md/community.md
@@ -1,5 +1,3 @@
-# Community
-
 ## Mailing Lists
 
 The following mailing lists can be used to get help with Apex.

http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/5e4822c1/src/md/docs.md
----------------------------------------------------------------------
diff --git a/src/md/docs.md b/src/md/docs.md
index 7ee48e1..c6dff5e 100644
--- a/src/md/docs.md
+++ b/src/md/docs.md
@@ -1,3 +1,9 @@
 # Documentation
 
-Docs are coming soon!
\ No newline at end of file
+New documentation will be coming soon!
+
+Here are a few resources to get started with Apex:
+
+- [Application Developer Guide](https://www.datatorrent.com/docs/guides/ApplicationDeveloperGuide.html)
+- [Application Packages Guide](https://www.datatorrent.com/docs/guides/ApplicationPackages.html)
+- [Operator Developer Guide](https://www.datatorrent.com/docs/guides/OperatorDeveloperGuide.html)
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/5e4822c1/src/pages/community.html
----------------------------------------------------------------------
diff --git a/src/pages/community.html b/src/pages/community.html
index b230c5d..d343376 100644
--- a/src/pages/community.html
+++ b/src/pages/community.html
@@ -2,6 +2,7 @@
 
 <div class="container">
   
+  <h1>Community</h1>
   {{> community}}
 
 </div>

http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/5e4822c1/src/pages/index.html
----------------------------------------------------------------------
diff --git a/src/pages/index.html b/src/pages/index.html
index c9744e2..bbc7f32 100644
--- a/src/pages/index.html
+++ b/src/pages/index.html
@@ -13,32 +13,7 @@
 </div>
 
 <div class="container">
-  <!-- Example row of columns -->
-  <div class="row">
-    <div class="col-md-4">
-      <h2>Highly Scalable</h2>
-      <p>
-        The Apex engine is capable of processing billions of events per second using minimal resources,
-        and outperforms all other streaming solutions by orders of magnitude.
-      </p>
-      <p><a class="btn btn-secondary" href="#" role="button">View details »</a></p>
-   </div>
-   <div class="col-md-4">
-      <h2>Fault Tolerant</h2>
-      <p>
-        Recovery mechanisms are built-in to the Apex platform, so you don't need to write application code to ensure fault-tolerance.
-      </p>
-      <p><a class="btn btn-secondary" href="#" role="button">View details »</a></p>
-    </div>
-    <div class="col-md-4">
-      <h2>Easy to Use</h2>
-      <p>
-        The Apex platform has a simple programming paradigm, you only need to worry about writing your own business logic.
-        Then use simple attributes to fine-tune your application.
-      </p>
-      <p><a class="btn btn-secondary" href="#" role="button">View details »</a></p>
-    </div>
-  </div>
+  {{> community}}
 </div>
 
 {{> footer}}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/5e4822c1/src/partials/header.handlebars
----------------------------------------------------------------------
diff --git a/src/partials/header.handlebars b/src/partials/header.handlebars
index 0e4d6db..bf73859 100644
--- a/src/partials/header.handlebars
+++ b/src/partials/header.handlebars
@@ -18,7 +18,7 @@
   <body>
     <nav class="navbar navbar-static-top" id="main-nav">
       <div class="container">
-        <a class="navbar-brand" href="#">Apache Apex <small>(incubating)</small></a>
+        <a class="navbar-brand" href="/">Apache Apex <small>(incubating)</small></a>
         <ul class="nav nav-pills navbar-right">
           {{#each nav}}
           {{#if items}}