Github user karensmolermiller commented on the issue:

    https://github.com/apache/incubator-geode/pull/267
  
    +1 on this PR with two minor alterations in the `geode-book/README.md` file:
    
    - the markdown is not quite right. Adding appropriate blank lines and 
indenting the fixed width text sections by 4 spaces will make the last 
section's 4 numbered items appear as 1, 2, 3, 4.  They currently appear as 1, 
1, 1, 1.
    - the first of the 3 commands to embed the User Guide into the website 
content (what will be step number 2) is missing a period at the end of the 
command.
    The *incorrect* commands:
    
    ```
       $ tar cvf ~/Desktop/new-guide-content.tar
       $ cd ../../../geode-site/content
       $ tar xvf ~/Desktop/new-guide-content.tar
    ```
    
    The correct commands are
    
    ```
       $ tar cvf ~/Desktop/new-guide-content.tar .
       $ cd ../../../geode-site/content
       $ tar xvf ~/Desktop/new-guide-content.tar
    ```
    
    _Note:_  when merging in this PR to a current develop branch, there will be 
a conflict (as noted in the PR) on the subnav.  Keep the develop branch's (new) 
link to the Automated Rebalance section, but update its path to include 
`/guide`.


---
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.
---

Reply via email to