Admin: Repair changelog and curate docs landing. #167
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
The purpose of this PR is to resolve #164 and #163.
For #164 Our changelog command was not functioning correctly so docs were showing as blank. Additionally the old .gitchangelog.rc was outdated and brittle so I updated some of the policies.
For #163 I wanted to keep index as our landing as it simplifies our doc structure and defines the sidebar options. To capture the overview doc on landing I moved index.rst to index.md so we could insert OVERVIEW.md into the body. I think this'll be better since we can separate the content of the overview from the structuring of the docs