[GitHub] kafka-site issue #113: HOTFIX: broken /10 docs

2017-12-20 Thread derrickdoo
Github user derrickdoo commented on the issue:

https://github.com/apache/kafka-site/pull/113
  
👍 👍 LGTM


---


[GitHub] kafka-site issue #112: Migrate Streams Dev Guide content to AK

2017-12-20 Thread derrickdoo
Github user derrickdoo commented on the issue:

https://github.com/apache/kafka-site/pull/112
  
👍 💯 LGTM


---


[GitHub] kafka-site issue #112: Migrate Streams Dev Guide content to AK

2017-12-15 Thread derrickdoo
Github user derrickdoo commented on the issue:

https://github.com/apache/kafka-site/pull/112
  
@joel-hamill just took a look at your branch. Content looks good, but I'd 
suggest adding that horizontal subnav on the developer guide page for 
consistency and make sure users can easily jump around.

Here's the page I'm looking at:

![image](https://user-images.githubusercontent.com/271961/34065592-185b40c8-e1b8-11e7-93a3-b93198c6053c.png)



---


[GitHub] kafka-site pull request #92: Redesign of Streams page - includes video & cus...

2017-10-06 Thread derrickdoo
Github user derrickdoo commented on a diff in the pull request:

https://github.com/apache/kafka-site/pull/92#discussion_r143323026
  
--- Diff: 0110/streams/index.html ---
@@ -1,275 +1,311 @@
 
-
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+  http://www.apache.org/licenses/LICENSE-2.0
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+   -->
 <!--#include virtual="../js/templateData.js" -->
-
 

[GitHub] kafka-site pull request #92: Redesign of Streams page - includes video & cus...

2017-10-06 Thread derrickdoo
Github user derrickdoo commented on a diff in the pull request:

https://github.com/apache/kafka-site/pull/92#discussion_r143322899
  
--- Diff: css/styles.css ---
@@ -1031,50 +1054,438 @@ nav .btn {
 justify-content: center;
 width: 268px;
 }
-
-.green_card{
+.green_card {
 background-color: #00b900;
 }
-
 .customer__card__label {
 color: #00;
 margin-top: 2.4rem;
 display: flex;
 }
-
 @media only screen and (max-width: 1109px) {
 .customer__cards {
 height: 35rem;
-  
-  }
+}
 .customer_cards_2 {
- height: 45rem;
-}   
-
+height: 45rem;
+}
 }
-
 @media only screen and (max-width: 1023px) {
+.customer__cards {
+height: 65rem;
+flex-direction: column;
+}
+.customer_cards_2 {
+height: 75rem;
+flex-direction: column;
+margin-top: 5.2rem;
+}
+.customer-right {
+margin-right: 2rem;
+}
+.customer_cards_2 {
+margin-top: 0rem;
+}
+}
+.customer-title {
+margin-top: 62px;
+margin-bottom: 4.2rem;
+}
+}
+/* Streams page - adding video & cusomter logos*/
 
-.customer__cards{
- height: 65rem;
- flex-direction: column;
-   }
-   .customer_cards_2 {
- height: 75rem;
- flex-direction: column;
-  margin-top: 5.2rem;
-   }
-.customer-right{
- margin-right:2rem;
-}
-   .customer_cards_2{
- margin-top: 0rem;
+.streams-menu ul {
+list-style-type: none;
+margin: 0;
+padding: 0;
+}
+.streams-menu {
+padding-left: 0px;
+width: 90rem;
+}
+.streams-menu li .active-menu-item {
+color: #000!important;
+padding-bottom: 7px;
+}
+.streams-menu li .active-menu-item {
+width: 108px;
+height: 2px;
+border-bottom: solid 4px #00;
+}
+.streams-menu li a {
+color: #8c;
+margin-top: 16px;
+}
+.streams-menu li {
+display: inline;
+height: 28px;
+font-family: Roboto;
+font-size: 15px;
+line-height: 1.87;
+text-align: left;
+color: #00;
+margin-right: 30px;
+text-transform: uppercase;
+}
+.video__series__grid {
+width: 100%;
+display: -webkit-flex;
+/* Safari */
+
+display: flex;
+margin-bottom: 58px;
+/*flex-direction: row;*/
+}
+.video__series__grid div {
+-webkit-flex: 1;
+/* Safari 6.1+ */
+
+-ms-flex: 1;
+/* IE 10 */
+
+flex: 1;
+}
+.video-list li {
+display: list-item;
+font-family: Roboto;
+font-size: 15px;
+line-height: 2.67;
+text-align: left;
+color: #d8d8d8;
+text-transform: capitalize;
+}
+.mobile-video-list li {
+display: inline-block;
+font-family: Roboto;
+font-size: 15px;
+line-height: 2.67;
+text-align: left;
+color: #d8d8d8;
+text-transform: capitalize;
+}
+.mobile-video-list .active {
+color: #000;
+}
+.mobile-video-list .active:before {
+background-color: #000;
+border: solid 2px #000;
+}
+.video-list .active {
+color: #000;
+}
+.video-list .active:before {
+background-color: #000;
+border: solid 2px #000;
+}
+@media only screen and (min-width: 1126px) {
+.mobile-video-list {
+display: none;
+}
+}
+@media only screen and (max-width: 1125px) {
+.video__series_grid {
+flex-direction: column;
+}
+.video__block h3 {
+display: none;
 }
+.video-list {
+display: none;
+}
+.mobile-video-list {
+display: block;
+}
+}
+ul.video-list,
+ul.mobile-video-list {
+list-style-type: none;
+/* Setup the counter. */
+
+counter-reset: num;
+padding-left: 0px;
+}
+.video-list li,
+.mobile-video-list li {
+margin-bottom: 1rem;
+}
+.video-list li:before,
+.mobile-video-list li:before {
+/* Advance the number. */
+
+counter-increment: num;
+/* Use the counter number as content. */
+
+content: counter(num);
+color: #fff;
+background-color: #d8d8d8;
+width: 50px;
+border-radius: 50%;
+padding: 5px 10px;
+margin-right: .8rem;
+}
+.grid__item__customer__description {
+margin: 0 2rem 2rem;
+padding-top: 0rem;
+}
+.stream__

[GitHub] kafka-site pull request #92: Redesign of Streams page - includes video & cus...

2017-10-06 Thread derrickdoo
Github user derrickdoo commented on a diff in the pull request:

https://github.com/apache/kafka-site/pull/92#discussion_r143322885
  
--- Diff: css/styles.css ---
@@ -1031,50 +1054,438 @@ nav .btn {
 justify-content: center;
 width: 268px;
 }
-
-.green_card{
+.green_card {
 background-color: #00b900;
 }
-
 .customer__card__label {
 color: #00;
 margin-top: 2.4rem;
 display: flex;
 }
-
 @media only screen and (max-width: 1109px) {
 .customer__cards {
 height: 35rem;
-  
-  }
+}
 .customer_cards_2 {
- height: 45rem;
-}   
-
+height: 45rem;
+}
 }
