From commits-return-22247-archive-asf-public=cust-asf.ponee.io@accumulo.apache.org Mon Oct 22 19:30:52 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 4292618064A for ; Mon, 22 Oct 2018 19:30:49 +0200 (CEST) Received: (qmail 90718 invoked by uid 500); 22 Oct 2018 17:30:48 -0000 Mailing-List: contact commits-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list commits@accumulo.apache.org Received: (qmail 90704 invoked by uid 99); 22 Oct 2018 17:30:48 -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; Mon, 22 Oct 2018 17:30:48 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 6754581E01; Mon, 22 Oct 2018 17:30:47 +0000 (UTC) Date: Mon, 22 Oct 2018 17:30:47 +0000 To: "commits@accumulo.apache.org" Subject: [accumulo-website] branch asf-site updated: Jekyll build from master:1cd420c MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <154022944725.30565.5758927614616031035@gitbox.apache.org> From: mwalch@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: accumulo-website X-Git-Refname: refs/heads/asf-site X-Git-Reftype: branch X-Git-Oldrev: f01ac0bdc0b93cf81b715d2c86bbc78dc89c3ada X-Git-Newrev: 05d4c93c5f006c5fd1e2b3bf57c152d8bd1b7726 X-Git-Rev: 05d4c93c5f006c5fd1e2b3bf57c152d8bd1b7726 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. mwalch pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/accumulo-website.git The following commit(s) were added to refs/heads/asf-site by this push: new 05d4c93 Jekyll build from master:1cd420c 05d4c93 is described below commit 05d4c93c5f006c5fd1e2b3bf57c152d8bd1b7726 Author: Mike Walch AuthorDate: Mon Oct 22 13:29:42 2018 -0400 Jekyll build from master:1cd420c Created configuration section in docs (#123) * Move overview, server & client properties files --- contributor/making-release.html | 8 +- docs/2.x/administration/caching.html | 62 +++++++++--- docs/2.x/administration/fate.html | 52 ++++++++-- docs/2.x/administration/in-depth-install.html | 108 ++++++++++++++------- docs/2.x/administration/monitoring-metrics.html | 66 ++++++++++--- docs/2.x/administration/multivolume.html | 56 +++++++++-- docs/2.x/administration/replication.html | 80 +++++++++++---- docs/2.x/administration/scan-executors.html | 56 +++++++++-- docs/2.x/administration/upgrading.html | 52 ++++++++-- .../client-properties.html | 62 +++++++++--- .../overview.html} | 88 ++++++++++++----- .../server-properties.html} | 76 ++++++++++++--- docs/2.x/development/development_tools.html | 52 ++++++++-- docs/2.x/development/high_speed_ingest.html | 52 ++++++++-- docs/2.x/development/iterators.html | 52 ++++++++-- docs/2.x/development/mapreduce.html | 52 ++++++++-- docs/2.x/development/proxy.html | 52 ++++++++-- docs/2.x/development/sampling.html | 52 ++++++++-- docs/2.x/development/summaries.html | 64 +++++++++--- docs/2.x/getting-started/clients.html | 66 ++++++++++--- docs/2.x/getting-started/design.html | 52 ++++++++-- docs/2.x/getting-started/features.html | 52 ++++++++-- docs/2.x/getting-started/glossary.html | 52 ++++++++-- docs/2.x/getting-started/quick-install.html | 68 ++++++++++--- docs/2.x/getting-started/shell.html | 52 ++++++++-- docs/2.x/getting-started/table_configuration.html | 70 ++++++++++--- docs/2.x/getting-started/table_design.html | 52 ++++++++-- docs/2.x/security/crypto.html | 56 +++++++++-- docs/2.x/security/features.html | 52 ++++++++-- docs/2.x/security/kerberos.html | 58 +++++++++-- docs/2.x/security/ssl.html | 74 ++++++++++---- docs/2.x/troubleshooting/advanced.html | 52 ++++++++-- docs/2.x/troubleshooting/basic.html | 52 ++++++++-- docs/2.x/troubleshooting/performance.html | 58 +++++++++-- .../troubleshooting/system-metadata-tables.html | 52 ++++++++-- docs/2.x/troubleshooting/tools.html | 52 ++++++++-- docs/2.x/troubleshooting/tracing.html | 72 +++++++++++--- feed.xml | 4 +- redirects.json | 2 +- search_data.json | 38 ++++---- 40 files changed, 1836 insertions(+), 392 deletions(-) diff --git a/contributor/making-release.html b/contributor/making-release.html index 89fdfdf..ed881d4 100644 --- a/contributor/making-release.html +++ b/contributor/making-release.html @@ -287,9 +287,9 @@ for two markdown files that should be changed in the Accumulo repo and copied/mi
  • -

    properties.md and client-properties.md should be copied after it is generated by the Accumulo build.

    +

    server-properties.md and client-properties.md should be copied after it is generated by the Accumulo build.

    -
     cp /path/to/accumulo/core/target/generated-docs/{,client-}properties.md /path/to/accumulo-website/_docs-2-x/administration/properties.md
    +    
     cp /path/to/accumulo/core/target/generated-docs/*-properties.md /path/to/accumulo-website/_docs-2-x/configuration/
     
  • @@ -316,13 +316,13 @@ the directory name:

    releases.

  • -

    Copy properties.md and client-properties.md, and mirror INSTALL.md.

    +

    Copy server-properties.md and client-properties.md, and mirror INSTALL.md.

  • Once a collection is created for a major release, developers can make documentation updates like normal website updates.

    -

    For 2.x minor & bugfix releases, copy properties.md and client-properties.md, and mirror INSTALL.md.

    +

    For 2.x minor & bugfix releases, copy server-properties.md and client-properties.md, and mirror INSTALL.md.

    For 1.x minor & bugfix releases, copy accumulo_user_manual.html generated for release to the 1.x/ directory in the accumulo-website repo.

    diff --git a/docs/2.x/administration/caching.html b/docs/2.x/administration/caching.html index 57fe091..724de50 100644 --- a/docs/2.x/administration/caching.html +++ b/docs/2.x/administration/caching.html @@ -159,6 +159,8 @@ + + @@ -251,6 +253,8 @@ + +