You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Mike Walch (JIRA)" <ji...@apache.org> on 2017/04/25 19:21:04 UTC

[jira] [Created] (ACCUMULO-4630) Move user manual to Accumulo website

Mike Walch created ACCUMULO-4630:
------------------------------------

             Summary: Move user manual to Accumulo website
                 Key: ACCUMULO-4630
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-4630
             Project: Accumulo
          Issue Type: Improvement
          Components: docs
    Affects Versions: 2.0.0
            Reporter: Mike Walch
            Assignee: Mike Walch
             Fix For: 2.0.0


Current documentation - The Accumulo user manual lives in the Accumulo repo in an asciidoc format. After every release or doc change, a single page html file must be generated and copied to website.

Proposal - Convert all documentation (starting with 2.0) from asciidoc to markdown, move to Accumulo website and serve using Jekyll. Unreleased documentation will be published (with a warning) but not linked to.  After a release, remove warning and add links. Wait a week or two for additional changes before copying all documentation to new directory for next release.

Pros
* Easier to link between pages and external Javadocs
* Documentation can be broken up into distinct pages which is easier to read and better for SEO.
* Easier to update documentation after releases.  Only one commit necessary.
* Jekyll+Markdown is more customizable and becoming more of a standard than asciidoc.
* Documentation changes that affect multiple releases can be made with one PR.

Cons
* Documentation will no longer ship with tarball
* Developers cannot update code and docs in one PR



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)