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 B65182004A1 for ; Thu, 10 Aug 2017 03:41:35 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id B2D5B16A5EA; Thu, 10 Aug 2017 01:41:35 +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 D1EE416A5A7 for ; Thu, 10 Aug 2017 03:41:34 +0200 (CEST) Received: (qmail 56415 invoked by uid 500); 10 Aug 2017 01:41:34 -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 56406 invoked by uid 99); 10 Aug 2017 01:41:34 -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; Thu, 10 Aug 2017 01:41:34 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 2D45A8121E; Thu, 10 Aug 2017 01:41:31 +0000 (UTC) Date: Thu, 10 Aug 2017 01:41:31 +0000 To: "commits@bookkeeper.apache.org" Subject: [bookkeeper] branch master updated: ISSUE #427: [WEBSITE] sidebar doesn't work on documentation index page MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <150232929128.978.13484460178305974618@gitbox.apache.org> From: zhaijia@apache.org Reply-To: "commits@bookkeeper.apache.org" X-Git-Host: gitbox.apache.org X-Git-Repo: bookkeeper X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: eb316394c7d4c4426cfb86d2a9fc794302e5ad0d X-Git-Newrev: f5c96ebc9e5952a89f86d0a50093ff65c821701b X-Git-Rev: f5c96ebc9e5952a89f86d0a50093ff65c821701b X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated archived-at: Thu, 10 Aug 2017 01:41:35 -0000 This is an automated email from the ASF dual-hosted git repository. zhaijia pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/bookkeeper.git The following commit(s) were added to refs/heads/master by this push: new f5c96eb ISSUE #427: [WEBSITE] sidebar doesn't work on documentation index page f5c96eb is described below commit f5c96ebc9e5952a89f86d0a50093ff65c821701b Author: Sijie Guo AuthorDate: Thu Aug 10 09:41:20 2017 +0800 ISSUE #427: [WEBSITE] sidebar doesn't work on documentation index page Descriptions of the changes in this PR: sidebar uses `../../` for relative paths. in order to make this work, we need to move any pages under `docs` on level down and not use `index.md`. Author: Sijie Guo Reviewers: Jia Zhai , Luc Perkins , Matteo Merli This closes #428 from sijie/issue_427, closes #427 --- site/_includes/navbar.html | 4 ++-- site/docs/latest/{index.md => overview/overview.md} | 14 +++++++------- site/docs/latest/{ => overview}/releaseNotes.md | 0 site/docs/latest/{ => overview}/releaseNotesTemplate.md | 0 site/scripts/release.sh | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/site/_includes/navbar.html b/site/_includes/navbar.html index ceb9acb..bd8f408 100644 --- a/site/_includes/navbar.html +++ b/site/_includes/navbar.html @@ -31,7 +31,7 @@