GitHub user joeymcallister opened 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 ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---