Tanya Schlusser created ARROW-4427:
--------------------------------------
Summary: Move "Contributing to Apache Arrow" page to the static
docs
Key: ARROW-4427
URL: https://issues.apache.org/jira/browse/ARROW-4427
Project: Apache Arrow
Issue Type: Task
Components: Documentation
Reporter: Tanya Schlusser
It's hard to find and modify the ["Contributing to Apache
Arrow"|https://cwiki.apache.org/confluence/display/ARROW/Contributing+to+Apache+Arrow]
wiki page in Confluence. If it were moved to inside the static web page, that
would make it easier.
There are two steps to this:
# Copy the wiki page contents to a new web page at the top "site" level (under
arrow/site/ just like the [committers
page|https://github.com/apache/arrow/blob/master/site/committers.html]) Maybe
named "contributing.html" or something.
# Modify the [navigation section in
arrow/site/_includes/header.html|https://github.com/apache/arrow/blob/8e195327149b670de2cd7a8cfe75bbd6f71c6b49/site/_includes/header.html#L33]
to point to the newly created page instead of the wiki page.
The affected pages are all part of the Jekyll components, so there isn't a need
to build the Sphinx part of the docs to check your work.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)