Create book sorting functionality
Created by: seanmadsen
Currently the home page lists books alphabetically. I'd like to eventually show books in the following order:
- User Guide
- Administrator Guide
- Developer Guide
I'm proposing adding a new configuration value to each book's .yml
file as follows:
weight: 2
Then books could be assigned specific weights and ordered as such.