Return-Path: X-Original-To: apmail-kudu-commits-archive@minotaur.apache.org Delivered-To: apmail-kudu-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 47EB7190A0 for ; Fri, 8 Apr 2016 22:59:32 +0000 (UTC) Received: (qmail 59893 invoked by uid 500); 8 Apr 2016 22:59:32 -0000 Delivered-To: apmail-kudu-commits-archive@kudu.apache.org Received: (qmail 59873 invoked by uid 500); 8 Apr 2016 22:59:32 -0000 Mailing-List: contact commits-help@kudu.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kudu.incubator.apache.org Delivered-To: mailing list commits@kudu.incubator.apache.org Received: (qmail 59864 invoked by uid 99); 8 Apr 2016 22:59:32 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Apr 2016 22:59:32 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id A6ED9180558 for ; Fri, 8 Apr 2016 22:59:31 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -3.201 X-Spam-Level: X-Spam-Status: No, score=-3.201 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RP_MATCHES_RCVD=-0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id Zk4xTOskNLsU for ; Fri, 8 Apr 2016 22:59:29 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with SMTP id 542A65F239 for ; Fri, 8 Apr 2016 22:59:29 +0000 (UTC) Received: (qmail 59189 invoked by uid 99); 8 Apr 2016 22:59:28 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Apr 2016 22:59:28 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 5C1A3DFC55; Fri, 8 Apr 2016 22:59:28 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: misty@apache.org To: commits@kudu.incubator.apache.org Message-Id: <1fe39555f4a943d19df03c823aadaeba@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: incubator-kudu git commit: Change the TOC to display only the section titles Date: Fri, 8 Apr 2016 22:59:28 +0000 (UTC) Repository: incubator-kudu Updated Branches: refs/heads/gh-pages 456ddb44b -> 073938d7a Change the TOC to display only the section titles In addition, use a bullet list for the TOC Change-Id: I7473686b775b48966e5a4bebbb22e4401eeb2f07 Reviewed-on: http://gerrit.cloudera.org:8080/2706 Reviewed-by: Mike Percy Tested-by: Mike Percy Project: http://git-wip-us.apache.org/repos/asf/incubator-kudu/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-kudu/commit/073938d7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-kudu/tree/073938d7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-kudu/diff/073938d7 Branch: refs/heads/gh-pages Commit: 073938d7a2e7cb5557988c75603cfd6d407d5c6b Parents: 456ddb4 Author: Misty Stanley-Jones Authored: Fri Apr 1 15:33:58 2016 -0700 Committer: Misty Stanley-Jones Committed: Fri Apr 8 22:43:03 2016 +0000 ---------------------------------------------------------------------- _config.yml | 3 +++ css/kudu.css | 8 ++++++++ faq.md | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-kudu/blob/073938d7/_config.yml ---------------------------------------------------------------------- diff --git a/_config.yml b/_config.yml index 318a8b0..6d86499 100644 --- a/_config.yml +++ b/_config.yml @@ -16,6 +16,9 @@ excerpt_separator: "" # TOC function we use on the FAQ page. markdown: kramdown +kramdown: + toc_levels: 1..3 + # Pagination settings for the blog. paginate: 5 paginate_path: "/blog/page/:num" http://git-wip-us.apache.org/repos/asf/incubator-kudu/blob/073938d7/css/kudu.css ---------------------------------------------------------------------- diff --git a/css/kudu.css b/css/kudu.css index f304dc3..7d5b8b9 100644 --- a/css/kudu.css +++ b/css/kudu.css @@ -136,6 +136,14 @@ footer { font-size: 18px; font-weight: bold; padding: 20px 0 0 0; + margin: 20px 0 0 0; +} + +.faq h4 { + color: #333; + font-size: 14px; + font-weight: bold; + padding: 20px 0 0 0; border-top: 1px solid #dddddd; margin: 20px 0 0 0; } http://git-wip-us.apache.org/repos/asf/incubator-kudu/blob/073938d7/faq.md ---------------------------------------------------------------------- diff --git a/faq.md b/faq.md index 9dbf4f2..6dbd124 100644 --- a/faq.md +++ b/faq.md @@ -8,7 +8,7 @@ single_col_extra_classes: faq ## Frequently Asked Questions {:.no_toc} -1. TOC +- TOC {:toc} ### Project Motivation