From commits-return-14241-archive-asf-public=cust-asf.ponee.io@pulsar.incubator.apache.org Tue Sep 11 22:43:45 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id EA4EE18065B for ; Tue, 11 Sep 2018 22:43:44 +0200 (CEST) Received: (qmail 67910 invoked by uid 500); 11 Sep 2018 20:43:44 -0000 Mailing-List: contact commits-help@pulsar.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pulsar.incubator.apache.org Delivered-To: mailing list commits@pulsar.incubator.apache.org Received: (qmail 67901 invoked by uid 99); 11 Sep 2018 20:43:43 -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; Tue, 11 Sep 2018 20:43:43 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 6C0B9888F8; Tue, 11 Sep 2018 20:43:43 +0000 (UTC) Date: Tue, 11 Sep 2018 20:43:43 +0000 To: "commits@pulsar.apache.org" Subject: [incubator-pulsar] branch master updated: Correcting doc id to be consistent with sidebar (#2558) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <153669862324.14702.11554228967030066939@gitbox.apache.org> From: mmerli@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-pulsar X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: fc61056ccab29bb068b65d71120364d14503f69f X-Git-Newrev: 29a8af559ed0663458ca2f9f1d8c950675c723f9 X-Git-Rev: 29a8af559ed0663458ca2f9f1d8c950675c723f9 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. mmerli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.git The following commit(s) were added to refs/heads/master by this push: new 29a8af5 Correcting doc id to be consistent with sidebar (#2558) 29a8af5 is described below commit 29a8af559ed0663458ca2f9f1d8c950675c723f9 Author: Boyang Jerry Peng AuthorDate: Tue Sep 11 13:43:40 2018 -0700 Correcting doc id to be consistent with sidebar (#2558) --- site2/docs/sql-deployment-configurations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site2/docs/sql-deployment-configurations.md b/site2/docs/sql-deployment-configurations.md index 45d44bb..2b22cd9 100644 --- a/site2/docs/sql-deployment-configurations.md +++ b/site2/docs/sql-deployment-configurations.md @@ -1,5 +1,5 @@ --- -id: sql-deployment-configuration +id: sql-deployment-configurations title: Pulsar SQl Deployment and Configuration sidebar_label: Deployment and Configuration ---