-
Notifications
You must be signed in to change notification settings - Fork 4k
Description
It's hard to find and modify the "Contributing to Apache Arrow" and other developers' wiki pages in Confluence. If these were moved to inside the project web page, that would make it easier.
There are 5 steps to this:
-
Create a new directory inside of
arrow/docs/sourceto house the wiki pages. (It will look like the cpp or python directories.) -
Copy the wiki page contents to new
\*.rstpages inside this new directory. -
Add an
index.rstthat links to them all with enough description to help navigation. -
Modify the Sphinx index page
arrow/docs/source/index.rstto have an entry that points to the new index page made in step 3 -
Modify the static site page
arrow/site/_includes/header.htmlto point to the newly created page instead of the wiki page.
Reporter: Tanya Schlusser / @tanyaschlusser
Assignee: Neal Richardson / @nealrichardson
Related issues:
- [Doc] Document docker compose setup (blocks)
- Add link to 'Contributing' page in the top-level Arrow README (blocks)
- [Doc] Add git rebase tips to the 'Contributing' page in the developer docs (blocks)
Note: This issue was originally created as ARROW-4427. Please see the migration documentation for further details.