Rename the index.qmd File and Update _quarto.yml for a Quarto Project
Source:R/structure_project.R
setup_docs.RdThis function renames the index.qmd file to a new name based on the project name and output type.
It also updates the _quarto.yml file to specify the output type and directory for the project.
This function should be run in the root directory of a Quarto project and after the setup_folders() function.