[ https://issues.apache.org/jira/browse/GEODE-2031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15824767#comment-15824767 ]
ASF GitHub Bot commented on GEODE-2031: --------------------------------------- GitHub user joeymcallister reopened a pull request: https://github.com/apache/geode/pull/334 Feature/geode 2031 This PR accomplishes a few things: 1. As outlined in the GEODE-2031 ticket, I've adjusted the flow so we can now publish older versions of the docs in addition to the latest version. To do this, you build the User Guide, add it to a version-specific directory in `geode-site/website/content/docs/guide/NN` (where `NN` is the product version number—e.g., Apache Geode 1.0 is `../docs/guide/10`), and point to them from the Docs page on the website. 2. In order to do item 1, I fixed/simplified the complicated way we were previously publishing the documents by building the GEODE website and then shoehorning the docs HTML in at the end. Now, a built User Guide has a permanent home with the other website source pages. 3. I edited some docs/website READMEs to account for the changes in items 1 and 2. 4. I made some minor website edits for clarity. You can merge this pull request into a Git repository by running: $ git pull https://github.com/joeymcallister/geode feature/GEODE-2031 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/geode/pull/334.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #334 ---- commit fc1396f55bda21419a390c4ee4292b1ae30aaf7e Author: joeymcallister <jmcallis...@pivotal.io> Date: 2017-01-10T18:36:30Z GEODE-2031 Add docs archive commit 0a9e79ac5dffc9b35ad697607310d47e00f90582 Author: joeymcallister <jmcallis...@pivotal.io> Date: 2017-01-10T20:32:40Z GEODE-2031 Edit Nanoc config/rules to use extensions commit 46f4d27921c2f9281656ee7fbfa4a46d2ce0589e Author: joeymcallister <jmcallis...@pivotal.io> Date: 2017-01-11T00:44:12Z GEODE-2031 Edit nanoc for file extensions commit a4af953a4e97997771714c16f6f98756fb1fe436 Author: joeymcallister <jmcallis...@pivotal.io> Date: 2017-01-11T00:46:19Z GEODE-2031 Add Geode 1.0 docs to geode-site commit 719da4b26bf72bea8986b5126283e27369667585 Author: joeymcallister <jmcallis...@pivotal.io> Date: 2017-01-11T01:22:00Z GEODE-2031 More docs-related site changes commit fdf86b6d508508341c4263be2a58d94ce6a8311f Author: joeymcallister <jmcallis...@pivotal.io> Date: 2017-01-11T01:27:06Z GEODE-2031 Add titles to index pages commit 171af8126e87e0508cb6d241d80002d2c4e153e5 Author: joeymcallister <jmcallis...@pivotal.io> Date: 2017-01-11T20:08:50Z GEODE-2031 Update README instructions for docs, website commit e1cc02b9751728caf320d3ea4504ea271171d07e Author: joeymcallister <jmcallis...@pivotal.io> Date: 2017-01-11T20:39:25Z GEODE-2031 fix typo commit bd32282ef2d4045fbb1d2f3841de84bc259e8483 Author: joeymcallister <jmcallis...@pivotal.io> Date: 2017-01-11T21:29:17Z GEODE-2031 Add licenses for rat check commit 606e2b45d41c4519a0f1bec5edbb8627e644ee48 Author: joeymcallister <jmcallis...@pivotal.io> Date: 2017-01-12T00:27:42Z GEODE-2031 (Re?)Add missing book infra to site; update rat ---- > Host documentation for releases > ------------------------------- > > Key: GEODE-2031 > URL: https://issues.apache.org/jira/browse/GEODE-2031 > Project: Geode > Issue Type: Improvement > Components: docs > Reporter: Anthony Baker > Assignee: Joey McAllister > Priority: Minor > Fix For: 1.1.0 > > > Currently we overwrite documentation hosted on geode.apache.org with every > release. We should allow a user to browse the documentation (user guide + > javadocs) for past releases, not just the most recent release. > Improvement: > 1) The documentation page always points to the docs for the latest release. > 2) There is a documentation link associated with each release just like we do > release links for source and binary artifacts. -- This message was sent by Atlassian JIRA (v6.3.4#6332)