docsy-example
docsy-example copied to clipboard
Convert config file to yaml
The docsy user guide uses yaml format for its config files, while the example site still uses config.toml.
According to this issue, yaml seems to be the preferred format for the docsy project and its repos. Therefore we should:
- [ ] convert the config file of the example site to toml format and
- [ ] reflect these change in the docsy user guide.