-
 @media only screen and (max-width: 1023px) {
+.customer__cards {
+height: 65rem;
+flex-direction: column;
+}
+.customer_cards_2 {
+height: 75rem;
+flex-direction: column;
+margin-top: 5.2rem;
+}
+.customer-right {
+margin-right: 2rem;
+}
+.customer_cards_2 {
+margin-top: 0rem;
+}
+}
+.customer-title {
+margin-top: 62px;
+margin-bottom: 4.2rem;
+}
+}
+/* Streams page - adding video & cusomter logos*/
 
-.customer__cards{
- height: 65rem;
- flex-direction: column;
-   }
-   .customer_cards_2 {
- height: 75rem;
- flex-direction: column;
-  margin-top: 5.2rem;
-   }
-.customer-right{
- margin-right:2rem;
-}
-   .customer_cards_2{
- margin-top: 0rem;
+.streams-menu ul {
+list-style-type: none;
+margin: 0;
+padding: 0;
+}
+.streams-menu {
+padding-left: 0px;
+width: 90rem;
+}
+.streams-menu li .active-menu-item {
+color: #000!important;
+padding-bottom: 7px;
+}
+.streams-menu li .active-menu-item {
+width: 108px;
+height: 2px;
+border-bottom: solid 4px #00;
+}
+.streams-menu li a {
+color: #8c;
+margin-top: 16px;
+}
+.streams-menu li {
+display: inline;
+height: 28px;
+font-family: Roboto;
+font-size: 15px;
+line-height: 1.87;
+text-align: left;
+color: #00;
+margin-right: 30px;
+text-transform: uppercase;
+}
+.video__series__grid {
+width: 100%;
+display: -webkit-flex;
+/* Safari */
+
+display: flex;
+margin-bottom: 58px;
+/*flex-direction: row;*/
+}
+.video__series__grid div {
+-webkit-flex: 1;
+/* Safari 6.1+ */
+
+-ms-flex: 1;
+/* IE 10 */
+
+flex: 1;
+}
+.video-list li {
+display: list-item;
+font-family: Roboto;
+font-size: 15px;
+line-height: 2.67;
+text-align: left;
+color: #d8d8d8;
+text-transform: capitalize;
+}
+.mobile-video-list li {
+display: inline-block;
+font-family: Roboto;
+font-size: 15px;
+line-height: 2.67;
+text-align: left;
+color: #d8d8d8;
+text-transform: capitalize;
+}
+.mobile-video-list .active {
+color: #000;
+}
+.mobile-video-list .active:before {
+background-color: #000;
+border: solid 2px #000;
+}
+.video-list .active {
+color: #000;
+}
+.video-list .active:before {
+background-color: #000;
+border: solid 2px #000;
+}
+@media only screen and (min-width: 1126px) {
+.mobile-video-list {
+display: none;
+}
+}
+@media only screen and (max-width: 1125px) {
+.video__series_grid {
+flex-direction: column;
+}
+.video__block h3 {
+display: none;
 }
+.video-list {
+display: none;
+}
+.mobile-video-list {
+display: block;
+}
+}
+ul.video-list,
+ul.mobile-video-list {
+list-style-type: none;
+/* Setup the counter. */
+
+counter-reset: num;
+padding-left: 0px;
+}
+.video-list li,
+.mobile-video-list li {
+margin-bottom: 1rem;
+}
+.video-list li:before,
+.mobile-video-list li:before {
+/* Advance the number. */
+
+counter-increment: num;
+/* Use the counter number as content. */
+
+content: counter(num);
+color: #fff;
+background-color: #d8d8d8;
+width: 50px;
+border-radius: 50%;
+padding: 5px 10px;
+margin-right: .8rem;
+}
+.grid__item__customer__description {
+margin: 0 2rem 2rem;
+padding-top: 0rem;
+}
+.stream__

[GitHub] kafka-site issue #92: Redesign of Streams page - includes video & customer l...

2017-10-06 Thread derrickdoo
Github user derrickdoo commented on the issue:

https://github.com/apache/kafka-site/pull/92
  
@manjuapu to fix the video clipping issue you need to switch over to 
relative sizing when you viewport gets smaller than the full size embed (525px) 
+ the total left/right padding/margin (20px) on your content area. Here's the 
CSS you need:

`
@media only screen and (max-width: 545px) {
  .yt_series {
width: 100%;
  }
}
`

There's also a few more tweaks you should make to get things synced up with 
the design comps.

1. Remove the default borders on your video embeds:

`
.yt_series{
  border: none;
}
` 

2. At 1125px wide, you're folding the video selector items down to just the 
1-4 clickable bullets below the video embed. You should center the video and 
clickable bullets to be consistent with the rest of layout

`
@media only screen and (max-width: 1125px) {
.yt_series {
margin: 0 auto;
}
.video__list {
text-align: center;
}
}
`

Last thing just for readability I'd consider grouping all your media 
queries together. For instance you're looking for 

`
@media only screen and (max-width: 1125px)
`

In 4 places in style.css. Just group all that stuff up. 


---


[GitHub] kafka-site issue #92: Redesign of Streams page - includes video & customer l...

2017-10-06 Thread derrickdoo
Github user derrickdoo commented on the issue:

https://github.com/apache/kafka-site/pull/92
  
@manjuapu I'm running your branch locally and I noticed some layout/display 
issues that should eb sorted out.

DESKTOP:
1. Clipping content on the right at certain browser widths:

![image](https://user-images.githubusercontent.com/271961/31293205-441f64f0-aa8b-11e7-9b5d-ba46ac23d0bb.png)

2. Unnecessary padding appears to the left of the main content area at 
certain browser widths:

![image](https://user-images.githubusercontent.com/271961/31293400-f18ad66a-aa8b-11e7-893c-51ca2d5b652c.png)

3. Horizontal nav should keep the same color scheme when you vertically 
scroll down the page. Can you just apply a white background with maybe 10px of 
padding-bottom to the nav to make it appear as if content is scrolling 
underneath the nav?

![image](https://user-images.githubusercontent.com/271961/31293485-322a7284-aa8c-11e7-8dd0-7d47fb3880aa.png)

MOBILE:
1. Content is getting clipped on mobile

![image](https://user-images.githubusercontent.com/271961/31293522-539e260e-aa8c-11e7-8d6e-e249ffd0a2ba.png)

2. Video embed is getting clipped on mobile

![image](https://user-images.githubusercontent.com/271961/31293592-7fa78c5e-aa8c-11e7-9eed-8e7f1450a51a.png)

3. "write your first app" cta should be at the top of the list

![image](https://user-images.githubusercontent.com/271961/31293652-af2fc02c-aa8c-11e7-83f0-6c30ab473e68.png)

4. (not because of your changes) do you mind reducing the text size for the 
code examples for mobile
![Uploading image.png…]()





---


[GitHub] kafka pull request #4028: Update docs to reflect kafka trademark status

2017-10-05 Thread derrickdoo
GitHub user derrickdoo opened a pull request:

https://github.com/apache/kafka/pull/4028

Update docs to reflect kafka trademark status

Updated a couple places in docs with the 'registered' trademark symbol.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/derrickdoo/kafka kafka-trademark-status

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/4028.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #4028


commit 2b3fb94e7d786cb60a164bed738614e4835edafb
Author: Derrick Or <derric...@gmail.com>
Date:   2017-10-05T20:11:37Z

update docs to reflect kafka trademark status




---


[GitHub] kafka-site pull request #90: Kafka registered trademark

2017-10-05 Thread derrickdoo
GitHub user derrickdoo opened a pull request:

https://github.com/apache/kafka-site/pull/90

Kafka registered trademark

Update art assets and content to reflect registered status of the Kafka 
trademark

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/derrickdoo/kafka-site 
docs-110-registered-trademark

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka-site/pull/90.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #90


commit 72b3bc737c4d53a8a4685adca2ef0e5a0f65c355
Author: Joel Hamill <joel@joel-hamill-confluent.local>
Date:   2017-10-04T00:51:03Z

MINOR: Update verbiage on landing page

Author: Joel Hamill <joel@Joel-Hamill-Confluent.local>
Author: Joel Hamill <11722533+joel-ham...@users.noreply.github.com>

Reviewers: Guozhang Wang <wangg...@gmail.com>, Michael G. Noll 
<mich...@confluent.io>, Damian Guy <damian@gmail.com>

Closes #77 from joel-hamill/joel-hamill/nav-fixes-streams

commit 2603fb667570593e1db06a91e22fb4c9a018
Author: Derrick Or <derric...@gmail.com>
Date:   2017-10-05T19:41:11Z

update art assets and content to reflect registered status of kafka 
trademark




---


[GitHub] kafka-site issue #78: MINOR: Add header items

2017-09-29 Thread derrickdoo
Github user derrickdoo commented on the issue:

https://github.com/apache/kafka-site/pull/78
  
@joel-hamill I'm concerned that the horizontal nav you're introducing here 
is going to cause some usability issues and actually conflicts with some work 
that's been going on with the Streams landing page. 

Let's hold off on merging this until we get a chance to sync up.


---


[GitHub] kafka-site pull request #87: Update main bullet verbiage on the homepage

2017-09-27 Thread derrickdoo
GitHub user derrickdoo opened a pull request:

https://github.com/apache/kafka-site/pull/87

Update main bullet verbiage on the homepage

Updates to the 3 main bullets at the top of the homepage


![image](https://user-images.githubusercontent.com/271961/30943518-4c62bb1c-a3a6-11e7-9159-14cc5f3c844a.png)


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/derrickdoo/kafka-site homepage-updates-092717

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka-site/pull/87.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #87


commit 82d89a6f7b1d11da2672d7609729bda0eada6a67
Author: Derrick Or <derric...@gmail.com>
Date:   2017-09-28T00:06:15Z

update main bullet verbiage on the homepage




---


[GitHub] kafka-site pull request #70: Add learn more verbiage on ctas

2017-08-09 Thread derrickdoo
GitHub user derrickdoo opened a pull request:

https://github.com/apache/kafka-site/pull/70

Add learn more verbiage on ctas

Added 'learn more' to the 3 CTAs at the very top of the homepage

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/derrickdoo/kafka-site home-ctas

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka-site/pull/70.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #70


commit 8f8e080e88e7acbc6d42143b77bac04a4981d51b
Author: Derrick Or <derric...@gmail.com>
Date:   2017-08-09T16:44:56Z

add learn more verbiage on ctas




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka-site pull request #69: Hyperlink 3 callouts on the homepage

2017-08-02 Thread derrickdoo
GitHub user derrickdoo opened a pull request:

https://github.com/apache/kafka-site/pull/69

Hyperlink 3 callouts on the homepage

Hyperlinks on the 3 homepage callouts to specific sections of documentation.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/derrickdoo/kafka-site homepage-links

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka-site/pull/69.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #69


commit 9b15f3e495eab26b531072b301d2172fe4334a33
Author: Derrick Or <derric...@gmail.com>
Date:   2017-08-02T19:38:31Z

hyperlink 3 callouts on homepage




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka-site pull request #68: Docs TOC adjustments

2017-07-21 Thread derrickdoo
GitHub user derrickdoo opened a pull request:

https://github.com/apache/kafka-site/pull/68

Docs TOC adjustments

Docs TOC updates for Streams

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/derrickdoo/kafka-site docs-toc-adjustments

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka-site/pull/68.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #68


commit 4144bb86f6c0f60f4d8c2ba06dd63fef00871908
Author: Derrick Or <derric...@gmail.com>
Date:   2017-07-18T00:17:42Z

updated docs nav and docs toc

commit 030c30a1ba10a18f63a66dfb32a1071b5e52cf89
Author: Derrick Or <derric...@gmail.com>
Date:   2017-07-22T04:17:48Z

add separate section for Streams API in docs toc




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka-site issue #67: Updated docs nav and docs toc

2017-07-17 Thread derrickdoo
Github user derrickdoo commented on the issue:

https://github.com/apache/kafka-site/pull/67
  
@guozhangwang cc @miguno 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka-site pull request #67: Updated docs nav and docs toc

2017-07-17 Thread derrickdoo
GitHub user derrickdoo opened a pull request:

https://github.com/apache/kafka-site/pull/67

Updated docs nav and docs toc

- Updated sub nav under docs navigation to display Streams and Connect 
below APIs
- Removed old links to Streams docs that are no longer relevant from table 
of contents

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/derrickdoo/kafka-site docs-nav-adjustments

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka-site/pull/67.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #67


commit 4144bb86f6c0f60f4d8c2ba06dd63fef00871908
Author: Derrick Or <derric...@gmail.com>
Date:   2017-07-18T00:17:42Z

updated docs nav and docs toc




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request #3540: Streams landing page

2017-07-17 Thread derrickdoo
GitHub user derrickdoo opened a pull request:

https://github.com/apache/kafka/pull/3540

Streams landing page

Content and assets for the updated Streams API landing page

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/derrickdoo/kafka streams-landing-page

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/3540.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #3540


commit b1e7c9f6aa4e97351f97067af5a87e09afa62145
Author: Derrick Or <derric...@gmail.com>
Date:   2017-07-17T21:50:48Z

new streams landing page




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka-site pull request #66: New landing page for Streams API

2017-07-11 Thread derrickdoo
Github user derrickdoo commented on a diff in the pull request:

https://github.com/apache/kafka-site/pull/66#discussion_r126789920
  
--- Diff: 0110/streams/index.html ---
@@ -18,56 +18,192 @@
 <!--#include virtual="../js/templateData.js" -->
 
 

[GitHub] kafka-site pull request #66: New landing page for Streams API

2017-07-06 Thread derrickdoo
GitHub user derrickdoo opened a pull request:

https://github.com/apache/kafka-site/pull/66

New landing page for Streams API

New Kafka Streams API landing page for desktop and mobile web.

Note: There are a couple of items that need to be filled in before we 
launch this page.

**Fill in links. Placeholders added for:**
1. Write your first app
2. View Demo
3. Tutorials

**Add desired Scala and Java 7 code snippets**

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/derrickdoo/kafka-site streams-landing

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka-site/pull/66.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #66


commit 2033bf094655b5f5493218d73c8ba945ecf0c128
Author: Derrick Or <derric...@gmail.com>
Date:   2017-07-06T23:15:02Z

new streams landing page




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka-site pull request #58: Break apart Streams docs

2017-06-30 Thread derrickdoo
Github user derrickdoo commented on a diff in the pull request:

https://github.com/apache/kafka-site/pull/58#discussion_r125121166
  
--- Diff: includes/_footer.htm ---
@@ -32,7 +32,8 @@
'streams',
'quickstart',
'toc',
-   'upgrade'
+   'upgrade',
+   'content'
--- End diff --

I did this on purpose so we could have a generic name for containers that 
we know aren't going to rendered alongside themselves. It just makes it easier 
for other to copy and paste existing pages and build off of them. 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka-site pull request #63: Do not use hyphens in wrapping property names i...

2017-06-23 Thread derrickdoo
GitHub user derrickdoo opened a pull request:

https://github.com/apache/kafka-site/pull/63

Do not use hyphens in wrapping property names in tables

Hyphenating long property names that wrap inside of tables cells is causing 
confusion. CSS to prevent this from happening. (mentioned in KAFKA-5460)

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/derrickdoo/kafka-site cell-formatting

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka-site/pull/63.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #63


commit f6c5177997380b49390dd91a60c12e2bf4484fa4
Author: Derrick Or <derric...@gmail.com>
Date:   2017-06-23T18:08:18Z

do not use hyphens in wrapping property names in tables




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka-site pull request #58: [PLEASE DO NOT MERGE] Further break apart Strea...

2017-05-30 Thread derrickdoo
GitHub user derrickdoo opened a pull request:

https://github.com/apache/kafka-site/pull/58

[PLEASE DO NOT MERGE] Further break apart Streams docs

This is just to illustrate necessary changes for changing the structure of 
Streams documentation. 

Please don't merge yet.



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/derrickdoo/kafka-site 
streams-routing-and-styles

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka-site/pull/58.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #58


commit 432ece78379fa09b749a01658b9809c095f56704
Author: Derrick Or <derric...@gmail.com>
Date:   2017-05-30T23:03:27Z

structure and style adjustments for streams docs

remove debugger




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka-site pull request #46: Fix routing bugs

2017-05-30 Thread derrickdoo
Github user derrickdoo closed the pull request at:

https://github.com/apache/kafka-site/pull/46


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka-site pull request #44: 0102 fixes

2017-05-30 Thread derrickdoo
Github user derrickdoo closed the pull request at:

https://github.com/apache/kafka-site/pull/44


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka-site issue #48: Filled in og meta tags

2017-05-30 Thread derrickdoo
Github user derrickdoo commented on the issue:

https://github.com/apache/kafka-site/pull/48
  
@gwenshap sorry forgot to follow up on this PR. Yes, this is still 
relevant. I just rebased this with the latest changes. Let me know if the 
changes look ok.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka-site pull request #57: Updated description for uber card on the powere...

2017-05-30 Thread derrickdoo
GitHub user derrickdoo opened a pull request:

https://github.com/apache/kafka-site/pull/57

Updated description for uber card on the powered by page

Swapped in new description for the Uber "Powered By" card

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/derrickdoo/kafka-site powered-by-updates

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka-site/pull/57.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #57


commit 6f05625a7f3df9410184662dd6876db695438015
Author: Derrick Or <derric...@gmail.com>
Date:   2017-05-30T19:36:46Z

updated description for uber card on the powered by page




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka-site pull request #48: Filled in og meta tags

2017-02-27 Thread derrickdoo
GitHub user derrickdoo opened a pull request:

https://github.com/apache/kafka-site/pull/48

Filled in og meta tags

Set og meta tags so sharing links to places like LinkedIn, Facebook, 
Twitter gives people good defaults.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/derrickdoo/kafka-site og-meta-tags

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka-site/pull/48.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #48






---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka-site issue #47: More edits on 0.10.2 web docs after the release

2017-02-22 Thread derrickdoo
Github user derrickdoo commented on the issue:

https://github.com/apache/kafka-site/pull/47
  
👍 LGTM


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka-site issue #46: Fix routing bugs

2017-02-09 Thread derrickdoo
Github user derrickdoo commented on the issue:

https://github.com/apache/kafka-site/pull/46
  
@guozhangwang I think this will fix the routing issues you mentioned.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka-site pull request #46: Fix routing bugs

2017-02-09 Thread derrickdoo
GitHub user derrickdoo opened a pull request:

https://github.com/apache/kafka-site/pull/46

Fix routing bugs

- Update fronted JS redirect logic to handle legacy anchor links
- Add documentation sub directories to avoid 404's

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/derrickdoo/kafka-site fixRoutingBugs

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka-site/pull/46.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #46


commit b480957522e12f5d3f083da7eccdfe4832504e40
Author: Derrick Or <derric...@gmail.com>
Date:   2017-01-20T23:05:06Z

fix typos on powered by page

commit 1d2515bbec4f7c382048b9e21d5b247dbaf97714
Author: Derrick Or <derric...@gmail.com>
Date:   2017-02-03T17:07:29Z

Merge branch 'asf-site' of https://github.com/apache/kafka-site into 
asf-site

commit bcfc3f21d7c9677201bf223598956b2474fa147b
Author: Derrick Or <derric...@gmail.com>
Date:   2017-02-09T23:50:40Z

update frontend JS redirect logic and add documentation sub directories to 
avoid 404s




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka-site issue #44: 0102 fixes

2017-02-03 Thread derrickdoo
Github user derrickdoo commented on the issue:

https://github.com/apache/kafka-site/pull/44
  
Here's the corresponded PR to get these changes permanently into the main 
Kafka repo for future releases https://github.com/apache/kafka/pull/2495


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request #2495: Adjustments to docs to make them work with latest ...

2017-02-03 Thread derrickdoo
GitHub user derrickdoo opened a pull request:

https://github.com/apache/kafka/pull/2495

Adjustments to docs to make them work with latest template

- Change introduction.html to be a partial like all the other doc content 
sections
- Fix typo with include statement for the footer of docs
- Stop embedding the full Streams documentation inside of 
documentation.html now that we're treating it as a separate section.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/derrickdoo/kafka docUpdates

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/2495.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2495


commit e75b2796fb586051e47d75c6c8f26c5dcd266e66
Author: Derrick Or <derric...@gmail.com>
Date:   2017-02-03T21:54:32Z

adjustments to docs to make them work with latest template




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka-site issue #44: 0102 fixes

2017-02-03 Thread derrickdoo
Github user derrickdoo commented on the issue:

https://github.com/apache/kafka-site/pull/44
  
@guozhangwang can you take a look at this and double check to make sure 
this fixes all the issues you were seeing. I'll make another PR into the main 
Kafka repo to make sure we don't run into items 2-4 again. 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka-site pull request #42: fix typos on powered by page

2017-01-20 Thread derrickdoo
GitHub user derrickdoo opened a pull request:

https://github.com/apache/kafka-site/pull/42

fix typos on powered by page

- Fix typos in markup for Tumblr, Etsy, Paypal descriptions

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/derrickdoo/kafka-site poweredByAdjustments

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka-site/pull/42.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #42


commit b480957522e12f5d3f083da7eccdfe4832504e40
Author: Derrick Or <derric...@gmail.com>
Date:   2017-01-20T23:05:06Z

fix typos on powered by page




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka-site pull request #41: New design for the "powered by" page

2017-01-19 Thread derrickdoo
GitHub user derrickdoo opened a pull request:

https://github.com/apache/kafka-site/pull/41

New design for the "powered by" page

New design for the "powered by" page.

- Stop linking off the site to show content
- Include company logos
- Display as a grid

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/derrickdoo/kafka-site powered-by-redesign

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka-site/pull/41.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #41


commit 35d0453f1795c36ae955e1ddfffe4551eb35ee42
Author: Derrick Or <derric...@gmail.com>
Date:   2017-01-19T23:03:27Z

new design for powered by page




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka-site pull request #39: New europe meetup links

2017-01-11 Thread derrickdoo
GitHub user derrickdoo opened a pull request:

https://github.com/apache/kafka-site/pull/39

New europe meetup links

Added 2 new meetups to the Events page

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/derrickdoo/kafka-site 0117events

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka-site/pull/39.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #39


commit 1f64e7abe981754f0173350dccaa9fa0ed78fe11
Author: Derrick Or <derric...@gmail.com>
Date:   2017-01-11T23:12:42Z

new europe meetup links




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request #2245: get docs setup with handlebars and seperate stream...

2016-12-12 Thread derrickdoo
GitHub user derrickdoo opened a pull request:

https://github.com/apache/kafka/pull/2245

get docs setup with handlebars and seperate streams out to its own page

- Seperate Streams documentation out to a standalone page. 
- Setup templates to use handlebars.js
- Create template variables to swap in frequently updated values like 
version number from a single file templateData.js

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/derrickdoo/kafka docTemplates

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/2245.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2245


commit 7c1e80e40655b5b71b1bc4cadd56ac12d3211fd3
Author: Derrick Or <derric...@gmail.com>
Date:   2016-12-10T01:12:04Z

get docs setup with handlebars and seperate streams out to its own page

move template variables to central location

change file type

add apache license info

use version variable for javadoc links




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request #2239: Docs templates

2016-12-12 Thread derrickdoo
Github user derrickdoo closed the pull request at:

https://github.com/apache/kafka/pull/2239


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request #2239: Docs templates

2016-12-09 Thread derrickdoo
GitHub user derrickdoo opened a pull request:

https://github.com/apache/kafka/pull/2239

Docs templates

- Move Streams documentation out to it's own page
- Render docs with Handlebars.js so we quickly set repeated items like doc 
version numbers

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/derrickdoo/kafka docTemplates

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/2239.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2239


commit 13f6f24c09a04c7e9f30f0809790d5247bfd6a69
Author: Derrick Or <derric...@gmail.com>
Date:   2016-12-10T01:12:04Z

get docs setup with handlebars and seperate streams out to its own page




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka-site issue #36: Streams standalone docs

2016-12-09 Thread derrickdoo
Github user derrickdoo commented on the issue:

https://github.com/apache/kafka-site/pull/36
  
@guozhangwang yes, 2 things need to happen to new copies of stuff in side 
the versioned docs folder. 

1. streams.html will need to have the full shell around it, so the includes 
at the top and bottom as seen in 0101/streams.html need to be there all the 
time now.

2. paths to images in all the new doc files (0101 and beyond) need to 
include the full path to the image directory.

I'll make a PR to the kafka repo to make sure everything is all set for the 
next release


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka-site issue #36: Streams standalone docs

2016-12-08 Thread derrickdoo
Github user derrickdoo commented on the issue:

https://github.com/apache/kafka-site/pull/36
  
@guozhangwang here's a PR for the standalone Streams docs page


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka-site pull request #36: Streams standalone docs

2016-12-08 Thread derrickdoo
GitHub user derrickdoo opened a pull request:

https://github.com/apache/kafka-site/pull/36

Streams standalone docs

Here's the changes we talked about to pull Streams documentation out to 
it's own page. Ended up having to do the redirect on URLs that contain anchor 
tags that match the pattern 'streams_' with JS in the head section of the page 
because anchor tags aren't available on the server so you can't do rewrite 
rules based off them.

(also added in a change I thought was already out there to show info about 
Kafka Summit on the events page)



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/derrickdoo/kafka-site streamsStandaloneDocs

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka-site/pull/36.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #36


commit 17f1344520f619da0f8af2648ddf39ccb2462f5a
Author: Derrick Or <derric...@gmail.com>
Date:   2016-11-09T23:35:51Z

added new meetup links and kafka summit to events page

commit 9a9461e6d5f7c5b811bab5aca96aa52cc4f991e2
Author: Derrick Or <derric...@gmail.com>
Date:   2016-12-08T08:10:57Z

move 0101 streams docs to own page, handle existing anchor links with 
frontend redirects




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka-site pull request #32: Added section for Kafka Summit on the Events pa...

2016-11-22 Thread derrickdoo
GitHub user derrickdoo opened a pull request:

https://github.com/apache/kafka-site/pull/32

Added section for Kafka Summit on the Events page

Added section for Kafka Summit on the Events page

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/derrickdoo/kafka-site eventPageUpdates

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka-site/pull/32.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #32


commit bf443fe5dcb423f593d9f7988fd8976d6ce2a1fd
Author: Derrick Or <derric...@gmail.com>
Date:   2016-11-09T23:35:51Z

added new meetup links and kafka summit to events page




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka-site pull request #31: Documentation nav updates for older versions of...

2016-11-17 Thread derrickdoo
GitHub user derrickdoo opened a pull request:

https://github.com/apache/kafka-site/pull/31

Documentation nav updates for older versions of our docs plus new meetup 
links on Events page

- Remove subnav for old versions of our docs to avoid confusion
- Make the navigation/page layout for 07 docs match others
- Added a few more meetup locations on the Events page

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/derrickdoo/kafka-site priorDocNavUpdates

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka-site/pull/31.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #31


commit e8fdfce251c576e65a2c746aad5f57e0a8e0d8d9
Author: Derrick Or <derric...@gmail.com>
Date:   2016-11-09T23:35:51Z

added new meetup links on events page and remove docs subnav on old 
versions of the docs

hide subnav on prior docs and make 07 docs consistent with others

commit e18293b6c6fd0d3eb15b0a5fb7f6f5ee6099f891
Author: Derrick Or <derric...@gmail.com>
Date:   2016-11-17T21:01:21Z

remove link to kafka-summit site for now




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka-site pull request #26: add trademark symbol on all pages plus longer f...

2016-11-17 Thread derrickdoo
Github user derrickdoo closed the pull request at:

https://github.com/apache/kafka-site/pull/26


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka-site pull request #30: New meetup links and kafka summit to events pag...

2016-11-09 Thread derrickdoo
Github user derrickdoo closed the pull request at:

https://github.com/apache/kafka-site/pull/30


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka-site pull request #30: New meetup links and kafka summit to events pag...

2016-11-09 Thread derrickdoo
GitHub user derrickdoo opened a pull request:

https://github.com/apache/kafka-site/pull/30

New meetup links and kafka summit to events page

Added new meetup locations and a link to the Kafka Summit conference page

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/derrickdoo/kafka-site eventPageUpdates

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka-site/pull/30.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #30


commit 9143eaaa0360bdcd9e4b1ad50251173d8f151584
Author: Derrick Or <derric...@gmail.com>
Date:   2016-11-09T23:35:51Z

added new meetup links and kafka summit to events page




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka-site pull request #27: fix includes to missing files in 0101 docs and ...

2016-10-29 Thread derrickdoo
GitHub user derrickdoo opened a pull request:

https://github.com/apache/kafka-site/pull/27

fix includes to missing files in 0101 docs and update mobile nav to a…

- Update includes on the 0101 docs "Protocol" and "Migration" pages to 
point at correct files
- Adjust styles for mobile nav so the nav indicators don't wrap to a second 
line (accommodate the newly added Events page)

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/derrickdoo/kafka-site navAndMiscFixes

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka-site/pull/27.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #27


commit 30a4e5bcba819661cf938f5208c53f96419fd0e4
Author: Derrick Or <derric...@gmail.com>
Date:   2016-10-29T14:41:39Z

fix includes to missing files in 0101 docs and update mobile nav to 
accomodate the Events page




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka-site pull request #26: add trademark symbol on all pages plus longer f...

2016-10-22 Thread derrickdoo
GitHub user derrickdoo opened a pull request:

https://github.com/apache/kafka-site/pull/26

add trademark symbol on all pages plus longer footer message

- Added trademark symbol to first instance of "Kafka" or "Apache Kafka" 
across the site.
- Updated footer copy

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/derrickdoo/kafka-site brandingUpdates

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka-site/pull/26.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #26


commit 58f04a38bda74a33ade06573edbcbde050690420
Author: Derrick Or <derric...@gmail.com>
Date:   2016-10-22T11:21:00Z

add trademark symbol on all pages plus longer footer message




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka-site pull request #24: update htaccess to load images nested inside of...

2016-10-11 Thread derrickdoo
Github user derrickdoo closed the pull request at:

https://github.com/apache/kafka-site/pull/24


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka-site issue #24: update htaccess to load images nested inside of doc fo...

2016-10-10 Thread derrickdoo
Github user derrickdoo commented on the issue:

https://github.com/apache/kafka-site/pull/24
  
- stop displaying code elements as display:block
- don't rewrite requests for images nested in the specific doc version 
directories


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka-site pull request #24: update htaccess to load images nested inside of...

2016-10-10 Thread derrickdoo
GitHub user derrickdoo opened a pull request:

https://github.com/apache/kafka-site/pull/24

update htaccess to load images nested inside of doc folders



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/derrickdoo/kafka-site imagePaths

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka-site/pull/24.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #24


commit 6f8bec72e55b57049ce643403d650d084de26d08
Author: Derrick Or <derric...@gmail.com>
Date:   2016-10-11T00:24:41Z

update htaccess to load images nested inside of doc folders




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request #2003: make documentation follow latest template

2016-10-10 Thread derrickdoo
GitHub user derrickdoo opened a pull request:

https://github.com/apache/kafka/pull/2003

make documentation follow latest template

Make the latest version of our docs follow the latest site template 
structure.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/derrickdoo/kafka docs-updates

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/2003.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2003


commit a8f5cb5f0e9ce5232915a9a94072591a7561fe0b
Author: Derrick Or <derric...@gmail.com>
Date:   2016-10-10T21:16:58Z

make documentation follow latest template

add docs header




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka-site pull request #21: Theme enhancement

2016-10-05 Thread derrickdoo
Github user derrickdoo closed the pull request at:

https://github.com/apache/kafka-site/pull/21


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka-site pull request #21: Theme enhancement

2016-10-05 Thread derrickdoo
GitHub user derrickdoo opened a pull request:

https://github.com/apache/kafka-site/pull/21

Theme enhancement

- Added Apache branding guideline stuff
- 302 redirects for all the odd direct links to partials that are currently 
floating around
- Improved mobile scroll interaction and layout
- Sub-nav functionality on documentation

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/derrickdoo/kafka-site themeEnhancement

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka-site/pull/21.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #21


commit bc1a27d7e1564e1fe8d2ec154bc00c590aadd1ea
Author: Derrick Or <derric...@gmail.com>
Date:   2016-10-05T04:50:41Z

improve mobile interaction with nav

improve interaction with mobile nav

commit 00fc868b4336283c072e7089de6c5ac399f896f5
Author: Derrick Or <derric...@gmail.com>
Date:   2016-10-05T18:10:57Z

rewrite rules added to prevent users from loading up html files meant to be 
partials

commit 5699af74eca1dc28593c1f2652e337bbdc825582
Author: Derrick Or <derric...@gmail.com>
Date:   2016-10-05T20:23:13Z

add notification over past versions of docs and rename partials

commit 9535d7b551cac20d7368d2b1555a2f3e6a8242e9
Author: Derrick Or <derric...@gmail.com>
Date:   2016-10-05T21:46:23Z

make subnav system and add required apache branding links

commit 87c23a616fcd69f259b61a59d31cc9c439c72943
Author: Derrick Or <derric...@gmail.com>
Date:   2016-10-05T22:25:53Z

added subnav for docs




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---