Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 5476720049D for ; Wed, 9 Aug 2017 20:29:30 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 52D1C1688BB; Wed, 9 Aug 2017 18:29:30 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 99FA21688B3 for ; Wed, 9 Aug 2017 20:29:29 +0200 (CEST) Received: (qmail 31158 invoked by uid 500); 9 Aug 2017 18:29:28 -0000 Mailing-List: contact commits-help@bookkeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: bookkeeper-dev@bookkeeper.apache.org Delivered-To: mailing list commits@bookkeeper.apache.org Received: (qmail 31149 invoked by uid 99); 9 Aug 2017 18:29:28 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Aug 2017 18:29:28 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 4AA808121C; Wed, 9 Aug 2017 18:29:28 +0000 (UTC) Date: Wed, 09 Aug 2017 18:29:28 +0000 To: "commits@bookkeeper.apache.org" Subject: [bookkeeper] branch branch-4.5 updated: ISSUE #422: Don't use community layout for documentation pages MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <150230336823.1112.6430199366833245930@gitbox.apache.org> From: sijie@apache.org Reply-To: "commits@bookkeeper.apache.org" X-Git-Host: gitbox.apache.org X-Git-Repo: bookkeeper X-Git-Refname: refs/heads/branch-4.5 X-Git-Reftype: branch X-Git-Oldrev: c35b875a701c52a8021339668379ddf584e8df50 X-Git-Newrev: 7b621df693bdbf84f5b3b7d245f6d7ecda864c5f X-Git-Rev: 7b621df693bdbf84f5b3b7d245f6d7ecda864c5f X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated archived-at: Wed, 09 Aug 2017 18:29:30 -0000 This is an automated email from the ASF dual-hosted git repository. sijie pushed a commit to branch branch-4.5 in repository https://gitbox.apache.org/repos/asf/bookkeeper.git The following commit(s) were added to refs/heads/branch-4.5 by this push: new 7b621df ISSUE #422: Don't use community layout for documentation pages 7b621df is described below commit 7b621df693bdbf84f5b3b7d245f6d7ecda864c5f Author: Sijie Guo AuthorDate: Wed Aug 9 11:29:02 2017 -0700 ISSUE #422: Don't use community layout for documentation pages Descriptions of the changes in this PR: The layout of documentation page is marked as community. when users navigate to this page, it is a bit difficult for the users to figure out where they are. We should stick documentation pages to doc layout. Author: Sijie Guo Reviewers: Jia Zhai This closes #423 from sijie/documentation_index, closes #422 and squashes the following commits: 4ec16d6 [Sijie Guo] remove community layout for docs page 21320b4 [Sijie Guo] The index page for documentation should use documentation layout rather than community layout (cherry picked from commit 6e99bb7344463f6b132dd2df5ecc0f5de31909be) Signed-off-by: Sijie Guo --- site/docs/latest/index.md | 1 - site/docs/latest/releaseNotes.md | 1 - site/docs/latest/releaseNotesTemplate.md | 1 - 3 files changed, 3 deletions(-) diff --git a/site/docs/latest/index.md b/site/docs/latest/index.md index 132cdd3..ad8d47a 100644 --- a/site/docs/latest/index.md +++ b/site/docs/latest/index.md @@ -1,6 +1,5 @@ --- title: Apache BookKeeper 4.5.0-SNAPSHOT Documentation -layout: community ---